@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Arial, Helvetica, sans-serif;
}
.title-page .wrapper {
  border: none;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  background: linear-gradient(#fff, #fff);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 48px;
}
.title-page .widget-177 {
  padding: 52px 30px 63px;
  margin: 37px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  width: 1200px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  -webkit-box-shadow: 0px 19px 38px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 19px 38px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 19px 38px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.title-page .popover-wrap-293 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-293 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-293 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}
.title-page .popover-wrap-293 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-293 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .horizontal_blocklist-293 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-293 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-293 .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 .horizontal_blocklist-293 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-293 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  margin-bottom: 15px;
}
.title-page .horizontal_blocklist-293 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-293 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-293 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-293 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-293 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .horizontal_blocklist-293 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .horizontal_blocklist-293 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-293 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .horizontal_blocklist-293 .item {
  margin: 0 0 10px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  left: 0;
  right: 0;
  align-self: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.title-page .horizontal_blocklist-293 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-293 .item_body {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-293 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  width: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-293 .image {
  margin: 20px 0 auto 40px;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  width: 420px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-293 .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 .horizontal_blocklist-293 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 420px;
  height: 400px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  margin-left: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .horizontal_blocklist-293 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-293 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .horizontal_blocklist-293 .item_detail {
  box-sizing: border-box;
  margin-left: 0;
  position: relative;
  z-index: 2;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  text-align: left;
  margin-top: 0;
  margin-bottom: auto;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
}
.title-page .horizontal_blocklist-293 .text {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  font-family: Open Sans, sans-serif;
  color: rgba(21, 25, 28, 0.93);
  line-height: 1.9;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.title-page .horizontal_blocklist-293 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-293 .title {
  border: none;
  font-weight: normal;
  margin-bottom: 35px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Fira Sans, sans-serif;
  color: #00435c;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 47px;
  padding-bottom: 20px;
  padding-top: 38px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjQ1IiBoZWlnaHQ9IjIiIHZpZXdCb3g9IjAgMCA0NSAyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxyZWN0IHdpZHRoPSI0NSIgaGVpZ2h0PSIyIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiMwMDQzNWMiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InJlY3QtMyIgdHlwZT0ic29saWRDb2xvciI+PC9yZWN0Pgo8L3N2Zz4=") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-293 .title > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-293 .price-wrap {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-293 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
}
.title-page .horizontal_blocklist-293 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-293 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-293 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-293 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-top: 5px;
}
.title-page .horizontal_blocklist-293 .more > a {
  box-sizing: border-box;
  text-decoration: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Marianna, cursive;
  color: #bb8d4b;
  font-size: 35px;
}
.title-page .horizontal_blocklist-293 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-293 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .horizontal_blocklist-293 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-293 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-293 .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;
  text-align: center;
}
.title-page .horizontal_blocklist-293 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-293 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-293 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-293 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-293 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-293 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .horizontal_blocklist-293 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-293 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-293 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-293 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-293 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_pause.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-293 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-293 .pager-wrap {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-293 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-293 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-293 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-293 .bx-pager a:active, .title-page .horizontal_blocklist-293 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-293 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-293 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  box-sizing: border-box;
}
.title-page .popover-container-293 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-293 {
  margin: auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-293 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-293 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-293 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-293 .popover-body .s3_form_item_type_calendar .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-293 .popover-body .s3_form_item_type_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;
}
.title-page .popover-wrap-293 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-293 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-293 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-293 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-293 .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-293 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-293 .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-293 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-293 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-293 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-293 .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-293 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-293 .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-293 .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-293 .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-293 .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-293 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-293 .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-293 .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-293 .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-293 .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-293 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-293 .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-293 .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-293 .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-293 .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-293 .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-293 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-293 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-293 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-293 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-293 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-293 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-132 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 9;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
}
.title-page .block-133 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-134 {
  padding: 55px 40px 81px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1350px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-135 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-176 {
  padding: 0.02px 0;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: 1200px;
  min-height: 83px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
  max-width: 100%;
}
.title-page .form-292 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 45px;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  text-indent: 0;
  color: #052733;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  background: url("../images/lib_894602_rectangle 20.png") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: bold;
  padding-top: 0.02px;
}
.title-page .form-292 .form__text {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 43px;
  overflow: hidden;
  text-indent: 0;
  color: #052733;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 300;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .form-292 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-292 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-292 .form__body {
  box-sizing: border-box;
  margin-right: -5px;
  margin-bottom: -5px;
  width: auto;
  margin-top: 0;
}
.title-page .form-292 .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-292 .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-292 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .form-292 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .form-292 .form-text {
  box-sizing: border-box;
  margin-top: 20px;
  align-self: auto;
}
.title-page .form-292 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  color: #333;
  text-decoration: none;
  font-weight: normal;
}
.title-page .form-292 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-292 .form-item__error {
  box-sizing: border-box;
  font-size: inherit;
  color: #f00;
}
.title-page .form-292 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-292 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-292 .form-text input {
  padding: 2px 4px 2px 38px;
  border: none;
  box-sizing: border-box;
  background: #f5f5f5;
  width: 100%;
  min-width: 100px;
  min-height: 57px;
  outline: none;
  text-align: left;
  text-indent: 0;
  font-size: 13px;
  color: #333;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  height: 57px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-appearance: none;
}
.title-page .form-292 .form-textarea textarea {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #f5f5f5;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  text-align: left;
  text-indent: 0;
  font-size: 13px;
  color: #333;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-appearance: none;
}
.title-page .form-292 .icon.img_name {
  box-sizing: border-box;
  position: absolute;
  background: url("../images/lib_117402_icon1.png") left 50% top 50% / 18px no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 14px;
  margin-left: 10px;
  top: NaNpx;
}
.title-page .form-292 .icon.img_email {
  box-sizing: border-box;
  position: absolute;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 14px;
  margin-left: 10px;
}
.title-page .form-292 .icon.img_phone {
  box-sizing: border-box;
  position: absolute;
  background: url("../images/lib_117402_icon2.png") left 50% top 50% / 18px no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 14px;
  margin-left: 10px;
}
.title-page .form-292 .icon.img_comments {
  box-sizing: border-box;
  position: absolute;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-292 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-292 .form-select select {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  min-height: 55px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #f5f5f5;
}
.title-page .form-292 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
}
.title-page .form-292 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-292 .form-textarea {
  box-sizing: border-box;
  margin-top: 20px;
  align-self: auto;
}
.title-page .form-292 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-292 .form-submit {
  box-sizing: border-box;
  margin-top: 20px;
  align-self: auto;
}
.title-page .form-292 .form-submit .form-item__header {
  box-sizing: border-box;
  display: block;
}
.title-page .form-292 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-292 .form-submit button {
  padding: 10px 60px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to bottom right, rgba(41, 228, 245, 0.54) 0%, rgba(41, 228, 245, 0.54) 7.2%, rgba(0, 92, 145, 0.54) 77.9%, rgba(0, 92, 145, 0.54) 89.9%, rgba(0, 92, 145, 0.54) 100%) #00435c;
  outline: none;
  text-indent: 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 75px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(1, 158, 153, 0.23);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(1, 158, 153, 0.23);
  box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(1, 158, 153, 0.23);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-appearance: none;
  font-weight: bold;
}
.title-page .form-292 .form-submit button:hover, .title-page .form-292 .form-submit button.hover, .title-page .form-292 .form-submit button.active {
  background: repeating-linear-gradient(to bottom right, rgba(41, 228, 245, 0.54) 0%, rgba(41, 228, 245, 0.54) 7.2%, rgba(0, 92, 145, 0.54) 77.9%, rgba(0, 92, 145, 0.54) 89.9%, rgba(0, 92, 145, 0.54) 100%) transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
}
.title-page .form-292 .form-submit button:active, .title-page .form-292 .form-submit button.active {
  opacity: 0.5;
}
.title-page .form-292 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-292 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-top: 20px;
  align-self: auto;
}
.title-page .form-292 .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-292 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #f5f5f5;
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  text-indent: 0;
  font-size: 13px;
  color: #333;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-appearance: none;
}
.title-page .form-292 .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-292 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-292 .form-captcha button {
  padding: 10px 60px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to bottom right, rgba(41, 228, 245, 0.54) 0%, rgba(41, 228, 245, 0.54) 7.2%, rgba(0, 92, 145, 0.54) 77.9%, rgba(0, 92, 145, 0.54) 89.9%, rgba(0, 92, 145, 0.54) 100%) #00435c;
  outline: none;
  text-indent: 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 75px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(1, 158, 153, 0.23);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(1, 158, 153, 0.23);
  box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(1, 158, 153, 0.23);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-appearance: none;
  font-weight: bold;
}
.title-page .form-292 .form-captcha button:hover, .title-page .form-292 .form-captcha button.hover, .title-page .form-292 .form-captcha button.active {
  background: repeating-linear-gradient(to bottom right, rgba(41, 228, 245, 0.54) 0%, rgba(41, 228, 245, 0.54) 7.2%, rgba(0, 92, 145, 0.54) 77.9%, rgba(0, 92, 145, 0.54) 89.9%, rgba(0, 92, 145, 0.54) 100%) transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-292 .form-captcha button:active, .title-page .form-292 .form-captcha button.active {
  opacity: 0.5;
}
.title-page .form-292 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-292 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-292 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-292 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-292 .form-checkbox {
  box-sizing: border-box;
}
.title-page .form-292 .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-292 .form-checkbox .form-item__title {
  font-weight: normal;
  color: #333;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-292 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-292 .form-checkbox .form-item__body label.form-item__title {
  font-weight: bold;
  color: #333;
  font-size: 13px;
  text-decoration: none;
}
.title-page .form-292 .form-radio {
  box-sizing: border-box;
}
.title-page .form-292 .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-292 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-292 .form-radio .form-item__body label.form-item__title {
  font-weight: bold;
  color: #333;
  font-size: 13px;
  text-decoration: none;
}
.title-page .form-292 .form-radio .form-item__title {
  font-weight: normal;
  color: #333;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-292 .form-select {
  box-sizing: border-box;
}
.title-page .form-292 .form-div {
  box-sizing: border-box;
}
.title-page .form-292 .form-html {
  box-sizing: border-box;
}
.title-page .form-292 .form-html .form-item__body {
  font-size: 13px;
  color: #333;
  text-decoration: none;
}
.title-page .form-292 .form-upload {
  box-sizing: border-box;
}
.title-page .form-292 .form-calendar {
  box-sizing: border-box;
}
.title-page .form-292 .form-calendar input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #f5f5f5;
  width: 100%;
  min-height: 55px;
  outline: none;
  -webkit-appearance: none;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  height: 55px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.title-page .form-292 .form-calendar_interval {
  box-sizing: border-box;
}
.title-page .form-292 .form-calendar_interval input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #f5f5f5;
  width: 100%;
  min-height: 55px;
  outline: none;
  -webkit-appearance: none;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  height: 55px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.title-page .form-292 .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-292 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  color: #333;
  text-decoration: none;
}
.title-page .form-292 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  color: #333;
  text-decoration: none;
}
.title-page .form-292 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  margin-right: 10px;
}
.title-page .form-292 .form-calendar_interval .field_to {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.title-page .form-292 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-292 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-292 .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-292 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-292 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  line-height: 1.5;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
}
.title-page .form-292 ::-webkit-input-placeholder {
  color: #333;
}
.title-page .form-292 ::-moz-placeholder {
  color: #333;
}
.title-page .form-292 :-ms-input-placeholder {
  color: #333;
}
.title-page .block-122 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 7;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
.title-page .block-123 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1350px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
}
.title-page .block-124 {
  padding: 20px 45px 20px 50px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  text-indent: 0;
  text-decoration: none;
  -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;
  right: 0;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-125 .layout_274 {
  -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-125 .layout_277 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-125 {
  margin: 1px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .block-126 .layout_275 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-126 .layout_276 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-126 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widget-168 {
  margin: 9px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 275px;
  right: 0;
  min-height: 0;
}
.title-page .phones-275 p:first-child {
  margin-top: 0;
}
.title-page .phones-275 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-275 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .phones-275 .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-275 .icon {
  margin: auto 0 auto auto;
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48cGF0aCBkPSJNMTUuMDUgNUE1IDUgMCAwIDEgMTkgOC45NU0xNS4wNSAxQTkgOSAwIDAgMSAyMyA4Ljk0bS0xIDcuOTh2M2EyIDIgMCAwIDEtMi4xOCAyIDE5Ljc5IDE5Ljc5IDAgMCAxLTguNjMtMy4wNyAxOS41IDE5LjUgMCAwIDEtNi02IDE5Ljc5IDE5Ljc5IDAgMCAxLTMuMDctOC42N0EyIDIgMCAwIDEgNC4xMSAyaDNhMiAyIDAgMCAxIDIgMS43MiAxMi44NCAxMi44NCAwIDAgMCAuNyAyLjgxIDIgMiAwIDAgMS0uNDUgMi4xMUw4LjA5IDkuOTFhMTYgMTYgMCAwIDAgNiA2bDEuMjctMS4yN2EyIDIgMCAwIDEgMi4xMS0uNDUgMTIuODQgMTIuODQgMCAwIDAgMi44MS43QTIgMiAwIDAgMSAyMiAxNi45MnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMCIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwMDAwMCIgc3Ryb2tlLW9wYWNpdHk9IjEiIHN0cm9rZT0iIzAxOWU5OSIgZGF0YS1jaGFuZ2VkPSJ0cnVlIj48L3BhdGg+PC9zdmc+") left 50% top 50% / auto auto no-repeat;
  min-height: 30px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  z-index: 4;
  align-self: center;
  padding-bottom: 0.02px;
  opacity: 1;
}
.title-page .phones-275 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  left: 100%;
  top: auto;
  right: auto;
  bottom: auto;
}
.title-page .phones-275 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
  width: 260px;
}
.title-page .phones-275 .title {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: right;
  text-indent: 0;
  font-size: 13px;
  color: #69d9f3;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-weight: 600;
  display: none;
  width: 160px;
  padding-bottom: 5px;
}
.title-page .phones-275 .text_body {
  margin: 0 auto;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: left;
  text-indent: 0;
  font-size: 20px;
  color: #333;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  min-height: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 232px;
  padding-left: 0;
  padding-top: 0.02px;
}
.title-page .phones-275 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-275 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-275 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-169 {
  margin: 0 0 auto 100px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 250px;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
.title-page .address-276 p:first-child {
  margin-top: 0;
}
.title-page .address-276 p:last-child {
  margin-bottom: 0;
}
.title-page .address-276 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-276 .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-276 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48cGF0aCBkPSJNMjEgMTBjMCA3LTkgMTMtOSAxM3MtOS02LTktMTNhOSA5IDAgMCAxIDE4IDB6IiBpZD0icGF0aC0yIiBzdHJva2Utb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgc3Ryb2tlPSIjMDE5ZTk5IiBkYXRhLWNoYW5nZWQ9InRydWUiPjwvcGF0aD48Y2lyY2xlIGN4PSIxMiIgY3k9IjEwIiByPSIzIiBpZD0iY2lyY2xlLTMiIHN0cm9rZS1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBzdHJva2U9IiMwMTllOTkiIGRhdGEtY2hhbmdlZD0idHJ1ZSIgZmlsbC1vcGFjaXR5PSIwIiBmaWxsPSIjMDAwMDAwIj48L2NpcmNsZT48L3N2Zz4=") left 50% top 50% / auto auto no-repeat;
  margin-right: 10px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  opacity: 1;
}
.title-page .address-276 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-276 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-276 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .address-276 .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: #333;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .address-276 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-276 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-170 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  width: 200px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 55px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  padding-right: 10px;
  visibility: hidden;
}
.title-page .search-277 form {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.title-page .search-277 input {
  padding: 4px;
  margin: 0 0 0 16px;
  border: none;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 14px;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  outline: none;
  min-height: 24px;
  width: 0;
  height: 0;
  max-width: 100%;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .search-277 button {
  padding: 3px 4px;
  margin: 0 0 0 5px;
  border: none;
  box-sizing: border-box;
  vertical-align: top;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MCA1MCIgaGVpZ2h0PSI1MHB4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTAgNTAiIHdpZHRoPSI1MHB4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMzguMDg0LDcuMzk4Yy04LjUzMS04LjUzLTIyLjM2LTguNTMtMzAuODksMGMtOC41Myw4LjUzLTguNTMsMjIuMzYsMCwzMC44OSAgYzcuMzMxLDcuMzMsMTguNTY2LDguMzQxLDI2Ljk5OCwzLjA3NGw4LjEzMiw4LjEzYzEuNzU3LDEuNzU2LDQuNjA0LDEuNzU2LDYuMzU5LDBjMS43NTctMS43NTcsMS43NTctNC42MDMsMC02LjM1N2wtOC4wMDItOCAgQzQ2LjQ4NiwyNi42Myw0NS42MjksMTQuOTQzLDM4LjA4NCw3LjM5OHogTTMyLjYzMiwzMi44MzZjLTUuNTE4LDUuNTItMTQuNDY3LDUuNTItMTkuOTg2LDBjLTUuNTE5LTUuNTE5LTUuNTE5LTE0LjQ2OCwwLTE5Ljk4OCAgYzUuNTE5LTUuNTE4LDE0LjQ2OC01LjUxOCwxOS45ODYsMEMzOC4xNTQsMTguMzY4LDM4LjE1NCwyNy4zMTcsMzIuNjMyLDMyLjgzNnoiIGZpbGw9IiMwMTllOTkiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtMiIgc3Ryb2tlLW9wYWNpdHk9IjAiIHR5cGU9InNvbGlkQ29sb3IiIHN0cm9rZT0iIzAwMDAwMCIgZGF0YS1jaGFuZ2VkPSJ0cnVlIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 23px no-repeat;
  font-size: 14px;
  outline: none;
  min-width: 24px;
  min-height: 55px;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  visibility: visible;
  width: 55px;
}
.title-page .search-277 button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 14px;
}
.title-page .search-277 input:focus {
  outline: none;
}
.title-page .search-277 button:focus {
  outline: none;
}
.title-page .search-277 .slide_search {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.title-page .search-277 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .search-277 ::-moz-placeholder {
  color: #ababab;
}
.title-page .search-277 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-127 .layout_279 {
  -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-127 .layout_282 {
  -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-127 {
  padding: 32px 60px 27px 62px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fff;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-decoration: none;
}
.title-page .block-128 {
  margin: 3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  text-decoration: none;
}
.title-page .widget-171 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: 350px;
  min-height: 0;
  font-size: 25px;
}
.title-page .site-name-280 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-280 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-280 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
}
.title-page .site-name-280 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #f7435b;
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .site-name-280 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-172 {
  margin: 6px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 350px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 3px;
  padding-left: 4px;
}
.title-page .widget-173 {
  margin: 30px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: right;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
}
.title-page .menu-282 .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-282 .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-282 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-282 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-282 .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-282 .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-282 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .menu-282 .menu-scroll > ul ul {
  padding: 20px;
  margin: 5px 0 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  width: 270px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  text-align: left;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-282 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-282 .menu-scroll > ul ul > li > a {
  padding: 15px 10px;
  border: none;
  cursor: pointer;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  width: auto;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.title-page .menu-282 .menu-scroll > ul ul > li > a:hover, .title-page .menu-282 .menu-scroll > ul ul > li > a.hover, .title-page .menu-282 .menu-scroll > ul ul > li > a.active {
  color: #12648a;
}
.title-page .menu-282 .menu-scroll > ul ul > li > a:active, .title-page .menu-282 .menu-scroll > ul ul > li > a.active {
  color: #333;
  opacity: 0.8;
}
.title-page .menu-282 .menu-scroll > ul ul > li.delimiter {
  border: none;
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 1px;
  height: auto;
  width: auto;
  background: rgba(51, 51, 51, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-282 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-282 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-282 .menu-scroll > ul > li.menu-item > a {
  padding: 20px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: none;
  text-align: center;
  align-self: auto;
  font-weight: bold;
  left: 0;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: none transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-282 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-282 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-282 .menu-scroll > ul > li.menu-item > a.active {
  color: #fff;
  -webkit-box-shadow: 0px 0px 13px rgba(33, 74, 90, 0.24);
  -moz-box-shadow: 0px 0px 13px rgba(33, 74, 90, 0.24);
  box-shadow: 0px 0px 13px rgba(33, 74, 90, 0.24);
  background: repeating-linear-gradient(to bottom right, rgba(41, 228, 245, 0.53) 0%, rgba(41, 228, 245, 0.53) 7.2%, rgba(0, 92, 145, 0.53) 77.9%, rgba(0, 92, 145, 0.53) 89.9%, rgba(0, 92, 145, 0.53) 100%) #214a5a;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.title-page .menu-282 .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-282 .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-282 .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-282 .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-282 .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-282 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-282 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-282 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 7px 0 2px 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAuMTIzIDYwLjEyMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnIGlkPSJnLTIiPgoJPHBhdGggZD0iTTU3LjEyNCw1MS44OTNIMTYuOTJjLTEuNjU3LDAtMy0xLjM0My0zLTNzMS4zNDMtMywzLTNoNDAuMjAzYzEuNjU3LDAsMywxLjM0MywzLDNTNTguNzgxLDUxLjg5Myw1Ny4xMjQsNTEuODkzeiIgaWQ9InBhdGgtMyI+PC9wYXRoPgoJPHBhdGggZD0iTTU3LjEyNCwzMy4wNjJIMTYuOTJjLTEuNjU3LDAtMy0xLjM0My0zLTNzMS4zNDMtMywzLTNoNDAuMjAzYzEuNjU3LDAsMywxLjM0MywzLDMgICBDNjAuMTI0LDMxLjcxOSw1OC43ODEsMzMuMDYyLDU3LjEyNCwzMy4wNjJ6IiBpZD0icGF0aC00Ij48L3BhdGg+Cgk8cGF0aCBkPSJNNTcuMTI0LDE0LjIzMUgxNi45MmMtMS42NTcsMC0zLTEuMzQzLTMtM3MxLjM0My0zLDMtM2g0MC4yMDNjMS42NTcsMCwzLDEuMzQzLDMsM1M1OC43ODEsMTQuMjMxLDU3LjEyNCwxNC4yMzF6IiBpZD0icGF0aC01Ij48L3BhdGg+Cgk8Y2lyY2xlIGN4PSI0LjAyOSIgY3k9IjExLjQ2MyIgcj0iNC4wMjkiIGlkPSJjaXJjbGUtNiI+PC9jaXJjbGU+Cgk8Y2lyY2xlIGN4PSI0LjAyOSIgY3k9IjMwLjA2MiIgcj0iNC4wMjkiIGlkPSJjaXJjbGUtNyI+PC9jaXJjbGU+Cgk8Y2lyY2xlIGN4PSI0LjAyOSIgY3k9IjQ4LjY2MSIgcj0iNC4wMjkiIGlkPSJjaXJjbGUtOCI+PC9jaXJjbGU+CjwvZz4KPGcgaWQ9ImctOSI+CjwvZz4KPGcgaWQ9ImctMTAiPgo8L2c+CjxnIGlkPSJnLTExIj4KPC9nPgo8ZyBpZD0iZy0xMiI+CjwvZz4KPGcgaWQ9ImctMTMiPgo8L2c+CjxnIGlkPSJnLTE0Ij4KPC9nPgo8ZyBpZD0iZy0xNSI+CjwvZz4KPGcgaWQ9ImctMTYiPgo8L2c+CjxnIGlkPSJnLTE3Ij4KPC9nPgo8ZyBpZD0iZy0xOCI+CjwvZz4KPGcgaWQ9ImctMTkiPgo8L2c+CjxnIGlkPSJnLTIwIj4KPC9nPgo8ZyBpZD0iZy0yMSI+CjwvZz4KPGcgaWQ9ImctMjIiPgo8L2c+CjxnIGlkPSJnLTIzIj4KPC9nPgo8L3N2Zz4=") left 50% top 50% / 29px no-repeat;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(51, 51, 51, 0);
  font-size: 22px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-style: normal;
  letter-spacing: 1.1px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  text-transform: none;
  font-weight: bold;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
}
.title-page .menu-282 .menu-scroll > ul > li.more-button > a:hover, .title-page .menu-282 .menu-scroll > ul > li.more-button > a.hover, .title-page .menu-282 .menu-scroll > ul > li.more-button > a.active {
  color: rgba(247, 67, 91, 0);
  opacity: 0.6;
}
.title-page .menu-282 .menu-scroll > ul > li.more-button > a:active, .title-page .menu-282 .menu-scroll > ul > li.more-button > a.active {
  opacity: 0.5;
}
.title-page .menu-282 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-282 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-282 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-129 {
  margin: 21px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 6;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-174 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  height: 0;
  min-height: 650px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat, linear-gradient(rgba(22, 28, 61, 0.48), rgba(22, 28, 61, 0.48)), repeating-linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 159.5px, rgba(255, 255, 255, 0.23) 160.2px);
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
}
.title-page .slider-284 .bx-wrapper {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: relative;
}
.title-page .slider-284 .bx-viewport {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: absolute !important;
}
.title-page .slider-284 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-284 .slider-inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  overflow: hidden;
}
.title-page .slider-284 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-284 .text-slider {
  padding: 0.02px 0;
  margin: -115px 0 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 6;
  text-align: center;
  right: 0;
  width: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  bottom: auto;
}
.title-page .slider-284 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
.title-page .slider-284 .block-body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  font-size: 25px;
  margin-bottom: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .slider-284 .block-more {
  box-sizing: border-box;
  text-align: center;
  margin-top: 22px;
}
.title-page .slider-284 .block-more > a {
  padding: 25px 40px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  text-indent: 0;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 transparent, 0px 8px 32px rgba(24, 161, 219, 0.38);
  -moz-box-shadow: 0 0 0 transparent, 0px 8px 32px rgba(24, 161, 219, 0.38);
  box-shadow: 0 0 0 transparent, 0px 8px 32px rgba(24, 161, 219, 0.38);
  background: repeating-linear-gradient(to bottom right, rgba(41, 228, 245, 0.45) 0%, rgba(41, 228, 245, 0.45) 7.2%, rgba(0, 92, 145, 0.45) 77.9%, rgba(0, 92, 145, 0.45) 89.9%, rgba(0, 92, 145, 0.45) 100%) #267ca3;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
  min-height: 70px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 280px;
}
.title-page .slider-284 .block-more > a:hover, .title-page .slider-284 .block-more > a.hover, .title-page .slider-284 .block-more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  background: none transparent;
}
.title-page .slider-284 .block-more > a:active, .title-page .slider-284 .block-more > a.active {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  opacity: 0.5;
}
.title-page .slider-284 .block-title {
  border: none;
  box-sizing: border-box;
  text-align: center;
  text-indent: 0;
  font-size: 45px;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: url("../images/lib_900002_rectangle 20.png?1575616080514") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .slider-284 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-284 .slider-controls {
  margin: 196px 0 0 -480px;
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: auto;
  left: 50%;
  right: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  width: 960px;
  padding-right: 0;
  bottom: 0;
}
.title-page .slider-284 .slider-prev {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48cG9seWxpbmUgcG9pbnRzPSIxNSAxOCA5IDEyIDE1IDYiIGlkPSJwb2x5bGluZS0yIiBzdHJva2Utb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgc3Ryb2tlPSIjN2Y3ZjdmIiBkYXRhLWNoYW5nZWQ9InRydWUiPjwvcG9seWxpbmU+PC9zdmc+") left 50% top 50% / 32px no-repeat #fff;
  text-align: left;
  min-height: 60px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  opacity: 1;
}
.title-page .slider-284 .slider-prev:hover, .title-page .slider-284 .slider-prev.hover, .title-page .slider-284 .slider-prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48cG9seWxpbmUgcG9pbnRzPSIxNSAxOCA5IDEyIDE1IDYiIGlkPSJwb2x5bGluZS0yIiBzdHJva2Utb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgc3Ryb2tlPSIjY2NjY2NjIiBkYXRhLWNoYW5nZWQ9InRydWUiPjwvcG9seWxpbmU+PC9zdmc+") left 50% top 50% / 32px no-repeat #fff;
}
.title-page .slider-284 .slider-next {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48cG9seWxpbmUgcG9pbnRzPSI5IDE4IDE1IDEyIDkgNiIgaWQ9InBvbHlsaW5lLTIiIHN0cm9rZS1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBzdHJva2U9IiM3ZjdmN2YiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9wb2x5bGluZT48L3N2Zz4=") left 50% top 50% / 32px no-repeat #fff;
  text-align: left;
  margin-left: 0;
  min-height: 60px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .slider-284 .slider-next:hover, .title-page .slider-284 .slider-next.hover, .title-page .slider-284 .slider-next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48cG9seWxpbmUgcG9pbnRzPSI5IDE4IDE1IDEyIDkgNiIgaWQ9InBvbHlsaW5lLTIiIHN0cm9rZS1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBzdHJva2U9IiNjY2NjY2MiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9wb2x5bGluZT48L3N2Zz4=") left 50% top 50% / 32px no-repeat #fff;
  opacity: 1;
}
.title-page .slider-284 .slider-prev > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-284 .slider-next > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-284 .slider-pager-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  text-align: center;
  visibility: hidden;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-284 .bx-auto_controls {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  vertical-align: top;
  visibility: visible;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .slider-284 .slider-pager > a {
  padding: 1px;
  margin: 2px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  text-decoration: none;
  color: #999;
}
.title-page .slider-284 .slider-pager > a:active, .title-page .slider-284 .slider-pager > a.active {
  background: #eee;
}
.title-page .slider-284 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-284 .bx-controls-auto {
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-284 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .slider-284 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .slider-284 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .slider-284 .overfill {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: inherit;
  top: 0;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.title-page .slider-284 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-284 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-284 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-284 .text_wrapper .text_inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.title-page .slider-284 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-284 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-284 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-284 .wrap_text_dm {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  min-height: inherit;
}
.title-page .slider-284 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-284 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-284 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-284 .popover-body {
  padding: 40px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  width: 370px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-284 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-284 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-284 .popover-body .s3_form_item {
  margin-top: 3px;
  margin-bottom: 3px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 20px;
}
.title-page .popover-wrap-284 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-284 .popover-body textarea {
  padding: 10px 8px 7px 15px;
  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: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #fff;
}
.title-page .popover-wrap-284 .popover-body .s3_button_large {
  padding: 12px 30px;
  border: none;
  background: repeating-linear-gradient(to bottom right, rgba(41, 228, 245, 0.52) 0%, rgba(41, 228, 245, 0.52) 7.2%, rgba(0, 92, 145, 0.52) 77.9%, rgba(0, 92, 145, 0.52) 89.9%, rgba(0, 92, 145, 0.52) 100%) #12648a;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 4px 12px rgba(36, 175, 240, 0.32);
  -moz-box-shadow: 0 0 0 transparent, 0px 4px 12px rgba(36, 175, 240, 0.32);
  box-shadow: 0 0 0 transparent, 0px 4px 12px rgba(36, 175, 240, 0.32);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-284 .popover-body .s3_button_large:hover, .title-page .popover-wrap-284 .popover-body .s3_button_large.hover, .title-page .popover-wrap-284 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to bottom right, rgba(41, 228, 245, 0.52) 0%, rgba(41, 228, 245, 0.52) 7.2%, rgba(0, 92, 145, 0.52) 77.9%, rgba(0, 92, 145, 0.52) 89.9%, rgba(0, 92, 145, 0.52) 100%) transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  color: #f7435b;
}
.title-page .popover-wrap-284 .popover-body .s3_button_large:active, .title-page .popover-wrap-284 .popover-body .s3_button_large.active {
  opacity: 0.5;
}
.title-page .popover-wrap-284 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-284 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-284 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/lib_900002_if_x_2561505.svg") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 25px;
  margin-right: 25px;
}
.title-page .popover-wrap-284 .popover-close:hover, .title-page .popover-wrap-284 .popover-close.hover, .title-page .popover-wrap-284 .popover-close.active {
  opacity: 0.5;
}
.title-page .popover-wrap-284 .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-284 .popover-body .s3_form_item.form_div {
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .s3_form_item.form_html_block {
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .s3_form_item.form_checkbox {
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .s3_form_item.form_radio {
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .s3_form_item.form_calendar {
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .s3_form_item.form_select {
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-284 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-284 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-284 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-284 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-284 .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-284 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-284 .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-284 .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-284 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-284 .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-284 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-284 .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-284 .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-284 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-284 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #000;
  font-style: normal;
  font-size: 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-284 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-284 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  min-height: 48px;
}
.title-page .popover-wrap-284 .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-284 .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-284 .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-284 .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: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  min-height: 48px;
}
.title-page .popover-wrap-284 .popover-body .form_text input {
  padding: 7px 8px 7px 15px;
  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: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  min-height: 48px;
  background: #fff;
}
.title-page .popover-wrap-284 .popover-body .s3_form_item.form_upload {
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}
.title-page .popover-wrap-284 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-284 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-style: normal;
  font-size: 12px;
  padding-left: 15px;
}
.title-page .popover-wrap-284 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-284 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-284 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-161 {
  margin: 16px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  width: 1190px;
  min-height: 450px;
  display: -webkit-flex;
  display: flex;
  background: #ccc;
  overflow: hidden;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 100%;
}
.title-page .block-106 {
  margin: 56px 45px 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: repeating-linear-gradient(to bottom right, rgba(41, 228, 245, 0.4) 0%, rgba(41, 228, 245, 0.4) 7.2%, rgba(0, 92, 145, 0.4) 77.9%, rgba(0, 92, 145, 0.4) 89.9%, rgba(0, 92, 145, 0.4) 100%), linear-gradient(rgba(5, 15, 36, 0.42), rgba(5, 15, 36, 0.42)), url("../images/2-(3)_02 (9).jpg") left 50% top 50% / cover no-repeat;
  z-index: 4;
  text-align: left;
  right: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
.title-page .block-107 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1350px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-left: 83px;
  padding-right: 74px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-108 .layout_252 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-108 .layout_255 {
  -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-108 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 50px;
  padding-bottom: 50px;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .block-109 {
  margin: 0 0 auto 50px;
  position: relative;
  top: 0;
  left: 0;
  width: 201px;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: auto;
}
.title-page .widget-153 {
  margin: 0 0 0 1px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 200px;
}
.title-page .phones-253 p:first-child {
  margin-top: 0;
}
.title-page .phones-253 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-253 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-253 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-253 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-253 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-253 .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-253 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #00e3db;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-253 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-253 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-253 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-253 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-154 {
  margin: 30px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 187px;
}
.title-page .address-254 p:first-child {
  margin-top: 0;
}
.title-page .address-254 p:last-child {
  margin-bottom: 0;
}
.title-page .address-254 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-254 .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-254 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-254 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-254 .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-254 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #00e3db;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
.title-page .address-254 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
}
.title-page .address-254 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-254 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-110 .layout_256 {
  -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-110 .layout_255_id_257 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
}
.title-page .block-110 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: 0;
}
.title-page .widget-155 {
  margin: 0 0 auto 50px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  padding-right: 50px;
  padding-left: 50px;
  border-top: 0px dashed rgba(0, 0, 0, 0.1);
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 0px dashed rgba(0, 0, 0, 0.1);
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-256 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-256 .popover-body .form_text input {
  padding: 7px 8px 7px 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  min-height: 55px;
  background: #f7f7f7;
}
.title-page .popover-wrap-256 .popover-body .form_calendar input {
  padding: 7px 8px 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  min-height: 55px;
  background: #f7f7f7;
}
.title-page .popover-wrap-256 .popover-body .form_calendar_interval input {
  padding: 7px 8px 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  min-height: 55px;
  background: #f7f7f7;
}
.title-page .popover-wrap-256 .popover-body textarea {
  padding: 7px 8px 7px 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 13.3333px;
  background: #f7f7f7;
}
.title-page .popover-wrap-256 .popover-body .s3_button_large {
  border: none;
  background: #54daf5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px #54daf5;
  -moz-box-shadow: 0px 0px 10px #54daf5;
  box-shadow: 0px 0px 10px #54daf5;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  min-height: 55px;
  width: 190px;
}
.title-page .popover-wrap-256 .popover-body .s3_button_large:hover, .title-page .popover-wrap-256 .popover-body .s3_button_large.hover, .title-page .popover-wrap-256 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-256 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #333;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  font-size: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-256 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-256 .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-256 .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-256 .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-256 .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-256 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-256 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-256 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-256 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-256 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-256 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-256 .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-256 .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-256 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-256 .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-256 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  color: #fff;
  line-height: 1.8;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-256 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-256 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-256 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-256 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-256 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-256 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-256 .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;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-256 .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-256 .clear {
  clear: both;
}
.title-page .popover-container-256 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-256 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-256 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
.title-page .popover-wrap-256 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-256 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.title-page .popover-wrap-256 .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-256 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  color: #000;
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-256 .popover-body .s3_form_item.form_div {
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  text-align: left;
}
.title-page .popover-wrap-256 .popover-body .s3_form_item.form_html_block {
  padding-bottom: 0.02px;
  padding-top: 0.02px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-256 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-256 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-256 .popover-body .s3_form_item.form_checkbox {
  padding-bottom: 0.02px;
  padding-top: 0.02px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .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-256 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-256 .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-256 .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-256 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  font-size: 12px;
}
.title-page .popover-wrap-256 .popover-body .s3_form_item.form_radio {
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .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-256 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-256 .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-256 .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-256 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  font-size: 12px;
}
.title-page .popover-wrap-256 .popover-body .s3_form_item.form_select {
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  font-size: 12px;
  min-height: 0;
}
.title-page .popover-wrap-256 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-256 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .popover-body .s3_form_item.form_calendar {
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .popover-body .s3_form_item.form_calendar_interval {
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .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-256 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-256 .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-256 .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-256 .popover-body .s3_form_item.form_upload {
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-256 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-256 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  font-size: 12px;
  padding-left: 10px;
}
.title-page .popover-wrap-256 .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-256 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-256 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
}
.title-page .popover-wrap-256 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-256 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-256 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-156 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 258px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .block-111 {
  margin: 50px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: 45px;
  min-height: 45px;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-157 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: 45px;
  min-height: 45px;
  background: repeating-linear-gradient(145deg, rgba(35, 201, 249, 0.35) 0%, rgba(35, 230, 170, 0.35) 100%) #18a1db;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 8px 20px rgba(5, 39, 51, 0.2);
  -moz-box-shadow: 0px 8px 20px rgba(5, 39, 51, 0.2);
  box-shadow: 0px 8px 20px rgba(5, 39, 51, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .widget-157:hover, .title-page .widget-157.hover, .title-page .widget-157.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  opacity: 0.8;
}
.title-page .up-259 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 3px;
  height: 20px;
  width: 35px;
  display: inline-block;
  background: url("../images/lib_647802_up.png") left 50% top 50% / 23px 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-259 .title {
  box-sizing: border-box;
  color: #000;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .block-112 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  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%;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-113 .layout_262 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-113 .layout_263 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-113 .layout_264 {
  -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-113 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-158 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  width: 300px;
  right: 0;
}
.title-page .widget-159 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: right;
  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: 300px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 14px;
}
.title-page .widgetsocial-263 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-263 .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-263 .soc-item {
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .widgetsocial-263 .soc {
  margin: 2px 8px;
  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%;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-263 .vk .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_vk.png") left 50% top 50% / cover no-repeat transparent;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  opacity: 0.3;
}
.title-page .widgetsocial-263 .vk .wg-soc-icon:hover, .title-page .widgetsocial-263 .vk .wg-soc-icon.hover, .title-page .widgetsocial-263 .vk .wg-soc-icon.active {
  opacity: 0.7;
}
.title-page .widgetsocial-263 .vk .wg-soc-icon:active, .title-page .widgetsocial-263 .vk .wg-soc-icon.active {
  background: url("../images/wm_social_links_vk.png") left 50% top 50% / cover no-repeat;
}
.title-page .widgetsocial-263 .fb .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEzNyIgaGVpZ2h0PSIyNTMiIHZpZXdCb3g9IjAgMCAxMzcgMjUzIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTEzMS44NTEuMDQxIDk4Ljk4NC0uMDA4QzYyLjA2MS0uMDA4IDM4LjIwMyAyNC40MjkgMzguMjAzIDYyLjI1N1Y5MC45NjlINS4xNTdDMi4zMDEgOTAuOTY5LS4wMSA5My4yOC0uMDEgOTYuMTNWMTM3LjcyOUMtLjAxIDE0MC41NzkgMi4zMDQgMTQyLjg4NiA1LjE1NyAxNDIuODg2SDM4LjJWMjQ3Ljg1QzM4LjIgMjUwLjcgNDAuNTEzIDI1My4wMDcgNDMuMzY5IDI1My4wMDdIODYuNDgyQzg5LjMzNiAyNTMuMDA3IDkxLjY0OSAyNTAuNjk3IDkxLjY0OSAyNDcuODVWMTQyLjg4NkgxMzAuMjg1QzEzMy4xNCAxNDIuODg2IDEzNS40NTIgMTQwLjU3OSAxMzUuNDUyIDEzNy43MjlMMTM1LjQ2OCA5Ni4xM0MxMzUuNDY4IDk0Ljc2MiAxMzQuOTIyIDkzLjQ1IDEzMy45NTUgOTIuNDgxIDEzMi45ODQgOTEuNTEyIDEzMS42NjkgOTAuOTY5IDEzMC4yOTggOTAuOTY5SDkxLjY1MVY2Ni42M0M5MS42NTEgNTQuOTMyIDk0LjQ0MyA0OC45OTQgMTA5LjcwMyA0OC45OTRMMTMxLjg0NiA0OC45ODdDMTM0LjY5OSA0OC45ODcgMTM3LjAxIDQ2LjY3NiAxMzcuMDEgNDMuODI5VjUuMjAyQzEzNy4wMSAyLjM1NiAxMzQuNzAxLjA0OCAxMzEuODUxLjA0MXoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 11px no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  opacity: 0.3;
}
.title-page .widgetsocial-263 .fb .wg-soc-icon:hover, .title-page .widgetsocial-263 .fb .wg-soc-icon.hover, .title-page .widgetsocial-263 .fb .wg-soc-icon.active {
  opacity: 0.7;
}
.title-page .widgetsocial-263 .tw .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI2MSIgaGVpZ2h0PSIyMTEiIHZpZXdCb3g9IjAgMCAyNjEgMjExIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTI2MC45OTYgMjQuOTcxQzI1MS4zOTcgMjkuMjEgMjQxLjA2NyAzMi4wNzMgMjMwLjI0MyAzMy4zNTYgMjQxLjI5NCAyNi43NjcgMjQ5LjgwNCAxNi4zMyAyNTMuNzg3IDMuODg3IDI0My40NTQgOS45OTIgMjMxLjk5OCAxNC40MzEgMjE5Ljc5NCAxNi44MjQgMjEwLjAxNyA2LjQ1OCAxOTYuMTAxLS4wMDMgMTgwLjcwMi0uMDAzIDE1MS4xMzItLjAwMyAxMjcuMTU1IDIzLjg0OSAxMjcuMTU1IDUzLjI2NCAxMjcuMTU1IDU3LjQ0OCAxMjcuNjMyIDYxLjUwNiAxMjguNTM5IDY1LjM5OCA4NC4wMzggNjMuMTg3IDQ0LjU4OSA0MS45ODMgMTguMTY4IDkuNzM2IDEzLjU2MyAxNy42MTkgMTAuOTI1IDI2Ljc2NyAxMC45MjUgMzYuNTI2IDEwLjkyNSA1NS4wMDMgMjAuMzc3IDcxLjMyMiAzNC43MzggODAuODY3IDI1Ljk2NCA4MC41OTUgMTcuNzEyIDc4LjE4NCAxMC40ODkgNzQuMTk5Vjc0Ljg3QzEwLjQ4OSAxMDAuNjc4IDI4Ljk1MSAxMjIuMjEyIDUzLjQzOSAxMjcuMTA5IDQ4Ljk1IDEyOC4zMjEgNDQuMjA0IDEyOC45ODUgMzkuMzMgMTI4Ljk4NSAzNS44ODQgMTI4Ljk4NSAzMi41MjEgMTI4LjY0MSAyOS4yNTggMTI4LjAxNCAzNi4wNjkgMTQ5LjE4NSA1NS44NDEgMTY0LjU3OSA3OS4yNyAxNjUuMDI1IDYwLjk1NyAxNzkuMzA2IDM3Ljg3MSAxODcuODI1IDEyLjc2NCAxODcuODI1IDguNDUxIDE4Ny44MjUgNC4xOTEgMTg3LjU2NC4wMDEgMTg3LjA3OSAyMy42OTkgMjAyLjE4IDUxLjg0NSAyMTEuMDAyIDgyLjA5NSAyMTEuMDAyIDE4MC41NzggMjExLjAwMiAyMzQuNDM2IDEyOS44NDMgMjM0LjQzNiA1OS40MzkgMjM0LjQzNiA1Ny4xMzggMjM0LjM3OSA1NC44MzggMjM0LjI5MiA1Mi41MzYgMjQ0LjczMiA0NS4wMzkgMjUzLjgwMyAzNS42NTcgMjYwLjk5NiAyNC45NzF6IiBjbGFzcz0iY2xzLTEiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 21px no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  opacity: 0.3;
}
.title-page .widgetsocial-263 .tw .wg-soc-icon:hover, .title-page .widgetsocial-263 .tw .wg-soc-icon.hover, .title-page .widgetsocial-263 .tw .wg-soc-icon.active {
  opacity: 0.7;
}
.title-page .widgetsocial-263 .google .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat transparent;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  opacity: 0.3;
}
.title-page .widgetsocial-263 .google .wg-soc-icon:hover, .title-page .widgetsocial-263 .google .wg-soc-icon.hover, .title-page .widgetsocial-263 .google .wg-soc-icon.active {
  opacity: 0.7;
}
.title-page .widgetsocial-263 .google .wg-soc-icon:active, .title-page .widgetsocial-263 .google .wg-soc-icon.active {
  background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat;
}
.title-page .widgetsocial-263 .ins .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjMwNCIgaGVpZ2h0PSIyOTgiIHZpZXdCb3g9IjAgMCAzMDQgMjk4IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTIyNS42NDkgMjk4SDc4LjM1QzM1LjA3OSAyOTggMCAyNjIuODkuMCAyMTkuNTc5Vjc4LjQyMUMwIDM1LjExIDM1LjA3OS4wIDc4LjM1LjBIMjI1LjY0OUMyNjguOTIxLjAgMzA0IDM1LjExIDMwNCA3OC40MjFWMjE5LjU3OUMzMDQgMjYyLjg5IDI2OC45MjEgMjk4IDIyNS42NDkgMjk4ek0yODIuMDYyIDg3LjgzMkMyODIuMDYyIDUzLjE4MyAyNTMuOTk5IDI1LjA5NSAyMTkuMzgxIDI1LjA5NUg4Ny43NTNDNTMuMTM1IDI1LjA5NSAyNS4wNzIgNTMuMTgzIDI1LjA3MiA4Ny44MzJWMjEwLjE2OEMyNS4wNzIgMjQ0LjgxNyA1My4xMzUgMjcyLjkwNSA4Ny43NTMgMjcyLjkwNUgyMTkuMzgxQzI1My45OTkgMjcyLjkwNSAyODIuMDYyIDI0NC44MTcgMjgyLjA2MiAyMTAuMTY4Vjg3LjgzMnpNMjM1LjA1MiA4Ny44MzJDMjI0LjY2NiA4Ny44MzIgMjE2LjI0NyA3OS40MDUgMjE2LjI0NyA2OS4wMSAyMTYuMjQ3IDU4LjYxNiAyMjQuNjY2IDUwLjE4OSAyMzUuMDUyIDUwLjE4OSAyNDUuNDM3IDUwLjE4OSAyNTMuODU2IDU4LjYxNiAyNTMuODU2IDY5LjAxIDI1My44NTYgNzkuNDA1IDI0NS40MzcgODcuODMyIDIzNS4wNTIgODcuODMyek0xNTAuNDMzIDIyOC45ODlDMTA3LjE2MSAyMjguOTg5IDcyLjA4MiAxOTMuODc5IDcyLjA4MiAxNTAuNTY4IDcyLjA4MiAxMDcuMjU4IDEwNy4xNjEgNzIuMTQ3IDE1MC40MzMgNzIuMTQ3IDE5My43MDUgNzIuMTQ3IDIyOC43ODMgMTA3LjI1OCAyMjguNzgzIDE1MC41NjggMjI4Ljc4MyAxOTMuODc5IDE5My43MDUgMjI4Ljk4OSAxNTAuNDMzIDIyOC45ODl6TTE1MiA5Ny4yNDJDMTIzLjQ0IDk3LjI0MiAxMDAuMjg5IDEyMC40MTUgMTAwLjI4OSAxNDkgMTAwLjI4OSAxNzcuNTg1IDEyMy40NCAyMDAuNzU4IDE1MiAyMDAuNzU4IDE4MC41NTkgMjAwLjc1OCAyMDMuNzExIDE3Ny41ODUgMjAzLjcxMSAxNDkgMjAzLjcxMSAxMjAuNDE1IDE4MC41NTkgOTcuMjQyIDE1MiA5Ny4yNDJ6IiBjbGFzcz0iY2xzLTEiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 21px no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  opacity: 0.3;
}
.title-page .widgetsocial-263 .ins .wg-soc-icon:hover, .title-page .widgetsocial-263 .ins .wg-soc-icon.hover, .title-page .widgetsocial-263 .ins .wg-soc-icon.active {
  opacity: 0.7;
}
.title-page .widgetsocial-263 .ok .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat transparent;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  opacity: 0.3;
}
.title-page .widgetsocial-263 .ok .wg-soc-icon:hover, .title-page .widgetsocial-263 .ok .wg-soc-icon.hover, .title-page .widgetsocial-263 .ok .wg-soc-icon.active {
  opacity: 0.7;
}
.title-page .widgetsocial-263 .ok .wg-soc-icon:active, .title-page .widgetsocial-263 .ok .wg-soc-icon.active {
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat;
}
.title-page .widgetsocial-263 .mail .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat transparent;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  opacity: 0.3;
}
.title-page .widgetsocial-263 .mail .wg-soc-icon:hover, .title-page .widgetsocial-263 .mail .wg-soc-icon.hover, .title-page .widgetsocial-263 .mail .wg-soc-icon.active {
  opacity: 0.7;
}
.title-page .widgetsocial-263 .mail .wg-soc-icon:active, .title-page .widgetsocial-263 .mail .wg-soc-icon.active {
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat;
}
.title-page .widgetsocial-263 .pin .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat transparent;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  opacity: 0.3;
}
.title-page .widgetsocial-263 .pin .wg-soc-icon:hover, .title-page .widgetsocial-263 .pin .wg-soc-icon.hover, .title-page .widgetsocial-263 .pin .wg-soc-icon.active {
  opacity: 0.7;
}
.title-page .widgetsocial-263 .pin .wg-soc-icon:active, .title-page .widgetsocial-263 .pin .wg-soc-icon.active {
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat;
}
.title-page .widgetsocial-263 .lj .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat transparent;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  opacity: 0.3;
}
.title-page .widgetsocial-263 .lj .wg-soc-icon:hover, .title-page .widgetsocial-263 .lj .wg-soc-icon.hover, .title-page .widgetsocial-263 .lj .wg-soc-icon.active {
  opacity: 0.7;
}
.title-page .widgetsocial-263 .lj .wg-soc-icon:active, .title-page .widgetsocial-263 .lj .wg-soc-icon.active {
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat;
}
.title-page .widgetsocial-263 .my .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat transparent;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  opacity: 0.3;
}
.title-page .widgetsocial-263 .my .wg-soc-icon:hover, .title-page .widgetsocial-263 .my .wg-soc-icon.hover, .title-page .widgetsocial-263 .my .wg-soc-icon.active {
  opacity: 0.7;
}
.title-page .widgetsocial-263 .my .wg-soc-icon:active, .title-page .widgetsocial-263 .my .wg-soc-icon.active {
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat;
}
.title-page .widgetsocial-263 .youtube .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjM2NyIgaGVpZ2h0PSIyNjUiIHZpZXdCb3g9IjAgMCAzNjcgMjY1IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTM0OC43NDggMTkuNzc3QzMzNC43OCA0Ljc1NiAzMTkuMTQ0IDQuNjkyIDMxMS45NjkgMy44MjQgMjYwLjYyLjAwNyAxODMuNTgzLjAwNyAxODMuNTgzLjAwN0gxODMuNDE5QzE4My40MTkuMDA3IDEwNi4zODguMDA3IDU1LjAyOSAzLjgyNCA0Ny44NSA0LjY5MiAzMi4yMjMgNC43NTYgMTguMjUgMTkuNzc3IDcuMjUxIDMxLjIxMSAzLjY3OSA1Ny4xNzQgMy42NzkgNTcuMTc0IDMuNjc5IDU3LjE3NC4wMDUgODcuNjY0LjAwNSAxMTguMTQ5VjE0Ni43M0MuMDA1IDE3Ny4yMjUgMy42NzkgMjA3LjcwNiAzLjY3OSAyMDcuNzA2IDMuNjc5IDIwNy43MDYgNy4yNTEgMjMzLjY2OCAxOC4yNSAyNDUuMTAzIDMyLjIyMyAyNjAuMTE1IDUwLjU1NyAyNTkuNjQ0IDU4LjcyNSAyNjEuMjA0IDg4LjA4NSAyNjQuMTA4IDE4My40OTUgMjY1LjAwNCAxODMuNDk1IDI2NS4wMDQgMTgzLjQ5NSAyNjUuMDA0IDI2MC42MiAyNjQuODgyIDMxMS45NjkgMjYxLjA2OSAzMTkuMTQ0IDI2MC4xNzggMzM0Ljc4IDI2MC4xMTUgMzQ4Ljc0OCAyNDUuMTAzIDM1OS43MzkgMjMzLjY2OCAzNjMuMzI0IDIwNy43MDYgMzYzLjMyNCAyMDcuNzA2IDM2My4zMjQgMjA3LjcwNiAzNjYuOTk4IDE3Ny4yMjUgMzY2Ljk5OCAxNDYuNzNWMTE4LjE0OUMzNjYuOTk4IDg3LjY2NCAzNjMuMzI0IDU3LjE3NCAzNjMuMzI0IDU3LjE3NCAzNjMuMzI0IDU3LjE3NCAzNTkuNzM5IDMxLjIxMSAzNDguNzQ4IDE5Ljc3N3pNMTQ1LjYwNyAxODEuMzY4IDE0NS41OTggNzUuNTE5IDI0NC43NTMgMTI4LjYyOSAxNDUuNjA3IDE4MS4zNjh6IiBjbGFzcz0iY2xzLTEiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 26px no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  opacity: 0.3;
}
.title-page .widgetsocial-263 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-263 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-263 .youtube .wg-soc-icon.active {
  opacity: 0.7;
}
.title-page .widgetsocial-263 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat transparent;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  opacity: 0.3;
}
.title-page .widgetsocial-263 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-263 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-263 .telegram .wg-soc-icon.active {
  opacity: 0.7;
}
.title-page .widgetsocial-263 .telegram .wg-soc-icon:active, .title-page .widgetsocial-263 .telegram .wg-soc-icon.active {
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat;
}
.title-page .widgetsocial-263 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat transparent;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  opacity: 0.3;
}
.title-page .widgetsocial-263 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-263 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-263 .whatsapp .wg-soc-icon.active {
  opacity: 0.7;
}
.title-page .widgetsocial-263 .whatsapp .wg-soc-icon:active, .title-page .widgetsocial-263 .whatsapp .wg-soc-icon.active {
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat;
}
.title-page .widgetsocial-263 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-263 .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-160 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #d8d8d8;
  text-align: center;
  text-decoration: none;
  width: auto;
  right: 0;
}
.title-page .block-102 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.99)), url("../images/2-(3)_01.jpg") left 50% top 50% / cover repeat fixed;
  max-width: 100%;
  z-index: 3;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  padding-bottom: 45px;
}
.title-page .block-62 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 569px;
  z-index: 5;
  right: 0;
  padding-top: 82px;
  padding-bottom: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-115 {
  margin: 14px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-93 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  min-width: 0;
  padding-bottom: 0.02px;
}
.title-page .popover-wrap-142 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-142 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-142 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}
.title-page .popover-wrap-142 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-142 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .blocklist-142 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-142 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-142 .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: 13px;
  box-sizing: border-box;
}
.title-page .blocklist-142 .header_text {
  font-size: 47px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Fira Sans, sans-serif;
  color: #00435c;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-142 .all-in_header {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-142 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  color: #768e96;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-142 .body-outer {
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0.02px;
}
.title-page .blocklist-142 .body {
  margin: 0 -5px;
  box-sizing: border-box;
}
.title-page .blocklist-142 .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-142 .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-142 .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-142 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-142 .item {
  padding: 4px 10px 31px;
  margin: 30px 5px 10px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0px -81px 0px #fff;
  -moz-box-shadow: inset 0px -81px 0px #fff;
  box-shadow: inset 0px -81px 0px #fff;
  background: repeating-linear-gradient(to bottom right, rgba(41, 228, 245, 0.55) 0%, rgba(41, 228, 245, 0.55) 7.2%, rgba(0, 92, 145, 0.55) 77.9%, rgba(0, 92, 145, 0.55) 89.9%, rgba(0, 92, 145, 0.55) 100%), linear-gradient(rgba(33, 74, 90, 0.52), rgba(33, 74, 90, 0.52)), url("../images/2-(3)_02 (11).jpg") left 50% top 50% / cover no-repeat, url("../images/2-(3)_02 (9).jpg") left calc(50% - 84px) top calc(50% - 12px) / cover no-repeat;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  flex-basis: 100%;
}
.title-page .blocklist-142 .text {
  border: none;
  margin-bottom: 20px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
  padding-bottom: 24px;
  min-height: 9px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  pointer-events: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 7px;
  margin-right: 7px;
}
.title-page .blocklist-142 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-142 .image {
  margin: 13px 5px 27px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  left: 0;
  right: 0;
  min-height: 165px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .blocklist-142 .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-142 .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-142 .img-convert {
  margin: 10px;
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 230px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  align-self: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .blocklist-142 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-142 .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-142 .title {
  margin: 37px 8px 13px;
  border: none;
  font-weight: 500;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Fira Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  padding-bottom: 1px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  pointer-events: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-142 .price {
  border: none;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 5px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  pointer-events: auto;
  margin-top: 5px;
}
.title-page .blocklist-142 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-142 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  color: #ffd014;
  text-decoration: none;
  font-weight: 600;
}
.title-page .blocklist-142 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 27px;
  color: #ffd014;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-right: 5px;
  margin-left: 5px;
}
.title-page .blocklist-142 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  color: #ffd014;
  text-decoration: none;
  font-weight: 600;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-142 .more {
  border: none;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  pointer-events: auto;
  padding-bottom: 0.02px;
  margin-bottom: 20px;
  margin-top: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-142 .more > a {
  padding: 23px 20px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  color: #003447;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff, 0px 4px 12px rgba(33, 13, 33, 0.07);
  -moz-box-shadow: inset 0px 0px 0px 2px #fff, 0px 4px 12px rgba(33, 13, 33, 0.07);
  box-shadow: inset 0px 0px 0px 2px #fff, 0px 4px 12px rgba(33, 13, 33, 0.07);
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: repeating-linear-gradient(180deg, rgba(226, 226, 226, 0.27) 0%, rgba(219, 219, 219, 0.27) 50%, rgba(254, 254, 254, 0.27) 100%) #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  cursor: pointer;
  width: 225px;
  font-weight: 500;
  min-height: 54px;
  margin-top: 2px;
  align-self: auto;
}
.title-page .blocklist-142 .more > a:hover, .title-page .blocklist-142 .more > a.hover, .title-page .blocklist-142 .more > a.active {
  color: #fff;
  -webkit-box-shadow: 0 0 0 transparent, 0px 4px 12px rgba(33, 13, 33, 0.07);
  -moz-box-shadow: 0 0 0 transparent, 0px 4px 12px rgba(33, 13, 33, 0.07);
  box-shadow: 0 0 0 transparent, 0px 4px 12px rgba(33, 13, 33, 0.07);
  -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  background: repeating-linear-gradient(to bottom right, rgba(41, 228, 245, 0.49) 0%, rgba(41, 228, 245, 0.49) 7.2%, rgba(0, 92, 145, 0.49) 77.9%, rgba(0, 92, 145, 0.49) 89.9%, rgba(0, 92, 145, 0.49) 100%) #019e99;
}
.title-page .blocklist-142 .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-142 .bx-wrapper {
  max-width: 1209px;
}
.title-page .blocklist-142 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-142 .item__image__title {
  box-sizing: border-box;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-142 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-142 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-142 .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-142 .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-142 .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-142 .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-142 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-142 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-142 .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-142 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-142 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-142 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-142 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-142 .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-142 .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-142 .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-142 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.title-page .blocklist-142 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-142 .bx-pager a {
  margin: 2px 4px 2px 3px;
  border: none;
  display: inline-block;
  width: 16px;
  min-height: 16px;
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-142 .bx-pager a:active, .title-page .blocklist-142 .bx-pager a.active {
  background: #ededed;
}
.title-page .popover-container-142 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-142 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-142 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-142 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-142 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-142 .popover-body .s3_form_item_type_calendar .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-142 .popover-body .s3_form_item_type_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;
}
.title-page .popover-wrap-142 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-142 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-142 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-142 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-142 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-142 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-142 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-142 .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-142 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-142 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .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-142 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-142 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-142 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-142 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .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-142 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-142 .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-142 .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-142 .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-142 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .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-142 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-142 .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-142 .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-142 .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-142 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .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-142 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-142 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .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-142 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .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-142 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-142 .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-142 .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-142 .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-142 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-142 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-142 .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-142 .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-142 .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-142 .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-142 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-142 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-142 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-142 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-105 {
  margin: 21px 45px 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: repeating-linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 159.5px, rgba(255, 255, 255, 0.21) 160.2px), linear-gradient(rgba(0, 83, 110, 0.76), rgba(0, 83, 110, 0.76)), url("../images/2-(3)_02 (10).jpg") left 50% top 50% / cover no-repeat;
  max-width: 100%;
  z-index: 4;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding-top: 86px;
  padding-bottom: 88px;
}
.title-page .block-116 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-55 {
  padding: 27px 55px 34px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-width: 0;
  right: 0;
}
.title-page .popover-wrap-87 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-87 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-87 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}
.title-page .popover-wrap-87 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-87 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .blocklist-87 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-87 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-87 .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: 10px;
  box-sizing: border-box;
}
.title-page .blocklist-87 .header_text {
  border: none;
  font-size: 48px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-weight: 500;
  -webkit-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-87 .all-in_header {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-87 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 36px;
  display: -webkit-flex;
  display: flex;
  font-family: Fira Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
  -webkit-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-87 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-87 .body {
  margin: 0 -5px;
  box-sizing: border-box;
}
.title-page .blocklist-87 .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-87 .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-87 .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-87 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-87 .item {
  padding: 46px 0 48px;
  margin: 10px 5px 1px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%) #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.16);
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-87 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 5;
  background: repeating-radial-gradient(ellipse farthest-corner at left bottom, rgba(40, 207, 111, 0.88) 0%, rgba(25, 167, 255, 0.88) 100%) #31e8e8;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 23px;
  text-decoration: none;
  right: auto;
  margin-left: -27.5px;
  width: 55px;
  min-height: 55px;
  margin-top: -27px;
  -webkit-box-shadow: 0px 0px 0px 12px rgba(227, 227, 227, 0.15);
  -moz-box-shadow: 0px 0px 0px 12px rgba(227, 227, 227, 0.15);
  box-shadow: 0px 0px 0px 12px rgba(227, 227, 227, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: 800;
}
.title-page .blocklist-87 .text {
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
  color: rgba(0, 0, 0, 0.58);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 15px;
}
.title-page .blocklist-87 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-87 .image {
  margin: 10px 35px 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-87 .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-87 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 101px;
  height: 97px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .blocklist-87 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-87 .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-87 .title {
  margin: 20px 35px 5px;
  font-weight: bold;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Fira Sans, sans-serif;
  color: #04181f;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 25px;
  pointer-events: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 0;
}
.title-page .blocklist-87 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 13px;
  pointer-events: auto;
}
.title-page .blocklist-87 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.title-page .blocklist-87 .price-note {
  box-sizing: border-box;
  display: inline-block;
  color: #ababab;
  text-decoration: none;
  font-size: 14px;
  margin-right: 5px;
}
.title-page .blocklist-87 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
}
.title-page .blocklist-87 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #ababab;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  margin-left: 5px;
}
.title-page .blocklist-87 .more {
  border: none;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-87 .more > a {
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #4b537a;
  letter-spacing: 0.9px;
  text-decoration: none;
  font-size: 45px;
  font-weight: 500;
  width: 52px;
  min-height: 61px;
  padding-bottom: 15px;
  -webkit-border-radius: 250px 250px 0px 0px;
  -moz-border-radius: 250px 250px 0px 0px;
  border-radius: 250px 250px 0px 0px;
  padding-left: 0;
  padding-top: 0.02px;
  margin-top: 4px;
  align-self: auto;
}
.title-page .blocklist-87 .more > a:hover, .title-page .blocklist-87 .more > a.hover, .title-page .blocklist-87 .more > a.active {
  color: #f10;
}
.title-page .blocklist-87 .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-87 .bx-wrapper {
  max-width: 972px;
}
.title-page .blocklist-87 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-87 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-87 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 50px;
}
.title-page .blocklist-87 .all {
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Fira Sans, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: inset 0px 0px 0px 3px #00e3db, 0px 11px 40px 0px rgba(255, 79, 48, 0.21);
  -moz-box-shadow: inset 0px 0px 0px 3px #00e3db, 0px 11px 40px 0px rgba(255, 79, 48, 0.21);
  box-shadow: inset 0px 0px 0px 3px #00e3db, 0px 11px 40px 0px rgba(255, 79, 48, 0.21);
  -webkit-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.11);
  -moz-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.11);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 65px;
  width: 365px;
  font-weight: bold;
}
.title-page .blocklist-87 .all:hover, .title-page .blocklist-87 .all.hover, .title-page .blocklist-87 .all.active {
  -webkit-box-shadow: inset 0px 0px 0px 3px #fff, 0px 11px 40px rgba(36, 175, 240, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 3px #fff, 0px 11px 40px rgba(36, 175, 240, 0.3);
  box-shadow: inset 0px 0px 0px 3px #fff, 0px 11px 40px rgba(36, 175, 240, 0.3);
}
.title-page .blocklist-87 .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: 9px;
  z-index: 1;
  text-align: justify;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-87 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 20px;
  background: url("../images/lib_473502_left.png?1492754081725") left 50% top 50% / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 25px;
}
.title-page .blocklist-87 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/lib_473502_right.png?1492754084118") left 50% top 50% / auto auto no-repeat;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-87 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-87 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-87 .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-87 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-87 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-87 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-87 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-87 .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-87 .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-87 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-87 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-87 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-87 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .blocklist-87 .bx-pager a:active, .title-page .blocklist-87 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-87 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-87 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-87 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-87 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item_type_calendar .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-87 .popover-body .s3_form_item_type_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;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-87 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-87 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-87 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-87 .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-87 .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-87 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .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-87 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-87 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-87 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .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-87 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-87 .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-87 .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-87 .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-87 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .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-87 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-87 .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-87 .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-87 .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-87 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .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-87 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-87 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .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-87 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .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-87 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-87 .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-87 .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-87 .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-87 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-87 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .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-87 .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-87 .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-87 .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-87 .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-87 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-87 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-87 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-87 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-87 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-45 {
  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-74 .side-panel-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  pointer-events: auto;
}
.title-page .side-panel-74 .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-74 .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: center;
}
.title-page .side-panel-74 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-74 .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-74 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
.title-page .side-panel-74 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-74 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
  text-align: left;
}
.title-page .side-panel-74 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page body {
    background: none;
  }
  .title-page .wrapper {
    padding-bottom: 0.02px;
  }
  .title-page .widget-177 {
    padding: 5px 0;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    display: block;
  }
  .title-page .horizontal_blocklist-293 .body-outer {
    width: auto;
  }
  .title-page .horizontal_blocklist-293 .body {
    width: auto;
  }
  .title-page .horizontal_blocklist-293 .item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .horizontal_blocklist-293 .item_body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .title-page .horizontal_blocklist-293 .item_figure {
    width: 100%;
    display: none;
  }
  .title-page .horizontal_blocklist-293 .image {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-293 .img-convert {
    background: none;
  }
  .title-page .horizontal_blocklist-293 .item_detail {
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .horizontal_blocklist-293 .text {
    margin-bottom: 0;
  }
  .title-page .horizontal_blocklist-293 .title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 23px;
    padding-bottom: 14px;
    padding-top: 13px;
  }
  .title-page .block-132 {
    background: none;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-133 {
    background: none;
  }
  .title-page .block-134 {
    padding: 5px 15px 17px;
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-135 {
    background: none;
  }
  .title-page .widget-176 {
    width: auto;
    margin-left: 0;
    margin-bottom: auto;
    margin-right: 0;
    background: none;
    display: block;
  }
  .title-page .form-292 .form__header {
    font-size: 30px;
    padding-bottom: 8px;
  }
  .title-page .form-292 .form__text {
    font-size: 19px;
    margin-bottom: -2px;
  }
  .title-page .form-292 .form-text input {
    min-height: 75px;
  }
  .title-page .form-292 .form-submit button:hover, .title-page .form-292 .form-submit button.hover, .title-page .form-292 .form-submit button.active {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-122 {
    margin-top: 1px;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-123 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .block-124 {
    background: #fff;
    text-align: center;
    margin-top: 1px;
    padding-bottom: 39px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-125 .layout_274 {
    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-125 .layout_277 {
    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-125 {
    text-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-126 .layout_275 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: none;
  }
  .title-page .block-126 .layout_276 {
    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-126 {
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-127 .layout_279 {
    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-127 .layout_282 {
    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-127 {
    padding: 12px 15px 10px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-171 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-280 img {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .site-name-280 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-172 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-129 {
    background: none;
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .widget-174 {
    min-height: 350px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    display: block;
  }
  .title-page .slider-284 .text-slider {
    margin-top: -132px;
    padding-left: 10px;
    background: none;
    padding-right: 10px;
    min-height: 0;
  }
  .title-page .slider-284 .block-body {
    font-size: 18px;
  }
  .title-page .slider-284 .block-more {
    margin-top: 14px;
  }
  .title-page .slider-284 .block-more > a {
    padding-bottom: 17px;
    padding-top: 17px;
    min-height: 53px;
  }
  .title-page .slider-284 .block-more > a:active, .title-page .slider-284 .block-more > a.active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .slider-284 .block-title {
    font-size: 27px;
    margin-bottom: 12px;
    padding-bottom: 15px;
  }
  .title-page .slider-284 .slider-controls {
    left: 0;
    right: 0;
    margin-top: 98px;
    width: auto;
    margin-left: 0;
  }
  .title-page .slider-284 .slider-controls:hover, .title-page .slider-284 .slider-controls.hover, .title-page .slider-284 .slider-controls.active {
    text-align: center;
  }
  .title-page .slider-284 .slider-prev {
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .slider-284 .slider-next {
    padding: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-284 .popover-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-284 .popover-body textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-284 .popover-body .s3_message {
    background: none;
  }
  .title-page .popover-wrap-284 .popover-body .form_text input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .widget-161 {
    width: auto;
    display: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-106 {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-107 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-108 .layout_252 {
    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-108 .layout_255 {
    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-108 {
    padding: 40px 0 20px;
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-109 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    right: 0;
  }
  .title-page .widget-153 {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    right: 0;
    display: block;
  }
  .title-page .phones-253 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-253 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-253 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-253 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-154 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    right: 0;
    display: block;
  }
  .title-page .address-254 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-254 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-254 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .address-254 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-110 .layout_256 {
    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-110 .layout_255_id_257 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-110 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-155 {
    padding: 0.02px 0 20px;
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 0px dashed rgba(0, 0, 0, 0.1);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    border-left: 0px dashed rgba(0, 0, 0, 0.1);
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    max-width: 100%;
  }
  .title-page .popover-wrap-256 .popover-body .s3_message {
    background: none;
  }
  .title-page .editable_block-256 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-256 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-256 .more {
    clear: none;
  }
  .title-page .widget-156 {
    text-align: center;
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    right: 0;
  }
  .title-page .block-111 {
    width: auto;
    margin-top: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-157 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-112 {
    width: 300px;
    background: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.02px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-113 .layout_262 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: none;
  }
  .title-page .block-113 .layout_263 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-113 .layout_264 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-113 {
    background: none;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-158 {
    margin-top: 15px;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-159 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
    padding-right: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -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-263 .soc-item {
    background: none;
  }
  .title-page .widgetsocial-263 .soc {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .widgetsocial-263 .vk .wg-soc-icon {
    background: transparent;
  }
  .title-page .widgetsocial-263 .vk .wg-soc-icon:active, .title-page .widgetsocial-263 .vk .wg-soc-icon.active {
    background: none;
  }
  .title-page .widgetsocial-263 .google .wg-soc-icon {
    background: transparent;
  }
  .title-page .widgetsocial-263 .google .wg-soc-icon:active, .title-page .widgetsocial-263 .google .wg-soc-icon.active {
    background: none;
  }
  .title-page .widgetsocial-263 .ok .wg-soc-icon {
    background: transparent;
  }
  .title-page .widgetsocial-263 .ok .wg-soc-icon:active, .title-page .widgetsocial-263 .ok .wg-soc-icon.active {
    background: none;
  }
  .title-page .widgetsocial-263 .mail .wg-soc-icon {
    background: transparent;
  }
  .title-page .widgetsocial-263 .mail .wg-soc-icon:active, .title-page .widgetsocial-263 .mail .wg-soc-icon.active {
    background: none;
  }
  .title-page .widgetsocial-263 .pin .wg-soc-icon {
    background: transparent;
  }
  .title-page .widgetsocial-263 .pin .wg-soc-icon:active, .title-page .widgetsocial-263 .pin .wg-soc-icon.active {
    background: none;
  }
  .title-page .widgetsocial-263 .lj .wg-soc-icon {
    background: transparent;
  }
  .title-page .widgetsocial-263 .lj .wg-soc-icon:active, .title-page .widgetsocial-263 .lj .wg-soc-icon.active {
    background: none;
  }
  .title-page .widgetsocial-263 .my .wg-soc-icon {
    background: transparent;
  }
  .title-page .widgetsocial-263 .my .wg-soc-icon:active, .title-page .widgetsocial-263 .my .wg-soc-icon.active {
    background: none;
  }
  .title-page .widgetsocial-263 .telegram .wg-soc-icon {
    background: transparent;
  }
  .title-page .widgetsocial-263 .telegram .wg-soc-icon:active, .title-page .widgetsocial-263 .telegram .wg-soc-icon.active {
    background: none;
  }
  .title-page .widgetsocial-263 .whatsapp .wg-soc-icon {
    background: transparent;
  }
  .title-page .widgetsocial-263 .whatsapp .wg-soc-icon:active, .title-page .widgetsocial-263 .whatsapp .wg-soc-icon.active {
    background: none;
  }
  .title-page .widget-160 {
    margin: 15px auto;
    color: #333;
    width: 300px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-102 {
    padding-bottom: 10px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-62 {
    padding: 7px 15px 0.02px;
    background: none;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-115 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-93 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-142 .header_text {
    font-size: 28px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-142 .description {
    margin-bottom: 8px;
  }
  .title-page .blocklist-142 .body-outer {
    width: auto;
    overflow: visible;
    padding-bottom: 5px;
  }
  .title-page .blocklist-142 .body {
    width: auto;
  }
  .title-page .blocklist-142 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-142 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-142 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 14px;
    margin-top: 15px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 5px;
  }
  .title-page .blocklist-142 .text {
    padding-bottom: 19px;
    background: none;
    margin-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .blocklist-142 .image {
    margin-bottom: 20px;
    float: none;
    min-height: 191px;
  }
  .title-page .blocklist-142 .img-convert {
    margin: 5px;
    height: 180px;
    background: none;
  }
  .title-page .blocklist-142 .title {
    margin-bottom: 6px;
    font-size: 21px;
    background: none;
    margin-top: 3px;
  }
  .title-page .blocklist-142 .price {
    background: none;
  }
  .title-page .blocklist-142 .more {
    margin-bottom: 23px;
    margin-top: -4px;
    background: none;
  }
  .title-page .blocklist-142 .more > a {
    -webkit-text-shadow: transparent;
    -moz-text-shadow: transparent;
    text-shadow: transparent;
  }
  .title-page .blocklist-142 .bx-wrapper {
    max-width: 748px;
  }
  .title-page .blocklist-142 .bx-auto_controls {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin-top: 762px;
  }
  .title-page .blocklist-142 .bx-pager a {
    text-align: left;
    margin-left: 8px;
    margin-right: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .title-page .blocklist-142 .bx-pager a:hover, .title-page .blocklist-142 .bx-pager a.hover, .title-page .blocklist-142 .bx-pager a.active {
    background: #e83d6d;
  }
  .title-page .blocklist-142 .bx-pager a:active, .title-page .blocklist-142 .bx-pager a.active {
    background: rgba(0, 0, 0, 0.3);
  }
  .title-page .block-105 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 9px;
    padding-bottom: 10px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-116 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-55 {
    padding: 10px 15px 20px;
    background: none;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
    display: block;
  }
  .title-page .blocklist-87 .header_text {
    font-size: 27px;
    background: none;
  }
  .title-page .blocklist-87 .description {
    margin-bottom: 16px;
    background: none;
  }
  .title-page .blocklist-87 .body-outer {
    width: auto;
    overflow: visible;
    background: none;
  }
  .title-page .blocklist-87 .body {
    width: auto;
  }
  .title-page .blocklist-87 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-87 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-bottom: 31px;
    padding-top: 21px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-top: 5px;
    align-self: auto;
  }
  .title-page .blocklist-87 .text {
    margin-top: 11px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .blocklist-87 .image {
    margin-right: 25px;
    float: none;
    margin-left: 25px;
  }
  .title-page .blocklist-87 .img-convert {
    background: none;
  }
  .title-page .blocklist-87 .title {
    font-size: 22px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .title-page .blocklist-87 .title:hover, .title-page .blocklist-87 .title.hover, .title-page .blocklist-87 .title.active {
    background: none;
  }
  .title-page .blocklist-87 .more {
    background: none;
  }
  .title-page .blocklist-87 .more > a {
    background: none;
  }
  .title-page .blocklist-87 .bx-wrapper {
    max-width: 627px;
  }
  .title-page .blocklist-87 .footer {
    margin-top: 0;
    min-height: 86px;
  }
  .title-page .blocklist-87 .all {
    background: none;
    margin-top: 32px;
    align-self: auto;
  }
  .title-page .widget-45 {
    z-index: 9999;
    box-sizing: border-box;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .side-panel-74 .side-panel-content {
    text-align: left;
  }
  .title-page .side-panel-74 .side-panel-close {
    text-align: left;
    width: 40px;
    min-height: 40px;
  }
  .title-page .side-panel-74 .side-panel-top {
    border: none;
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-74 .side-panel-button {
    border: none;
    text-align: left;
    width: 55px;
    min-height: 54px;
    -webkit-box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.25);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: repeating-linear-gradient(to bottom right, rgba(41, 228, 245, 0.54) 0%, rgba(41, 228, 245, 0.54) 7.2%, rgba(0, 92, 145, 0.54) 77.9%, rgba(0, 92, 145, 0.54) 89.9%, rgba(0, 92, 145, 0.54) 100%) #12648a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
    margin-top: 5px;
    align-self: auto;
    padding-top: 8px;
  }
  .title-page .side-panel-74 .side-panel-button-icon-line {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 7px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media all and (max-width: 768px) {
  .title-page .widget-177 {
    padding-top: 10px;
    padding-bottom: 0.02px;
  }
  .title-page .horizontal_blocklist-293 .item_detail {
    margin-bottom: 19px;
  }
  .title-page .horizontal_blocklist-293 .title {
    padding-top: 6px;
  }
  .title-page .widget-176 {
    margin-bottom: 0;
  }
  .title-page .form-292 .form__header {
    font-size: 25px;
  }
  .title-page .form-292 .form__text {
    font-size: 17px;
  }
  .title-page .form-292 .form-table {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-292 .form-tbody {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-292 .form-text input {
    min-height: 67px;
  }
  .title-page .form-292 .form-submit {
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .form-292 .form-submit:active, .title-page .form-292 .form-submit.active {
    text-align: center;
  }
  .title-page .form-292 .form-submit .form-item__header {
    display: none;
  }
  .title-page .form-292 .form-submit button {
    min-height: 62px;
  }
  .title-page .form-292 .form-captcha button {
    min-height: 62px;
  }
  .title-page .block-125 .layout_274 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-125 .layout_277 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-125 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-126 .layout_275 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: none;
  }
  .title-page .block-126 .layout_276 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: none;
  }
  .title-page .block-126 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-127 .layout_279 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-127 .layout_282 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-127 {
    padding-top: 0.02px;
  }
  .title-page .site-name-280 .sn-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-172 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-174 {
    min-height: 320px;
  }
  .title-page .slider-284 .text-slider {
    top: 0;
    margin-top: 34px;
    overflow: hidden;
  }
  .title-page .slider-284 .block-body {
    font-size: 17px;
  }
  .title-page .slider-284 .block-title {
    font-size: 23px;
  }
  .title-page .block-108 .layout_252 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 .layout_255 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-153 {
    margin-left: auto;
  }
  .title-page .phones-253 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-253 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .address-254 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-110 .layout_256 {
    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-110 .layout_255_id_257 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-155 {
    width: 708px;
  }
  .title-page .editable_block-256 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-156 {
    margin-bottom: 30px;
  }
  .title-page .block-111 {
    margin-top: 2px;
  }
  .title-page .block-112 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-113 .layout_262 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-113 .layout_263 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-113 .layout_264 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-113 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-158 {
    margin-left: auto;
    margin-bottom: 0;
  }
  .title-page .widget-160 {
    margin-top: 14px;
  }
  .title-page .blocklist-142 .header_text {
    font-size: 26px;
  }
  .title-page .blocklist-142 .description {
    font-size: 15px;
  }
  .title-page .blocklist-142 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-142 .text {
    margin-bottom: 10px;
  }
  .title-page .blocklist-142 .image {
    min-height: 181px;
    -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-142 .img-convert {
    height: 170px;
  }
  .title-page .blocklist-142 .title {
    font-size: 18px;
  }
  .title-page .blocklist-142 .price {
    margin-top: 3px;
  }
  .title-page .blocklist-142 .more > a {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 59px;
  }
  .title-page .blocklist-142 .bx-wrapper {
    max-width: 630px;
  }
  .title-page .blocklist-142 .pager-wrap {
    display: none;
  }
  .title-page .widget-55 {
    padding-left: 5px;
    padding-bottom: 9px;
    padding-right: 5px;
  }
  .title-page .blocklist-87 .text {
    font-size: 15px;
  }
  .title-page .blocklist-87 .title {
    font-size: 19px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .title-page .blocklist-87 .bx-wrapper {
    max-width: 501px;
  }
  .title-page .blocklist-87 .all {
    min-height: 61px;
    width: 325px;
  }
  .title-page .widget-45 {
    z-index: 1450;
  }
}
@media all and (max-width: 640px) {
  .title-page .widget-177 {
    padding-top: 7px;
  }
  .title-page .horizontal_blocklist-293 .item {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .horizontal_blocklist-293 .image {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    left: 0;
    right: 0;
  }
  .title-page .horizontal_blocklist-293 .text {
    font-size: 15px;
  }
  .title-page .horizontal_blocklist-293 .title {
    font-size: 21px;
    margin-bottom: 17px;
  }
  .title-page .block-135 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .form-292 .form__header {
    font-size: 23px;
  }
  .title-page .form-292 .form__text {
    font-size: 15px;
  }
  .title-page .form-292 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-292 .form-text {
    margin-top: 11px;
  }
  .title-page .form-292 .form-text input {
    min-height: 57px;
  }
  .title-page .form-292 .form-textarea {
    margin-top: 11px;
  }
  .title-page .form-292 .form-submit button {
    width: 100%;
  }
  .title-page .form-292 .form-captcha {
    margin-top: 11px;
  }
  .title-page .form-292 .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-292 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-292 .form-captcha button {
    width: 100%;
  }
  .title-page .form-292 .form-checkbox {
    margin-top: 11px;
  }
  .title-page .form-292 .form-radio {
    margin-top: 11px;
  }
  .title-page .form-292 .form-select {
    margin-top: 11px;
  }
  .title-page .form-292 .form-div {
    margin-top: 11px;
  }
  .title-page .form-292 .form-html {
    margin-top: 11px;
  }
  .title-page .form-292 .form-upload {
    margin-top: 11px;
  }
  .title-page .form-292 .form-calendar {
    margin-top: 11px;
  }
  .title-page .form-292 .form-calendar_interval {
    margin-top: 11px;
  }
  .title-page .block-125 .layout_274 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-125 .layout_277 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-126 .layout_275 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: none;
  }
  .title-page .block-126 .layout_276 {
    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-126 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-127 .layout_279 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-127 .layout_282 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .widget-174 {
    min-height: 300px;
  }
  .title-page .slider-284 .text-slider {
    top: 50%;
    margin-top: -126px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .title-page .block-108 .layout_252 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 .layout_255 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-110 .layout_256 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-110 .layout_255_id_257 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    flex-basis: auto;
  }
  .title-page .block-110 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-155 {
    width: auto;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .title-page .editable_block-256 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-156 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .title-page .block-111 {
    margin-top: 11px;
  }
  .title-page .block-113 .layout_262 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-113 .layout_263 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-113 .layout_264 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-159 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .widget-160 {
    margin-bottom: 0;
  }
  .title-page .block-62 {
    padding-top: 0.02px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .title-page .blocklist-142 .header_text {
    font-size: 22px;
  }
  .title-page .blocklist-142 .description {
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 1.4;
  }
  .title-page .blocklist-142 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-142 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-142 .item {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 21px;
  }
  .title-page .blocklist-142 .img-convert {
    height: 200px;
  }
  .title-page .blocklist-142 .bx-wrapper {
    max-width: 450px;
  }
  .title-page .block-105 {
    padding-top: 0.02px;
  }
  .title-page .widget-55 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 24px;
  }
  .title-page .blocklist-87 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-87 .description {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .title-page .blocklist-87 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-87 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-87 .item {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 23px;
    padding-top: 18px;
  }
  .title-page .blocklist-87 .text {
    margin-top: 5px;
  }
  .title-page .blocklist-87 .image {
    margin-right: 15px;
    margin-left: 15px;
  }
  .title-page .blocklist-87 .title {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .title-page .blocklist-87 .bx-wrapper {
    max-width: 340px;
  }
  .title-page .blocklist-87 .all {
    width: 357px;
    margin-top: 21px;
  }
}
@media all and (max-width: 480px) {
  .title-page .widget-177 {
    padding-top: 0.02px;
  }
  .title-page .horizontal_blocklist-293 .item_figure {
    max-width: 100%;
  }
  .title-page .horizontal_blocklist-293 .image {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .horizontal_blocklist-293 .img-convert {
    width: auto;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .horizontal_blocklist-293 .text {
    font-size: 14px;
    line-height: 1.7;
  }
  .title-page .horizontal_blocklist-293 .title {
    font-size: 19px;
    padding-top: 9px;
  }
  .title-page .form-292 .form__header {
    font-size: 20px;
  }
  .title-page .form-292 .form__text {
    font-size: 14px;
  }
  .title-page .form-292 .form-textarea {
    margin-top: 20px;
  }
  .title-page .form-292 .form-captcha {
    margin-top: 20px;
  }
  .title-page .block-123 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-125 .layout_274 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-125 .layout_277 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-125 {
    margin-top: 0;
  }
  .title-page .block-126 .layout_275 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-126 .layout_276 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-127 .layout_279 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-127 .layout_282 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-172 {
    width: auto;
    margin-top: 7px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
  }
  .title-page .widget-174 {
    min-height: 200px;
  }
  .title-page .slider-284 .text-slider {
    margin-top: -93px;
    padding-bottom: 10px;
    display: block;
  }
  .title-page .slider-284 .block-body {
    font-size: 15px;
    display: none;
  }
  .title-page .slider-284 .block-more {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 103px;
  }
  .title-page .slider-284 .block-more > a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    width: 250px;
  }
  .title-page .slider-284 .block-title {
    font-size: 19px;
    font-weight: 600;
    display: none;
  }
  .title-page .slider-284 .slider-controls {
    left: 50%;
    right: auto;
    display: none;
    margin-left: -35px;
  }
  .title-page .slider-284 .slider-prev {
    width: 35px;
    min-height: 35px;
  }
  .title-page .slider-284 .slider-next {
    width: 35px;
    min-height: 35px;
  }
  .title-page .block-106 {
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .block-107 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .block-108 .layout_252 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 .layout_255 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 {
    padding-top: 31px;
  }
  .title-page .block-109 {
    width: 420px;
    max-width: 100%;
  }
  .title-page .widget-153 {
    margin-bottom: 20px;
  }
  .title-page .widget-154 {
    margin-top: 0;
  }
  .title-page .block-110 .layout_256 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-110 .layout_255_id_257 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .editable_block-256 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-256 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-113 .layout_262 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-113 .layout_263 {
    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-113 .layout_264 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-113 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-160 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .title-page .blocklist-142 .header {
    margin-bottom: -1px;
  }
  .title-page .blocklist-142 .header_text {
    font-size: 18px;
  }
  .title-page .blocklist-142 .description {
    margin-bottom: -2px;
    display: none;
  }
  .title-page .blocklist-142 .item {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-shadow: inset 0px -44px 0px 0px #fff;
    -moz-box-shadow: inset 0px -44px 0px 0px #fff;
    box-shadow: inset 0px -44px 0px 0px #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-142 .text {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .title-page .blocklist-142 .image {
    margin-bottom: 14px;
    min-height: 0;
  }
  .title-page .blocklist-142 .img-convert {
    height: 150px;
  }
  .title-page .blocklist-142 .price-value {
    font-size: 24px;
  }
  .title-page .blocklist-142 .more {
    margin-bottom: 14px;
  }
  .title-page .blocklist-142 .more > a {
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 37px;
  }
  .title-page .blocklist-142 .bx-wrapper {
    max-width: 310px;
  }
  .title-page .widget-55 {
    padding-bottom: 5px;
    padding-top: 17px;
  }
  .title-page .blocklist-87 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-87 .description {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  .title-page .blocklist-87 .item {
    padding: 10px 5px 19px;
    width: 125px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
  }
  .title-page .blocklist-87 .item-label {
    margin-top: -12px;
  }
  .title-page .blocklist-87 .text {
    padding-left: 0;
    padding-right: 0;
    margin-top: 11px;
  }
  .title-page .blocklist-87 .image {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-87 .img-convert {
    width: 110px;
    margin-bottom: 0;
  }
  .title-page .blocklist-87 .title {
    font-weight: 600;
    font-size: 18px;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-top: 19px;
  }
  .title-page .blocklist-87 .bx-wrapper {
    max-width: 230px;
  }
  .title-page .blocklist-87 .all {
    min-height: 64px;
    width: 289px;
    font-size: 18px;
  }
}
.title-page .side-panel .widget-168 {
  margin: 5px 0 auto;
  z-index: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  left: 0;
  top: 0;
  position: relative;
  width: 45px;
  right: 0;
  min-height: 45px;
  pointer-events: auto;
  text-align: undefined;
  box-sizing: border-box;
}
.title-page .side-panel .phones-275 .inner {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .phones-275 .icon {
  width: 45px;
  min-height: 45px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .phones-275 .block-body-drop {
  top: 100%;
  width: 100%;
  margin-left: 0;
  display: none;
  position: absolute;
}
.title-page .side-panel .phones-275 .cell-text {
  padding: 10px;
  border: none;
  width: 220px;
  min-height: 0;
  margin-left: -176px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel .phones-275 .text_body {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .side-panel .widget-169 {
  margin: 5px 0 auto 10px;
  border: none;
  z-index: 1;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  left: 0;
  top: 0;
  position: relative;
  padding-left: 0;
  width: 45px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  text-align: undefined;
  box-sizing: border-box;
  min-height: 45px;
}
.title-page .side-panel .address-276 .inner {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .address-276 .icon {
  width: 45px;
  min-height: 45px;
  margin-right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .address-276 .block-body-drop {
  top: 100%;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-left: 0;
  display: none;
  position: absolute;
}
.title-page .side-panel .address-276 .cell-text {
  padding: 10px;
  border: none;
  width: 220px;
  margin-left: -183px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel .address-276 .text_body {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel .widget-170 {
  margin: 30px 10px 0;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  -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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: auto;
  min-height: 55px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  padding-right: 10px;
  text-align: center;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  right: 0;
}
.title-page .side-panel .search-277 button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .search-277 button:hover, .title-page .side-panel .search-277 button.hover, .title-page .side-panel .search-277 button.active {
  background: none;
}
.title-page .side-panel .widget-173 {
  margin: 30px 0;
  z-index: 1;
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
  -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;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  display: -webkit-flex;
  display: flex;
  right: 0;
}
.title-page .side-panel .menu-282 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-282 .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-282 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-282 .menu-scroll > ul ul {
  position: static;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.title-page .side-panel .menu-282 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-282 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-282 .menu-scroll > ul ul > li > a.active {
  color: #12648a;
}
.title-page .side-panel .menu-282 .menu-scroll > ul ul > li > a:active, .title-page .side-panel .menu-282 .menu-scroll > ul ul > li > a.active {
  color: #333;
}
.title-page .side-panel .menu-282 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-282 .menu-scroll > ul > li.menu-item > a {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  padding-left: 29px;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .menu-282 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-282 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-282 .menu-scroll > ul > li.menu-item > a.active {
  color: #fff;
  -webkit-box-shadow: 0px 0px 13px rgba(33, 74, 90, 0.24);
  -moz-box-shadow: 0px 0px 13px rgba(33, 74, 90, 0.24);
  box-shadow: 0px 0px 13px rgba(33, 74, 90, 0.24);
  background: repeating-linear-gradient(to bottom right, rgba(41, 228, 245, 0.53) 0%, rgba(41, 228, 245, 0.53) 7.2%, rgba(0, 92, 145, 0.53) 77.9%, rgba(0, 92, 145, 0.53) 89.9%, rgba(0, 92, 145, 0.53) 100%) #214a5a;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.title-page .side-panel .menu-282 .menu-scroll > ul > li.menu-item > a:active, .title-page .side-panel .menu-282 .menu-scroll > ul > li.menu-item > a.active {
  opacity: 0.9;
}
.title-page .side-panel .menu-282 .menu-scroll > ul > li.more-button {
  display: none;
}
.title-page .side-panel .menu-282 .menu-scroll > ul > li.more-button > a {
  background: none;
}
.title-page .side-panel .menu-282 .menu-scroll > ul > li.more-button > a:hover, .title-page .side-panel .menu-282 .menu-scroll > ul > li.more-button > a.hover, .title-page .side-panel .menu-282 .menu-scroll > ul > li.more-button > a.active {
  color: rgba(247, 67, 91, 0);
}
.title-page .side-panel .menu-282 .menu-scroll > ul > li.more-button > a:active, .title-page .side-panel .menu-282 .menu-scroll > ul > li.more-button > a.active {
  opacity: 0.5;
}
