@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  border: none;
  background: #0e0e0e;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .wrapper {
  border: none;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-60 {
  padding: 100px 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 161px;
  z-index: 13;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-61 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-70 {
  padding: 0.02px 50px 49px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
  right: 0;
  font-family: Montserrat, sans-serif;
}
.title-page .blocklist-114 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-114 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-114 .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;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 20px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-114 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  color: #364a62;
  letter-spacing: 0.6px;
  text-align: left;
  text-indent: 0;
  text-decoration: none;
  font-weight: 900;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-114 .all-in_header {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
}
.title-page .blocklist-114 .description {
  margin: 0 0 29px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #593206;
  letter-spacing: 0.1px;
  text-indent: 0;
  text-decoration: none;
  padding-left: 0;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
  padding-bottom: 22px;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 10px;
  width: auto;
}
.title-page .blocklist-114 .body-outer {
  box-sizing: border-box;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.title-page .blocklist-114 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-114 .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-114 .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-114 .bx-wrapper {
  max-width: 1120px;
}
.title-page .blocklist-114 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-114 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 1120px;
}
.title-page .blocklist-114 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .blocklist-114 .item {
  margin: 10px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  left: 0;
  right: 0;
  align-self: auto;
  padding-bottom: 0.02px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 0.02px;
  min-width: 0;
  min-height: 150px;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-114 .text {
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-114 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-114 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-114 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-114 .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-114 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 150px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .blocklist-114 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-114 .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-114 .title {
  font-weight: normal;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: #c2c2c2;
  text-indent: 0;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-114 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-114 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-114 .price-note {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-114 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-114 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-114 .more {
  box-sizing: border-box;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-114 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
.title-page .blocklist-114 .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-114 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.title-page .blocklist-114 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-114 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-114 .all {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .blocklist-114 .controls {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: 14px;
  text-align: justify;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  bottom: auto;
  margin-right: 0;
  z-index: 1;
}
.title-page .blocklist-114 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("../images/lib_336001_3.png?1478581502035") left 50% top 50% / auto auto no-repeat #fc0;
  box-sizing: border-box;
  text-align: left;
  min-height: 40px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 6px;
}
.title-page .blocklist-114 .prev:hover, .title-page .blocklist-114 .prev.hover, .title-page .blocklist-114 .prev.active {
  background: url("../images/lib_336001_3.png?1478581502035") left 50% top 50% / auto auto no-repeat #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f2c200;
  -moz-box-shadow: inset 0px 0px 0px 2px #f2c200;
  box-shadow: inset 0px 0px 0px 2px #f2c200;
}
.title-page .blocklist-114 .prev:active, .title-page .blocklist-114 .prev.active {
  background: url("../images/lib_336001_3.png?1478581502035") left 50% top 50% / auto auto no-repeat #fc0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-114 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("../images/lib_336001_5.png?1478581502048") left 50% top 50% / auto auto no-repeat #fc0;
  box-sizing: border-box;
  text-align: left;
  min-height: 40px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .blocklist-114 .next:hover, .title-page .blocklist-114 .next.hover, .title-page .blocklist-114 .next.active {
  background: url("../images/lib_336001_5.png?1478581502048") left 50% top 50% / auto auto no-repeat #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f2c200;
  -moz-box-shadow: inset 0px 0px 0px 2px #f2c200;
  box-shadow: inset 0px 0px 0px 2px #f2c200;
}
.title-page .blocklist-114 .next:active, .title-page .blocklist-114 .next.active {
  background: url("../images/lib_336001_5.png?1478581502048") left 50% top 50% / auto auto no-repeat #fc0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-114 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-114 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-114 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-114 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-114 .popover-body {
  padding: 60px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  width: 420px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #94b2d1;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-114 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-114 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-114 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-114 .popover-body textarea {
  padding: 15px 20px;
  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: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-114 .popover-body .s3_button_large {
  padding: 25px 60px;
  border: none;
  background: none #b38a66;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-114 .popover-body .s3_button_large:hover, .title-page .popover-wrap-114 .popover-body .s3_button_large.hover, .title-page .popover-wrap-114 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%) #b38a66;
}
.title-page .popover-wrap-114 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-114 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #0e0e0e;
  color: #fff;
  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: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-114 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzk1YzRlMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 20px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-114 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-114 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-114 .bx-auto_controls {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-114 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-114 .bx-pager {
  margin: auto auto 0 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
  text-align: center;
}
.title-page .blocklist-114 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-114 .bx-pager a {
  margin: 2px 10px;
  border: none;
  display: inline-block;
  width: 12px;
  min-height: 12px;
  background: #94b2d1;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  color: rgba(20, 42, 69, 0.92);
}
.title-page .blocklist-114 .bx-pager a:hover, .title-page .blocklist-114 .bx-pager a.hover, .title-page .blocklist-114 .bx-pager a.active {
  background: #6280a1;
}
.title-page .blocklist-114 .bx-pager a:active, .title-page .blocklist-114 .bx-pager a.active {
  background: #cbe2fa;
}
.title-page .blocklist-114 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-114 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-114 .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-114 .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-114 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-114 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-114 .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-114 .popover-body .form_text input {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-114 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_div {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .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: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-114 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-114 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .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-114 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-114 .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-114 .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-114 .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: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_radio {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .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-114 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-114 .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-114 .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-114 .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: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_select {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .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-114 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-114 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_calendar input {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: 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-114 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-114 .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-114 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-114 .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-114 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-114 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -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;
  background: #fff;
}
.title-page .popover-wrap-114 .popover-body .s3_form_item.form_upload {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-114 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-114 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-114 .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-114 .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-114 .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-114 .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-114 .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-114 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-114 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-114 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-41 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 12;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
  padding-right: 30px;
}
.title-page .widget-49 {
  margin: -650px 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  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: 45px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  min-height: 650px;
  padding-right: 0;
}
.title-page .widgetsocial-83 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-83 .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-83 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}
.title-page .widgetsocial-83 .soc {
  margin: 7px 0;
  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;
  align-self: auto;
}
.title-page .widgetsocial-83 .vk .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJWSy5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzEyIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTIiIGNsYXNzPSJjbHMtMSIgZD0iTTQ1MCA5OTNIODUwdjM5OS4xMkg0NTBWOTkzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PHBhdGggaWQ9IlZLIiBjbGFzcz0iY2xzLTIiIGQ9Ik02NDYuODYxIDEyNDguNTRoMTEuOTU1czMuNjEtLjQgNS40NTYtMi4zOWMxLjctMS44MiAxLjY0My01LjI0IDEuNjQzLTUuMjRzLS4yMzMtMTYuMDMgNy4yMS0xOC40YzcuMzQxLTIuMzIgMTYuNzY2IDE1LjUgMjYuNzU0IDIyLjM1IDcuNTU1IDUuMTggMTMuMjk0IDQuMDUgMTMuMjk0IDQuMDVsMjYuNzEyLS4zN3MxMy45NzMtLjg3IDcuMzQ3LTExLjg0Yy0uNTQ0LS45LTMuODYtOC4xMi0xOS44NjItMjIuOTctMTYuNzUtMTUuNTMtMTQuNS0xMy4wMiA1LjY3LTM5Ljg5IDEyLjI4Ny0xNi4zNyAxNy4yLTI2LjM1IDE1LjY2NC0zMC42My0xLjQ2Mi00LjA4LTEwLjUtMy0xMC41LTNsLTMwLjA3NS4xOGE2LjgzOCA2LjgzOC4wIDAgMC0zLjg4My42OSA4LjQxIDguNDEuMCAwIDAtMi42NTMgMy4yMiAxNzQuMjQ5IDE3NC4yNDkuMCAwIDEtMTEuMTA5IDIzLjQ0Yy0xMy4zOTEgMjIuNzItMTguNzQ4IDIzLjkyLTIwLjkzNiAyMi41MS01LjA5My0zLjI5LTMuODItMTMuMjEtMy44Mi0yMC4yNi4wLTIyLjAzIDMuMzQzLTMxLjIxLTYuNTEtMzMuNTgtMy4yNjgtLjc5LTUuNjc2LTEuMzEtMTQuMDM4LTEuNC0xMC43MzEtLjExLTE5LjgxMy4wMy0yNC45NTUgMi41NS0zLjQyMSAxLjY4LTYuMDYyIDUuNDEtNC40NTMgNS42MiAxLjk4OC4yNyA2LjQ4OCAxLjIyIDguODc1IDQuNDYgMy4wODQgNC4xOSAyLjk3NSAxMy42IDIuOTc1IDEzLjZzMS43NzEgMjUuOTItNC4xMzYgMjkuMTRjLTQuMDUzIDIuMjEtOS42MTQtMi4zLTIxLjU1NS0yMi45MWExOTEuNTI4IDE5MS41MjguMCAwIDEtMTAuNzM1LTIyLjI0IDguOTQ5IDguOTQ5LjAgMCAwLTIuNDc5LTMuMzUgMTIuNDc5IDEyLjQ3OS4wIDAgMC00LjYxOS0xLjg2bC0yOC41ODEuMTlzLTQuMjg5LjEyLTUuODY0IDEuOThjLTEuNCAxLjY2LS4xMTIgNS4wOS0uMTEyIDUuMDlzMjIuMzcyIDUyLjMxIDQ3LjcwOCA3OC42N2MyMy4yMzUgMjQuMTcgNDkuNjEyIDIyLjU5IDQ5LjYxMiAyMi41OWgweiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZTVlNWU1Ij48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-83 .vk .wg-soc-icon:hover, .title-page .widgetsocial-83 .vk .wg-soc-icon.hover, .title-page .widgetsocial-83 .vk .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJWSy5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzEyIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTIiIGNsYXNzPSJjbHMtMSIgZD0iTTQ1MCA5OTNIODUwdjM5OS4xMkg0NTBWOTkzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PHBhdGggaWQ9IlZLIiBjbGFzcz0iY2xzLTIiIGQ9Ik02NDYuODYxIDEyNDguNTRoMTEuOTU1czMuNjEtLjQgNS40NTYtMi4zOWMxLjctMS44MiAxLjY0My01LjI0IDEuNjQzLTUuMjRzLS4yMzMtMTYuMDMgNy4yMS0xOC40YzcuMzQxLTIuMzIgMTYuNzY2IDE1LjUgMjYuNzU0IDIyLjM1IDcuNTU1IDUuMTggMTMuMjk0IDQuMDUgMTMuMjk0IDQuMDVsMjYuNzEyLS4zN3MxMy45NzMtLjg3IDcuMzQ3LTExLjg0Yy0uNTQ0LS45LTMuODYtOC4xMi0xOS44NjItMjIuOTctMTYuNzUtMTUuNTMtMTQuNS0xMy4wMiA1LjY3LTM5Ljg5IDEyLjI4Ny0xNi4zNyAxNy4yLTI2LjM1IDE1LjY2NC0zMC42My0xLjQ2Mi00LjA4LTEwLjUtMy0xMC41LTNsLTMwLjA3NS4xOGE2LjgzOCA2LjgzOC4wIDAgMC0zLjg4My42OSA4LjQxIDguNDEuMCAwIDAtMi42NTMgMy4yMiAxNzQuMjQ5IDE3NC4yNDkuMCAwIDEtMTEuMTA5IDIzLjQ0Yy0xMy4zOTEgMjIuNzItMTguNzQ4IDIzLjkyLTIwLjkzNiAyMi41MS01LjA5My0zLjI5LTMuODItMTMuMjEtMy44Mi0yMC4yNi4wLTIyLjAzIDMuMzQzLTMxLjIxLTYuNTEtMzMuNTgtMy4yNjgtLjc5LTUuNjc2LTEuMzEtMTQuMDM4LTEuNC0xMC43MzEtLjExLTE5LjgxMy4wMy0yNC45NTUgMi41NS0zLjQyMSAxLjY4LTYuMDYyIDUuNDEtNC40NTMgNS42MiAxLjk4OC4yNyA2LjQ4OCAxLjIyIDguODc1IDQuNDYgMy4wODQgNC4xOSAyLjk3NSAxMy42IDIuOTc1IDEzLjZzMS43NzEgMjUuOTItNC4xMzYgMjkuMTRjLTQuMDUzIDIuMjEtOS42MTQtMi4zLTIxLjU1NS0yMi45MWExOTEuNTI4IDE5MS41MjguMCAwIDEtMTAuNzM1LTIyLjI0IDguOTQ5IDguOTQ5LjAgMCAwLTIuNDc5LTMuMzUgMTIuNDc5IDEyLjQ3OS4wIDAgMC00LjYxOS0xLjg2bC0yOC41ODEuMTlzLTQuMjg5LjEyLTUuODY0IDEuOThjLTEuNCAxLjY2LS4xMTIgNS4wOS0uMTEyIDUuMDlzMjIuMzcyIDUyLjMxIDQ3LjcwOCA3OC42N2MyMy4yMzUgMjQuMTcgNDkuNjEyIDIyLjU5IDQ5LjYxMiAyMi41OWgweiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat;
  -webkit-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
}
.title-page .widgetsocial-83 .vk .wg-soc-icon:active, .title-page .widgetsocial-83 .vk .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
}
.title-page .widgetsocial-83 .fb .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_facebook.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-83 .fb .wg-soc-icon:hover, .title-page .widgetsocial-83 .fb .wg-soc-icon.hover, .title-page .widgetsocial-83 .fb .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
}
.title-page .widgetsocial-83 .fb .wg-soc-icon:active, .title-page .widgetsocial-83 .fb .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
}
.title-page .widgetsocial-83 .tw .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_tweeter.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-83 .tw .wg-soc-icon:hover, .title-page .widgetsocial-83 .tw .wg-soc-icon.hover, .title-page .widgetsocial-83 .tw .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
}
.title-page .widgetsocial-83 .tw .wg-soc-icon:active, .title-page .widgetsocial-83 .tw .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
}
.title-page .widgetsocial-83 .google .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_google.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-83 .google .wg-soc-icon:hover, .title-page .widgetsocial-83 .google .wg-soc-icon.hover, .title-page .widgetsocial-83 .google .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
}
.title-page .widgetsocial-83 .google .wg-soc-icon:active, .title-page .widgetsocial-83 .google .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
}
.title-page .widgetsocial-83 .ins .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJJbnN0YWdyYW0uc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iUmVjdGFuZ2xlXzFfY29weV84IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgOCIgY2xhc3M9ImNscy0xIiBkPSJNMjE2OCA5OTNoNGUydjM5OS4xMkgyMTY4Vjk5M3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTY4IC05OTMpIiBmaWxsLW9wYWNpdHk9IjAiPjwvcGF0aD48cGF0aCBpZD0iSW5zdGFncmFtIiBjbGFzcz0iY2xzLTIiIGQ9Ik0yMzY3IDExMTAuMDJjMjYuNy4wIDI5Ljg2LjEgNDAuNDEuNTggOS43NS40NSAxNS4wNCAyLjA3IDE4LjU3IDMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMSAxOC45OCAxOC45OGMxLjM2IDMuNTMgMi45OSA4LjgyIDMuNDQgMTguNTcuNDggMTAuNTUuNTggMTMuNzEuNTggNDAuNDFzLS4xIDI5Ljg2LS41OCA0MC40MWMtLjQ1IDkuNzUtMi4wOCAxNS4wNC0zLjQ0IDE4LjU3YTMzLjE3OSAzMy4xNzkuMCAwIDEtMTguOTggMTguOThjLTMuNTMgMS4zNi04LjgyIDIuOTktMTguNTcgMy40NC0xMC41NS40OC0xMy43MS41OC00MC40MS41OHMtMjkuODctLjEtNDAuNDEtLjU4Yy05Ljc1LS40NS0xNS4wNC0yLjA4LTE4LjU3LTMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMS0xOC45OC0xOC45OGMtMS4zNy0zLjUzLTIuOTktOC44Mi0zLjQ0LTE4LjU3LS40OC0xMC41NS0uNTgtMTMuNzEtLjU4LTQwLjQxcy4xLTI5Ljg2LjU4LTQwLjQxYy40NS05Ljc1IDIuMDctMTUuMDQgMy40NC0xOC41N2EzMy4xIDMzLjEuMCAwIDEgMTguOTgtMTguOThjMy41My0xLjM3IDguODItMi45OSAxOC41Ny0zLjQ0IDEwLjU1LS40OCAxMy43MS0uNTggNDAuNDEtLjU4bTAtMTguMDJjLTI3LjE2LjAtMzAuNTYuMTItNDEuMjMuNi0xMC42NC40OS0xNy45MSAyLjE4LTI0LjI3IDQuNjVhNTEuMDU2IDUxLjA1Ni4wIDAgMC0yOS4yNSAyOS4yNWMtMi40NyA2LjM2LTQuMTYgMTMuNjMtNC42NSAyNC4yNy0uNDggMTAuNjctLjYgMTQuMDctLjYgNDEuMjNzLjEyIDMwLjU2LjYgNDEuMjNjLjQ5IDEwLjY0IDIuMTggMTcuOTEgNC42NSAyNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwIDI5LjI1IDI5LjI1YzYuMzYgMi40NyAxMy42MyA0LjE2IDI0LjI3IDQuNjUgMTAuNjcuNDggMTQuMDcuNiA0MS4yMy42czMwLjU2LS4xMiA0MS4yMy0uNmMxMC42NC0uNDkgMTcuOTEtMi4xOCAyNC4yNy00LjY1YTUxLjA1NiA1MS4wNTYuMCAwIDAgMjkuMjUtMjkuMjVjMi40Ny02LjM2IDQuMTYtMTMuNjMgNC42NS0yNC4yNy40OC0xMC42Ny42LTE0LjA3LjYtNDEuMjNzLS4xMi0zMC41Ni0uNi00MS4yM2MtLjQ5LTEwLjY0LTIuMTgtMTcuOTEtNC42NS0yNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwLTI5LjI1LTI5LjI1Yy02LjM2LTIuNDctMTMuNjMtNC4xNi0yNC4yNy00LjY1LTEwLjY3LS40OC0xNC4wNy0uNi00MS4yMy0uNmgwem0wIDQ4LjY1YTUxLjM1IDUxLjM1LjAgMSAwIDUxLjM1IDUxLjM1QTUxLjM1IDUxLjM1LjAgMCAwIDIzNjcgMTE0MC42NXptMCA4NC42OGEzMy4zMyAzMy4zMy4wIDEgMSAzMy4zMy0zMy4zM0EzMy4zMjcgMzMuMzI3LjAgMCAxIDIzNjcgMTIyNS4zM3ptNjUuMzgtODYuNzFhMTIgMTIgMCAxIDEtMTItMTJBMTIgMTIgMCAwIDEgMjQzMi4zOCAxMTM4LjYyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxNjggLTk5MykiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2U1ZTVlNSI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-83 .ins .wg-soc-icon:hover, .title-page .widgetsocial-83 .ins .wg-soc-icon.hover, .title-page .widgetsocial-83 .ins .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJJbnN0YWdyYW0uc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iUmVjdGFuZ2xlXzFfY29weV84IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgOCIgY2xhc3M9ImNscy0xIiBkPSJNMjE2OCA5OTNoNGUydjM5OS4xMkgyMTY4Vjk5M3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTY4IC05OTMpIiBmaWxsLW9wYWNpdHk9IjAiPjwvcGF0aD48cGF0aCBpZD0iSW5zdGFncmFtIiBjbGFzcz0iY2xzLTIiIGQ9Ik0yMzY3IDExMTAuMDJjMjYuNy4wIDI5Ljg2LjEgNDAuNDEuNTggOS43NS40NSAxNS4wNCAyLjA3IDE4LjU3IDMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMSAxOC45OCAxOC45OGMxLjM2IDMuNTMgMi45OSA4LjgyIDMuNDQgMTguNTcuNDggMTAuNTUuNTggMTMuNzEuNTggNDAuNDFzLS4xIDI5Ljg2LS41OCA0MC40MWMtLjQ1IDkuNzUtMi4wOCAxNS4wNC0zLjQ0IDE4LjU3YTMzLjE3OSAzMy4xNzkuMCAwIDEtMTguOTggMTguOThjLTMuNTMgMS4zNi04LjgyIDIuOTktMTguNTcgMy40NC0xMC41NS40OC0xMy43MS41OC00MC40MS41OHMtMjkuODctLjEtNDAuNDEtLjU4Yy05Ljc1LS40NS0xNS4wNC0yLjA4LTE4LjU3LTMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMS0xOC45OC0xOC45OGMtMS4zNy0zLjUzLTIuOTktOC44Mi0zLjQ0LTE4LjU3LS40OC0xMC41NS0uNTgtMTMuNzEtLjU4LTQwLjQxcy4xLTI5Ljg2LjU4LTQwLjQxYy40NS05Ljc1IDIuMDctMTUuMDQgMy40NC0xOC41N2EzMy4xIDMzLjEuMCAwIDEgMTguOTgtMTguOThjMy41My0xLjM3IDguODItMi45OSAxOC41Ny0zLjQ0IDEwLjU1LS40OCAxMy43MS0uNTggNDAuNDEtLjU4bTAtMTguMDJjLTI3LjE2LjAtMzAuNTYuMTItNDEuMjMuNi0xMC42NC40OS0xNy45MSAyLjE4LTI0LjI3IDQuNjVhNTEuMDU2IDUxLjA1Ni4wIDAgMC0yOS4yNSAyOS4yNWMtMi40NyA2LjM2LTQuMTYgMTMuNjMtNC42NSAyNC4yNy0uNDggMTAuNjctLjYgMTQuMDctLjYgNDEuMjNzLjEyIDMwLjU2LjYgNDEuMjNjLjQ5IDEwLjY0IDIuMTggMTcuOTEgNC42NSAyNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwIDI5LjI1IDI5LjI1YzYuMzYgMi40NyAxMy42MyA0LjE2IDI0LjI3IDQuNjUgMTAuNjcuNDggMTQuMDcuNiA0MS4yMy42czMwLjU2LS4xMiA0MS4yMy0uNmMxMC42NC0uNDkgMTcuOTEtMi4xOCAyNC4yNy00LjY1YTUxLjA1NiA1MS4wNTYuMCAwIDAgMjkuMjUtMjkuMjVjMi40Ny02LjM2IDQuMTYtMTMuNjMgNC42NS0yNC4yNy40OC0xMC42Ny42LTE0LjA3LjYtNDEuMjNzLS4xMi0zMC41Ni0uNi00MS4yM2MtLjQ5LTEwLjY0LTIuMTgtMTcuOTEtNC42NS0yNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwLTI5LjI1LTI5LjI1Yy02LjM2LTIuNDctMTMuNjMtNC4xNi0yNC4yNy00LjY1LTEwLjY3LS40OC0xNC4wNy0uNi00MS4yMy0uNmgwem0wIDQ4LjY1YTUxLjM1IDUxLjM1LjAgMSAwIDUxLjM1IDUxLjM1QTUxLjM1IDUxLjM1LjAgMCAwIDIzNjcgMTE0MC42NXptMCA4NC42OGEzMy4zMyAzMy4zMy4wIDEgMSAzMy4zMy0zMy4zM0EzMy4zMjcgMzMuMzI3LjAgMCAxIDIzNjcgMTIyNS4zM3ptNjUuMzgtODYuNzFhMTIgMTIgMCAxIDEtMTItMTJBMTIgMTIgMCAwIDEgMjQzMi4zOCAxMTM4LjYyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxNjggLTk5MykiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / contain no-repeat;
  -webkit-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
}
.title-page .widgetsocial-83 .ins .wg-soc-icon:active, .title-page .widgetsocial-83 .ins .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
}
.title-page .widgetsocial-83 .ok .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_ok.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-83 .ok .wg-soc-icon:hover, .title-page .widgetsocial-83 .ok .wg-soc-icon.hover, .title-page .widgetsocial-83 .ok .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
}
.title-page .widgetsocial-83 .ok .wg-soc-icon:active, .title-page .widgetsocial-83 .ok .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
}
.title-page .widgetsocial-83 .mail .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_mailru.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-83 .mail .wg-soc-icon:hover, .title-page .widgetsocial-83 .mail .wg-soc-icon.hover, .title-page .widgetsocial-83 .mail .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
}
.title-page .widgetsocial-83 .mail .wg-soc-icon:active, .title-page .widgetsocial-83 .mail .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
}
.title-page .widgetsocial-83 .pin .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_pinterest.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-83 .pin .wg-soc-icon:hover, .title-page .widgetsocial-83 .pin .wg-soc-icon.hover, .title-page .widgetsocial-83 .pin .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
}
.title-page .widgetsocial-83 .pin .wg-soc-icon:active, .title-page .widgetsocial-83 .pin .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
}
.title-page .widgetsocial-83 .lj .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_livejournal.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-83 .lj .wg-soc-icon:hover, .title-page .widgetsocial-83 .lj .wg-soc-icon.hover, .title-page .widgetsocial-83 .lj .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
}
.title-page .widgetsocial-83 .lj .wg-soc-icon:active, .title-page .widgetsocial-83 .lj .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
}
.title-page .widgetsocial-83 .my .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_myspace.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-83 .my .wg-soc-icon:hover, .title-page .widgetsocial-83 .my .wg-soc-icon.hover, .title-page .widgetsocial-83 .my .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
}
.title-page .widgetsocial-83 .my .wg-soc-icon:active, .title-page .widgetsocial-83 .my .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
}
.title-page .widgetsocial-83 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_youtube1.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-83 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-83 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-83 .youtube .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
}
.title-page .widgetsocial-83 .youtube .wg-soc-icon:active, .title-page .widgetsocial-83 .youtube .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
}
.title-page .widgetsocial-83 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_telegram.svg") left 50% top 50% / contain no-repeat, url("../images/lib_1265401_telegram1.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-83 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-83 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-83 .telegram .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
}
.title-page .widgetsocial-83 .telegram .wg-soc-icon:active, .title-page .widgetsocial-83 .telegram .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(206, 163, 132, 0.31), 0 0 0 transparent;
}
.title-page .widgetsocial-83 .whatsapp .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJ2aWJlcjEuc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMjUiIHZpZXdCb3g9IjAgMCA0MDAgMzk5LjEyNSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzEzIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTMiIGNsYXNzPSJjbHMtMSIgZD0iTTI1OTcgNTY1aDRlMlY5NjQuMTIxSDI1OTdWNTY1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI1OTcgLTU2NSkiIGZpbGwtb3BhY2l0eT0iMCI+PC9wYXRoPjxwYXRoIGlkPSJ2aWJlcjEiIGNsYXNzPSJjbHMtMiIgZD0iTTI3OTcuOCA2NjMuOTlhOTcuNSA5Ny41LjAgMCAwLTgzLjI0IDE0Ny43NDlsLTE3LjU1IDUyLjI3NiA1My44MS0xNy4yN0E5Ny4zNyA5Ny4zNy4wIDEgMCAyNzk3LjggNjYzLjk5em0wIDE2LjMyYTgxLjExMiA4MS4xMTIuMCAwIDAtNjUuNSAxMjguNjc2bC0xMC4xMSAzMC4xMiAzMS4xLTkuOTc4YTgwLjI5NCA4MC4yOTQuMCAwIDAgNDQuNTEgMTMuNDExQTgxLjExNSA4MS4xMTUuMCAwIDAgMjc5Ny44IDY4MC4zMXptNTAuMjEgMTA2LjMzOGMtLjU4LTEuMDYtMi4yMS0xLjc0Ny00LjY0LTMuMDgycy0xNC40MS03LjgxMy0xNi42NS04LjcyOC0zLjg4LTEuMzg5LTUuNjMgMS4wMzktNi43MSA3Ljg0NS04LjIyIDkuNDUyLTIuOTYgMS43NTYtNS40LjQxNS0xMC4zMy00LjI2My0xOS40OS0xMy4wODlhNzUuMTg4IDc1LjE4OC4wIDAgMS0xMy4xNi0xNy43NDFjLTEuMzUtMi41NDUtLjAxLTMuODQyIDEuMjgtNS4wMzMgMS4xNi0xLjA3NSAyLjU5LTIuODE0IDMuODktNC4yMTlhMTYuNzcgMTYuNzcuMCAwIDAgMi42My00LjA1MyA0LjYgNC42LjAgMCAwLS4wNC00LjM2NWMtLjU4LTEuMjY0LTUuMDgtMTMuNjkyLTYuOTYtMTguNzQ4cy0zLjk4LTQuMy01LjQzLTQuMzYxLTMuMDktLjMyMy00Ljc0LS4zODRhOS4xMjUgOS4xMjUuMCAwIDAtNi43NCAyLjg2MWMtMi4zNiAyLjQtOSA4LjE3OS05LjQ1IDIwLjQyczcuOTkgMjQuMzk1IDkuMTYgMjYuMSAxNi4xMyAyOC4yMzUgNDAuOTggMzkuMTQ0IDI0Ljk4IDcuNTgxIDI5LjU0IDcuMzM2IDE0LjktNS40NjggMTcuMTktMTEuMTk0UzI4NDguNTkgNzg3LjcwOSAyODQ4LjAxIDc4Ni42NDh6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU5NyAtNTY1KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZTVlNWU1Ij48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-83 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-83 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-83 .whatsapp .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJ2aWJlcjEuc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMjUiIHZpZXdCb3g9IjAgMCA0MDAgMzk5LjEyNSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzEzIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTMiIGNsYXNzPSJjbHMtMSIgZD0iTTI1OTcgNTY1aDRlMlY5NjQuMTIxSDI1OTdWNTY1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI1OTcgLTU2NSkiIGZpbGwtb3BhY2l0eT0iMCI+PC9wYXRoPjxwYXRoIGlkPSJ2aWJlcjEiIGNsYXNzPSJjbHMtMiIgZD0iTTI3OTcuOCA2NjMuOTlhOTcuNSA5Ny41LjAgMCAwLTgzLjI0IDE0Ny43NDlsLTE3LjU1IDUyLjI3NiA1My44MS0xNy4yN0E5Ny4zNyA5Ny4zNy4wIDEgMCAyNzk3LjggNjYzLjk5em0wIDE2LjMyYTgxLjExMiA4MS4xMTIuMCAwIDAtNjUuNSAxMjguNjc2bC0xMC4xMSAzMC4xMiAzMS4xLTkuOTc4YTgwLjI5NCA4MC4yOTQuMCAwIDAgNDQuNTEgMTMuNDExQTgxLjExNSA4MS4xMTUuMCAwIDAgMjc5Ny44IDY4MC4zMXptNTAuMjEgMTA2LjMzOGMtLjU4LTEuMDYtMi4yMS0xLjc0Ny00LjY0LTMuMDgycy0xNC40MS03LjgxMy0xNi42NS04LjcyOC0zLjg4LTEuMzg5LTUuNjMgMS4wMzktNi43MSA3Ljg0NS04LjIyIDkuNDUyLTIuOTYgMS43NTYtNS40LjQxNS0xMC4zMy00LjI2My0xOS40OS0xMy4wODlhNzUuMTg4IDc1LjE4OC4wIDAgMS0xMy4xNi0xNy43NDFjLTEuMzUtMi41NDUtLjAxLTMuODQyIDEuMjgtNS4wMzMgMS4xNi0xLjA3NSAyLjU5LTIuODE0IDMuODktNC4yMTlhMTYuNzcgMTYuNzcuMCAwIDAgMi42My00LjA1MyA0LjYgNC42LjAgMCAwLS4wNC00LjM2NWMtLjU4LTEuMjY0LTUuMDgtMTMuNjkyLTYuOTYtMTguNzQ4cy0zLjk4LTQuMy01LjQzLTQuMzYxLTMuMDktLjMyMy00Ljc0LS4zODRhOS4xMjUgOS4xMjUuMCAwIDAtNi43NCAyLjg2MWMtMi4zNiAyLjQtOSA4LjE3OS05LjQ1IDIwLjQyczcuOTkgMjQuMzk1IDkuMTYgMjYuMSAxNi4xMyAyOC4yMzUgNDAuOTggMzkuMTQ0IDI0Ljk4IDcuNTgxIDI5LjU0IDcuMzM2IDE0LjktNS40NjggMTcuMTktMTEuMTk0UzI4NDguNTkgNzg3LjcwOSAyODQ4LjAxIDc4Ni42NDh6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU5NyAtNTY1KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat;
  -webkit-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #62dee0, 0 0 0 transparent;
}
.title-page .widgetsocial-83 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-83 .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 .block-16 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(to bottom right, #222d63 0%, #194c79 37.1%, #148fcd 100%) #7898b8;
  max-width: 100%;
  z-index: 11;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-23 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1260px;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-4 .layout_6 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 .layout_121 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 .layout_123 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 .layout_9_id_123 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  left: 0;
  top: 0;
  position: relative;
  margin: 0;
}
.title-page .block-4 {
  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-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  padding-top: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
}
.title-page .widget-38 {
  padding: 10px;
  margin: 20px 1px 10px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  text-align: left;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 0;
  -webkit-box-shadow: inset 0px 1px 0px rgba(148, 178, 209, 0.55);
  -moz-box-shadow: inset 0px 1px 0px rgba(148, 178, 209, 0.55);
  box-shadow: inset 0px 1px 0px rgba(148, 178, 209, 0.55);
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  right: 0;
  max-width: 100%;
}
.title-page .menu-72 .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-72 .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-72 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-72 .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-72 .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-72 .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-72 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-72 .menu-scroll > ul ul {
  padding: 10px;
  margin: 15px 0 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  width: 280px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  align-self: auto;
  -webkit-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.title-page .menu-72 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-72 .menu-scroll > ul ul > li > a {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #374959;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-72 .menu-scroll > ul ul > li > a:hover, .title-page .menu-72 .menu-scroll > ul ul > li > a.hover, .title-page .menu-72 .menu-scroll > ul ul > li > a.active {
  background: #232e66;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  color: #fff;
}
.title-page .menu-72 .menu-scroll > ul ul > li.delimiter {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 2px;
  height: auto;
  width: auto;
  background: #999;
}
.title-page .menu-72 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-72 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-72 .menu-scroll > ul > li.menu-item > a {
  padding: 20px;
  margin: 0 1px;
  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: #042d3f;
  font-size: 15px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  align-self: auto;
  background: transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.title-page .menu-72 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-72 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-72 .menu-scroll > ul > li.menu-item > a.active {
  color: #25a1a0;
  background: #fff;
}
.title-page .menu-72 .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-72 .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-72 .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-72 .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-72 .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-72 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-72 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-72 .menu-scroll > ul > li.more-button > a {
  padding: 0.02px 10px 8px;
  margin: 8px 0 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #148cc7;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-style: normal;
  letter-spacing: 1px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: none;
  align-self: auto;
  width: 40px;
  min-height: 40px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  -moz-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  box-shadow: inset 0px 0px 0px 2px #dce7f2;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: center;
}
.title-page .menu-72 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-72 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-72 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-67 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .block-40 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 250px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-48 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .schedule-81 p:first-child {
  margin-top: 0;
}
.title-page .schedule-81 p:last-child {
  margin-bottom: 0;
}
.title-page .schedule-81 .header {
  box-sizing: border-box;
}
.title-page .schedule-81 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .schedule-81 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .schedule-81 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .schedule-81 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .schedule-81 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .schedule-81 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-81 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #dfe1e3;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
}
.title-page .schedule-81 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-81 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-47 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  right: 0;
}
.title-page .phones-80 p:first-child {
  margin-top: 0;
}
.title-page .phones-80 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-80 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-80 .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-80 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-80 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-80 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-80 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-80 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-80 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-80 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-80 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-3 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 320px;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  padding-right: 10px;
  padding-left: 10px;
}
.title-page .widget-2 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-3 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-3 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-3 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
}
.title-page .site-name-3 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .site-name-3 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-3 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #deeaf7;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
}
.title-page .block-66 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-76 {
  margin: 0 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 250px;
}
.title-page .address-122 p:first-child {
  margin-top: 0;
}
.title-page .address-122 p:last-child {
  margin-bottom: 0;
}
.title-page .address-122 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-122 .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-122 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-122 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-122 .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-122 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
}
.title-page .address-122 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #dfe1e3;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 13px;
}
.title-page .address-122 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-122 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-6 {
  margin: 0 110px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  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, repeating-linear-gradient(to right, rgba(24, 45, 71, 0.05) 0%, rgba(0, 0, 0, 0) 100%) rgba(0, 0, 0, 0.11);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-10 .popover-body {
  padding: 60px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  width: 420px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #94b2d1;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-10 .popover-body .form_text input {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-10 .popover-body .form_calendar input {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: 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-10 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -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;
  background: #fff;
}
.title-page .popover-wrap-10 .popover-body textarea {
  padding: 15px 20px;
  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: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-10 .popover-body .s3_button_large {
  padding: 25px 60px;
  border: none;
  background: none #b38a66;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-10 .popover-body .s3_button_large:hover, .title-page .popover-wrap-10 .popover-body .s3_button_large.hover, .title-page .popover-wrap-10 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%) #b38a66;
}
.title-page .popover-wrap-10 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #0e0e0e;
  color: #fff;
  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: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-10 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzk1YzRlMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 20px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-10 .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-10 .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-10 .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-10 .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 .slider-10 .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-10 .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-10 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-10 .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-10 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-10 .text-slider {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 6;
  width: auto;
  max-width: 100%;
  right: 0;
  margin-left: 0;
  bottom: auto;
  margin-top: -51px;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
.title-page .slider-10 .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-10 .block-body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 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-10 .block-more {
  box-sizing: border-box;
  text-align: center;
  padding-top: 40px;
}
.title-page .slider-10 .block-more > a {
  padding: 20px 60px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  color: #364a62;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  background: none #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  min-height: 65px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .slider-10 .block-more > a:hover, .title-page .slider-10 .block-more > a.hover, .title-page .slider-10 .block-more > a.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50.5%) #fff;
}
.title-page .slider-10 .block-title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 42px;
  font-weight: 900;
  padding-bottom: 15px;
  -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-10 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-10 .slider-controls {
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  margin-top: -25px;
  text-align: justify;
  padding-left: 30px;
  padding-right: 0;
  bottom: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
}
.title-page .slider-10 .slider-prev {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDI3IDUwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImxlZnQuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik01NjEuMzQ5IDQ4Mi4wMDUgNTM3LjYzMSA0NTguMjNsLS44MTgtLjgyTDUzNiA0NTYuNTkgNTYwLjUzMSA0MzJsMS42MzYgMS42NC0yMi45IDIyLjk1NSAyMy43MTcgMjMuNzc1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzNiAtNDMyKSIgZmlsbD0iIzRjNGM0YyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 12px no-repeat #fff;
  text-align: left;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: 10px;
  margin-left: 10px;
}
.title-page .slider-10 .slider-prev:hover, .title-page .slider-10 .slider-prev.hover, .title-page .slider-10 .slider-prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDI3IDUwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImxlZnQuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik01NjEuMzQ5IDQ4Mi4wMDUgNTM3LjYzMSA0NTguMjNsLS44MTgtLjgyTDUzNiA0NTYuNTkgNTYwLjUzMSA0MzJsMS42MzYgMS42NC0yMi45IDIyLjk1NSAyMy43MTcgMjMuNzc1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzNiAtNDMyKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 12px no-repeat #3faeb0;
}
.title-page .slider-10 .slider-prev:active, .title-page .slider-10 .slider-prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDI3IDUwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImxlZnQuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik01NjEuMzQ5IDQ4Mi4wMDUgNTM3LjYzMSA0NTguMjNsLS44MTgtLjgyTDUzNiA0NTYuNTkgNTYwLjUzMSA0MzJsMS42MzYgMS42NC0yMi45IDIyLjk1NSAyMy43MTcgMjMuNzc1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzNiAtNDMyKSIgZmlsbD0iIzRjNGM0YyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 12px no-repeat #fff;
}
.title-page .slider-10 .slider-next {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDI3IDUwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InJpZ2h0LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNjIwLjY1MSA0MzJsMjMuNzE4IDIzLjc3NS44MTguODIuODE4LjgyLTI0LjUzNiAyNC41OTUtMS42MzYtMS42NCAyMi45LTIyLjk1NS0yMy43MTctMjMuNzc1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYxOSAtNDMyKSIgZmlsbD0iIzRjNGM0YyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 12px no-repeat #fff;
  text-align: left;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: 0;
}
.title-page .slider-10 .slider-next:hover, .title-page .slider-10 .slider-next.hover, .title-page .slider-10 .slider-next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDI3IDUwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InJpZ2h0LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNjIwLjY1MSA0MzJsMjMuNzE4IDIzLjc3NS44MTguODIuODE4LjgyLTI0LjUzNiAyNC41OTUtMS42MzYtMS42NCAyMi45LTIyLjk1NS0yMy43MTctMjMuNzc1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYxOSAtNDMyKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 12px no-repeat #3faeb0;
}
.title-page .slider-10 .slider-next:active, .title-page .slider-10 .slider-next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDI3IDUwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InJpZ2h0LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNjIwLjY1MSA0MzJsMjMuNzE4IDIzLjc3NS44MTguODIuODE4LjgyLTI0LjUzNiAyNC41OTUtMS42MzYtMS42NCAyMi45LTIyLjk1NS0yMy43MTctMjMuNzc1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYxOSAtNDMyKSIgZmlsbD0iIzRjNGM0YyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 12px no-repeat #fff;
}
.title-page .slider-10 .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-10 .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-10 .slider-pager-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  visibility: hidden;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 30px;
  margin-right: 0;
  width: auto;
  margin-left: 0;
}
.title-page .slider-10 .bx-auto_controls {
  margin: auto 0 0 auto;
  box-sizing: border-box;
  visibility: visible;
  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 .slider-10 .slider-pager {
  box-sizing: border-box;
  text-align: left;
}
.title-page .slider-10 .slider-pager > a {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  min-height: 5px;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 11px;
  text-decoration: none;
  color: #999;
  text-align: center;
}
.title-page .slider-10 .slider-pager > a:active, .title-page .slider-10 .slider-pager > a.active {
  background: #1c5282;
}
.title-page .slider-10 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-10 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-10 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .slider-10 .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-10 .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-10 .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-10 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-10 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-10 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-10 .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-10 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-10 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-10 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-10 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-10 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-10 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-10 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-10 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-10 .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-10 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-10 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_div {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .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: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-10 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-10 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .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-10 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-10 .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-10 .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-10 .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: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_radio {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .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-10 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-10 .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-10 .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-10 .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: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_select {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .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-10 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-10 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .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-10 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-10 .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-10 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_upload {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-10 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-10 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-10 .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-10 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-10 .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-10 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-10 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-10 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-18 {
  padding: 80px 30px 60px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1260px;
  min-height: 800px;
  max-width: 100%;
  z-index: 10;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-41 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  font-family: Montserrat, sans-serif;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-76 .popover-body {
  padding: 60px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  width: 420px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #94b2d1;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-76 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #94b2d1;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-76 .popover-body .form_calendar input {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: 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-76 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -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;
  background: #fff;
}
.title-page .popover-wrap-76 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-76 .popover-body .s3_button_large {
  padding: 20px;
  border: none;
  background: #de0909;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-76 .popover-body .s3_button_large:hover, .title-page .popover-wrap-76 .popover-body .s3_button_large.hover, .title-page .popover-wrap-76 .popover-body .s3_button_large.active {
  background: #364a62;
  -webkit-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  -moz-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  box-shadow: inset 0px 0px 0px 2px #dce7f2;
}
.title-page .popover-wrap-76 .popover-body .s3_button_large:active, .title-page .popover-wrap-76 .popover-body .s3_button_large.active {
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  -moz-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  box-shadow: inset 0px 0px 0px 2px #94b2d1;
  color: #364a62;
}
.title-page .popover-wrap-76 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #0e0e0e;
  color: #fff;
  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: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-76 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzk1YzRlMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 20px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-76 .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;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-76 .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;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-76 .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;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-76 .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;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .blocklist-76 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-76 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-76 .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: 0;
  box-sizing: border-box;
  padding-bottom: 15px;
}
.title-page .blocklist-76 .header_text {
  font-size: 42px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #364a62;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-76 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-76 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #6280a1;
  line-height: 1.5;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  padding-bottom: 50px;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-76 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-76 .body {
  margin: 0 -20px;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-76 .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-76 .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-76 .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-76 .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-76 .item {
  padding: 0.02px 0 20px;
  margin: 20px;
  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;
  display: -webkit-flex;
  display: flex;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.05);
  background: #f7f7f7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  align-self: auto;
}
.title-page .blocklist-76 .item:hover, .title-page .blocklist-76 .item.hover, .title-page .blocklist-76 .item.active {
  -webkit-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.08);
}
.title-page .blocklist-76 .text {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  margin-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 100;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0.02px;
}
.title-page .blocklist-76 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-76 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  margin-right: 0;
  margin-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
}
.title-page .blocklist-76 .item-label {
  padding: 2px 5px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  bottom: 0;
  align-self: auto;
  width: auto;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-76 .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-76 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 300px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-76 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-76 .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-76 .title {
  padding: 20px 30px;
  margin: -48px 20px 0;
  border: none;
  font-weight: bold;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #fff;
  line-height: 1.5;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 0;
  width: auto;
  left: 0;
  right: 0;
  -webkit-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to bottom right, rgba(32, 57, 82, 0.76) 0%, rgba(25, 76, 121, 0.76) 37.1%, rgba(20, 143, 205, 0.76) 100%) #7898b8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.title-page .blocklist-76 .sub-title {
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 16px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.title-page .blocklist-76 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-76 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-76 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-76 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-76 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-76 .more {
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-76 .more > a {
  padding: 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;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #148cc7;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
.title-page .blocklist-76 .more > a:hover, .title-page .blocklist-76 .more > a.hover, .title-page .blocklist-76 .more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  -moz-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  box-shadow: inset 0px 0px 0px 2px #dce7f2;
  background: #364a62;
}
.title-page .blocklist-76 .more > a:active, .title-page .blocklist-76 .more > a.active {
  color: #364a62;
  -webkit-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  -moz-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  box-shadow: inset 0px 0px 0px 2px #94b2d1;
  background: #fff;
}
.title-page .blocklist-76 .bx-wrapper {
  max-width: 981px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-76 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-76 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-76 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-76 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-76 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-76 .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-76 .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-76 .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-76 .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-76 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-76 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-76 .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-76 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-76 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-76 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-76 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-76 .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-76 .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-76 .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-76 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-76 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-76 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-76 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-76 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-76 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-76 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-76 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: block;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-76 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-76 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item.form_div {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .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: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-76 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-76 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .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-76 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-76 .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-76 .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-76 .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: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item.form_radio {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .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-76 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-76 .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-76 .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-76 .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: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item.form_select {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .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-76 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-76 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-76 .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-76 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-76 .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-76 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-76 .popover-body .s3_form_item.form_upload {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-76 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-76 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-76 .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-76 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-76 .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-76 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-76 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-76 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-59 {
  padding: 80px 30px 60px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 800px;
  background: linear-gradient(to bottom right, rgba(34, 45, 99, 0.4) 0%, rgba(25, 76, 121, 0.4) 37.1%, rgba(20, 143, 205, 0.4) 100%), url("../images/4 (1).jpg?1552464737647") left 50% top 50% / cover no-repeat fixed #7898b8;
  max-width: 100%;
  z-index: 9;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-62 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-69 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  font-family: Montserrat, sans-serif;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-112 .popover-body {
  padding: 60px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  width: 420px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #94b2d1;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-112 .popover-body .form_text input {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-112 .popover-body .form_calendar input {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: 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-112 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -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;
  background: #fff;
}
.title-page .popover-wrap-112 .popover-body textarea {
  padding: 15px 20px;
  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: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-112 .popover-body .s3_button_large {
  padding: 25px 60px;
  border: none;
  background: none #b38a66;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-112 .popover-body .s3_button_large:hover, .title-page .popover-wrap-112 .popover-body .s3_button_large.hover, .title-page .popover-wrap-112 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%) #b38a66;
}
.title-page .popover-wrap-112 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #0e0e0e;
  color: #fff;
  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: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-112 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzk1YzRlMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 20px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-112 .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-112 .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-112 .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-112 .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-112 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-112 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-112 .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: 0;
  box-sizing: border-box;
  padding-bottom: 15px;
}
.title-page .blocklist-112 .header_text {
  font-size: 42px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-112 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-112 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #148cc7;
  line-height: 1.5;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  padding-bottom: 50px;
  font-weight: 300;
}
.title-page .blocklist-112 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-112 .body {
  margin: 0 -20px;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-112 .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-112 .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-112 .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-112 .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-112 .item {
  padding: 0.02px 0;
  margin: 20px;
  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;
  display: -webkit-flex;
  display: flex;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.08);
  background: #232e66;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  align-self: auto;
}
.title-page .blocklist-112 .item:hover, .title-page .blocklist-112 .item.hover, .title-page .blocklist-112 .item.active {
  -webkit-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.21);
}
.title-page .blocklist-112 .text {
  padding: 20px 30px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  margin-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 100;
}
.title-page .blocklist-112 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-112 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  margin-right: 0;
  margin-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
}
.title-page .blocklist-112 .item-label {
  padding: 2px 5px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  bottom: 0;
  align-self: auto;
  width: auto;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-112 .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-112 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 300px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-112 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-112 .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-112 .title {
  padding: 30px 30px 20px;
  margin: -38px 20px 0;
  border: none;
  font-weight: bold;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #374959;
  line-height: 1.5;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 0;
  width: auto;
  left: 0;
  right: 0;
  -webkit-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.23);
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.title-page .blocklist-112 .sub-title {
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 16px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.title-page .blocklist-112 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-112 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-112 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-112 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-112 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-112 .more {
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-112 .more > a {
  padding: 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;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  background: #148fcd;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
.title-page .blocklist-112 .more > a:hover, .title-page .blocklist-112 .more > a.hover, .title-page .blocklist-112 .more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  -moz-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  box-shadow: inset 0px 0px 0px 2px #dce7f2;
  background: #232e66;
}
.title-page .blocklist-112 .more > a:active, .title-page .blocklist-112 .more > a.active {
  color: #364a62;
  -webkit-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  -moz-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  box-shadow: inset 0px 0px 0px 2px #94b2d1;
  background: #fff;
}
.title-page .blocklist-112 .bx-wrapper {
  max-width: 981px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-112 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-112 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-112 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-112 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-112 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-112 .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-112 .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-112 .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-112 .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-112 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-112 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-112 .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-112 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-112 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-112 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-112 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-112 .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-112 .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-112 .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-112 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-112 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-112 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-112 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-112 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-112 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-112 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-112 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-112 .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-112 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-112 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-112 .popover-body .s3_form_item.form_div {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .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: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-112 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-112 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-112 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-112 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .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-112 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-112 .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-112 .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-112 .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: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-112 .popover-body .s3_form_item.form_radio {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .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-112 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-112 .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-112 .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-112 .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: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-112 .popover-body .s3_form_item.form_select {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .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-112 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-112 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-112 .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-112 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-112 .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-112 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-112 .popover-body .s3_form_item.form_upload {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-112 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-112 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-112 .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-112 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-112 .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-112 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-112 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-112 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-70 {
  padding: 80px 20px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: repeating-linear-gradient(to bottom right, #fff 0%, rgba(0, 0, 0, 0) 100%), url("../images/30.png") left 50% top 50% / cover no-repeat fixed;
  max-width: 100%;
  z-index: 8;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-72 .layout_126 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-72 .layout_128 {
  -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-72 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  background: rgba(4, 45, 63, 0.09);
  max-width: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.title-page .widget-87 {
  margin: 50px 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  min-height: 61px;
  width: 300px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.25);
  background: #de0909;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  right: auto;
}
.title-page .popover-wrap-126 .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-126 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-126 .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-126 .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-126 .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-126 .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;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-126 .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-126 .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-126 .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-126 .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-126 .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-126 .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-126 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-126 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-126 .header {
  box-sizing: border-box;
  font-size: 37px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
  font-weight: 200;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-126 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-126 .title {
  box-sizing: border-box;
  font-size: 50px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  padding-left: 40px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-126 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-126 .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-126 .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-126 .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-126 .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-126 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-126 .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-126 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-126 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-126 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-126 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-126 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-126 .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-126 .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-126 .clear {
  clear: both;
}
.title-page .popover-container-126 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-126 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-126 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-126 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-126 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-126 .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-126 .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-126 .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-126 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-126 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-126 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .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;
}
.title-page .popover-wrap-126 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-126 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-126 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-126 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .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-126 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-126 .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-126 .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-126 .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-126 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .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-126 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-126 .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-126 .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-126 .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-126 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .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-126 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-126 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .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-126 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-126 .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-126 .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-126 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-126 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-126 .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-126 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-126 .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-126 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-126 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-126 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-88 {
  padding: 50px 30px 30px;
  margin: -5px 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.19);
  background: linear-gradient(to bottom right, rgba(27, 59, 81, 0.85) 0%, rgba(25, 76, 121, 0.85) 37.1%, rgba(20, 143, 205, 0.85) 100%);
}
.title-page .popover-wrap-128 .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-128 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-128 .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-128 .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-128 .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-128 .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;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-128 .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-128 .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-128 .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-128 .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-128 .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-128 .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-128 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-128 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-128 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-128 .body {
  margin: auto 0;
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  width: auto;
  left: 0;
  right: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-128 .title {
  box-sizing: border-box;
  font-size: 23px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 10px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-128 .image {
  padding: 0.02px 0;
  margin: auto 0 0 10px;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  float: right;
}
.title-page .editable_block-128 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-128 .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-128 .img-convert {
  box-sizing: border-box;
  width: 280px;
  height: 175px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 1px;
  align-self: auto;
}
.title-page .editable_block-128 .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-128 .text {
  margin: auto 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.3;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 18px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-top: 10px;
  width: auto;
}
.title-page .editable_block-128 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-128 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-128 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-128 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-128 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-128 .more {
  box-sizing: border-box;
  margin-top: 20px;
  pointer-events: auto;
  width: 510px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-128 .more > a {
  padding: 25px 20px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  background: #de0909;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  width: 200px;
}
.title-page .editable_block-128 .more > a:hover, .title-page .editable_block-128 .more > a.hover, .title-page .editable_block-128 .more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  -moz-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  box-shadow: inset 0px 0px 0px 2px #dce7f2;
  background: #042d3f;
}
.title-page .editable_block-128 .more > a:active, .title-page .editable_block-128 .more > a.active {
  color: #364a62;
  -webkit-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  -moz-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  box-shadow: inset 0px 0px 0px 2px #94b2d1;
  background: #fff;
}
.title-page .editable_block-128 .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-128 .clear {
  clear: both;
}
.title-page .popover-container-128 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-128 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-128 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-128 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-128 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-128 .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-128 .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-128 .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-128 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-128 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-128 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .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;
}
.title-page .popover-wrap-128 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-128 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-128 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-128 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .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-128 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-128 .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-128 .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-128 .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-128 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .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-128 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-128 .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-128 .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-128 .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-128 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .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-128 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-128 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .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-128 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-128 .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-128 .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-128 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-128 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-128 .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-128 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-128 .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-128 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-128 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-128 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-42 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(to bottom right, rgba(34, 45, 99, 0.88) 0%, rgba(25, 76, 121, 0.88) 37.1%, rgba(20, 143, 205, 0.88) 100%) #7898b8;
  max-width: 100%;
  z-index: 7;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-43 {
  padding: 80px 30px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1260px;
  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%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-50 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-87 .popover-body {
  padding: 60px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  width: 420px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #94b2d1;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-87 .popover-body .form_text input {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-87 .popover-body .form_calendar input {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: 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-87 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -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;
  background: #fff;
}
.title-page .popover-wrap-87 .popover-body textarea {
  padding: 15px 20px;
  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: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-87 .popover-body .s3_button_large {
  padding: 25px 60px;
  border: none;
  background: none #b38a66;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-87 .popover-body .s3_button_large:hover, .title-page .popover-wrap-87 .popover-body .s3_button_large.hover, .title-page .popover-wrap-87 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%) #b38a66;
}
.title-page .popover-wrap-87 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #0e0e0e;
  color: #fff;
  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: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-87 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzk1YzRlMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 20px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.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 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: 0;
  box-sizing: border-box;
  padding-bottom: 15px;
}
.title-page .blocklist-87 .header_text {
  font-size: 42px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
}
.title-page .blocklist-87 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-87 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 60px;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-87 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: 20px;
}
.title-page .blocklist-87 .body {
  margin: 0 -10px;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.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: 30px 60px;
  margin: 10px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  display: block;
  align-self: auto;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(98, 128, 161, 0.54), 7px 7px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(98, 128, 161, 0.54), 7px 7px 0px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0px 0px 0px 1px rgba(98, 128, 161, 0.54), 7px 7px 0px rgba(0, 0, 0, 0.22);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-87 .text {
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: #ffe9db;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  padding-top: 10px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-87 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-87 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100px;
  float: left;
  margin-right: 30px;
  margin-left: 0;
  max-width: 100%;
  min-height: 100px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -moz-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  box-shadow: inset 0px 0px 0px 2px #3faeb0;
  background: rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  left: 0;
  right: 0;
}
.title-page .blocklist-87 .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-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 {
  margin: 0;
  border: none;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  align-self: auto;
  background: #3faeb0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.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 {
  font-weight: bold;
  margin-bottom: auto;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 22px;
  padding-bottom: 0.02px;
  padding-top: 0.02px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 30px;
}
.title-page .blocklist-87 .sub-title {
  border: none;
  margin-bottom: 15px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  padding-left: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNyIgaGVpZ2h0PSIzNy4wNjIiIHZpZXdCb3g9IjAgMCAzNyAzNy4wNjIiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJncmFmMS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTUzMy4wMDYsNDE5LjVhMTguNSwxOC41LDAsMSwxLTM2Ljk5MiwwaDBhMTguNSwxOC41LDAsMSwxLDM2Ljk5MSwwaDBabS0zLjI0LTEuNDU4YTE1LjA0NiwxNS4wNDYsMCwwLDAtMS42MzYtNS41bC0wLjcyOC40MjFhMC43OSwwLjc5LDAsMCwxLTEuMDgxLS4yOTEsMC43OTMsMC43OTMsMCwwLDEsLjI4OC0xLjA4NGwwLjcyMy0uNDE4YTE1LjU3OCwxNS41NzgsMCwwLDAtNC41MDctNC41bC0wLjQxNS43MjNhMC43OTMsMC43OTMsMCwwLDEtMS4zNzUtLjc5MmwwLjQyMy0uNzM2YTE1LjEzNSwxNS4xMzUsMCwwLDAtNS40OTMtMS42MzMsMS41OCwxLjU4LDAsMCwxLTIuOSwwLDE0Ljk5NCwxNC45OTQsMCwwLDAtNS40OTQsMS42MzZsMC40MjEsMC43MzNhMC43OTMsMC43OTMsMCwxLDEtMS4zNzUuNzkybC0wLjQxNy0uNzI2YTE1LjYsMTUuNiwwLDAsMC00LjUsNC41MDlsMC43MjQsMC40MTVhMC43OTQsMC43OTQsMCwwLDEtLjc4NiwxLjM3OWwtMC43NDItLjQyNmExNS4yLDE1LjIsMCwwLDAtMS42MzUsNS41LDEuNTg2LDEuNTg2LDAsMCwxLDAsMi45MTMsMTUuMDI5LDE1LjAyOSwwLDAsMCwxLjYzNyw1LjVsMC43NDMtLjQyNGEwLjc5MywwLjc5MywwLDEsMSwuNzgzLDEuMzhsLTAuNzI3LjQxNWExNS41NzgsMTUuNTc4LDAsMCwwLDQuNTA3LDQuNWwwLjQxMy0uNzJhMC43OTMsMC43OTMsMCwxLDEsMS4zNzUuNzlsLTAuNDIxLjczNWExNS4xNTcsMTUuMTU3LDAsMCwwLDUuNSwxLjYzNCwxLjU4LDEuNTgsMCwwLDEsMi45LDAsMTQuOTkyLDE0Ljk5MiwwLDAsMCw1LjUtMS42MzlsLTAuNDIyLS43MjdhMC43OTQsMC43OTQsMCwwLDEsMS4zNzItLjhsMC40MjEsMC43MjVhMTUuNTgyLDE1LjU4MiwwLDAsMCw0LjUtNC41MDlsLTAuNzE5LS40MTNhMC43OTQsMC43OTQsMCwxLDEsLjc5LTEuMzc3bDAuNzMyLDAuNDIyYTE1LjE4MSwxNS4xODEsMCwwLDAsMS42MzItNS41QTEuNTg2LDEuNTg2LDAsMCwxLDUyOS43NjYsNDE4LjAzOVptLTE0LjI0OCwyLjY2Yy0wLjAyOS4wMzQtLjA0LDAuMDc3LTAuMDcyLDAuMTA5bC00LjYsNC42MDZhMS41ODYsMS41ODYsMCwxLDEtMi4yNDItMi4yNDVsNC4zMjYtNC4zM3YtMTAuOGExLjU4NiwxLjU4NiwwLDEsMSwzLjE3MSwwVjQxOS41QTEuNTYzLDEuNTYzLDAsMCwxLDUxNS41MTgsNDIwLjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDk2IC00MDAuOTY5KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjYiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 0px top 0px / 19px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 15px;
}
.title-page .blocklist-87 .price {
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-87 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-87 .price-note {
  box-sizing: border-box;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
}
.title-page .blocklist-87 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: normal;
  padding-left: 3px;
  padding-right: 3px;
}
.title-page .blocklist-87 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  -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-87 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-87 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-87 .bx-wrapper {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-87 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.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 .blocklist-87 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-87 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 0.02px;
}
.title-page .blocklist-87 .all {
  padding: 20px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  background: #148fcd;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  width: 250px;
}
.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 2px #dce7f2;
  -moz-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  box-shadow: inset 0px 0px 0px 2px #dce7f2;
  background: #364a62;
}
.title-page .blocklist-87 .all:active, .title-page .blocklist-87 .all.active {
  color: #364a62;
  -webkit-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  -moz-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  box-shadow: inset 0px 0px 0px 2px #94b2d1;
  background: #fff;
}
.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: -10px;
  z-index: 1;
}
.title-page .blocklist-87 .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-87 .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-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: -webkit-flex;
  display: flex;
  -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 .popover-container-87 {
  top: 0;
  left: 0;
  z-index: 9999;
  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: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-87 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 0;
  box-sizing: border-box;
  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 .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-87 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item.form_div {
  margin-bottom: 12px;
  margin-top: 12px;
  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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 12px;
  margin-top: 12px;
  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%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.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 {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  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%;
  text-align: left;
}
.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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item.form_radio {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item.form_select {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  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 {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  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 .s3_form_item.form_calendar_interval {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-87 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-87 .popover-body .s3_form_item.form_upload {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
  text-align: left;
}
.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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.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_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 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-87 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-87 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .widget-51 {
  padding: 80px 20px;
  margin: 100px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.title-page .popover-wrap-88 .popover-body {
  padding: 60px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  width: 420px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #94b2d1;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-88 .popover-body .form_text input {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-88 .popover-body .form_calendar input {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: 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-88 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -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;
  background: #fff;
}
.title-page .popover-wrap-88 .popover-body textarea {
  padding: 15px 20px;
  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: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-88 .popover-body .s3_button_large {
  padding: 25px 60px;
  border: none;
  background: none #b38a66;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-88 .popover-body .s3_button_large:hover, .title-page .popover-wrap-88 .popover-body .s3_button_large.hover, .title-page .popover-wrap-88 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%) #b38a66;
}
.title-page .popover-wrap-88 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #0e0e0e;
  color: #fff;
  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: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-88 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzk1YzRlMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 20px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-88 .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-88 .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-88 .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-88 .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-88 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-88 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-88 .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: 0;
  box-sizing: border-box;
  padding-bottom: 15px;
}
.title-page .blocklist-88 .header_text {
  font-size: 42px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #364a62;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-88 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-88 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #7b9cbd;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-88 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-88 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-88 .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-88 .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-88 .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-88 .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-88 .item {
  padding: 30px;
  margin: 10px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  display: -webkit-flex;
  display: flex;
  align-self: auto;
  -webkit-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.09);
  background: linear-gradient(to bottom right, rgba(34, 45, 99, 0.29) 0%, rgba(25, 76, 121, 0.29) 37.1%, rgba(20, 143, 205, 0.29) 100%) #7898b8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-88 .text {
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: #888;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  padding-top: 10px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-88 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-88 .image {
  border: 5px solid #e8e8e8;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100px;
  float: none;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  min-height: 100px;
  -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
  -moz-box-shadow: inset 0px 0px 0px 3px #fff;
  box-shadow: inset 0px 0px 0px 3px #fff;
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-88 .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-88 .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-88 .img-convert {
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
  width: 100px;
  height: 70px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  align-self: auto;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-88 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-88 .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-88 .title {
  font-weight: bold;
  margin-bottom: auto;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  padding-bottom: 0.02px;
  padding-top: 5px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 0;
}
.title-page .blocklist-88 .sub-title {
  border: none;
  margin-bottom: -30px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 55px;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
  font-weight: 900;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
  min-height: 0;
  width: 66px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: -66px;
  padding-right: 0;
  padding-bottom: 0.02px;
}
.title-page .blocklist-88 .price {
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-88 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-88 .price-note {
  box-sizing: border-box;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
}
.title-page .blocklist-88 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: normal;
  padding-left: 3px;
  padding-right: 3px;
}
.title-page .blocklist-88 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  -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-88 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-88 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-88 .bx-wrapper {
  max-width: 1200px;
}
.title-page .blocklist-88 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-88 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-88 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-88 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-88 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 20px;
}
.title-page .blocklist-88 .all {
  padding: 20px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  background: #148fcd;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  min-height: 60px;
  width: 306px;
}
.title-page .blocklist-88 .all:hover, .title-page .blocklist-88 .all.hover, .title-page .blocklist-88 .all.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  -moz-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  box-shadow: inset 0px 0px 0px 2px #dce7f2;
  background: #364a62;
}
.title-page .blocklist-88 .all:active, .title-page .blocklist-88 .all.active {
  color: #364a62;
  -webkit-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  -moz-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  box-shadow: inset 0px 0px 0px 2px #94b2d1;
  background: #fff;
}
.title-page .blocklist-88 .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-88 .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-88 .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-88 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-88 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-88 .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-88 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-88 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-88 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-88 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-88 .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-88 .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-88 .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-88 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-88 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-88 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-88 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-88 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-88 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-88 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-88 .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-88 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-88 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item.form_div {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .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: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-88 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-88 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .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-88 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-88 .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-88 .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-88 .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: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item.form_radio {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .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-88 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-88 .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-88 .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-88 .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: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item.form_select {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .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-88 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-88 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-88 .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-88 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-88 .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-88 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-88 .popover-body .s3_form_item.form_upload {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-88 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-88 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-88 .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-88 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-88 .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-88 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-88 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-88 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-54 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(to bottom right, rgba(28, 46, 64, 0.63) 0%, rgba(25, 76, 121, 0.63) 37.1%, rgba(20, 143, 205, 0.63) 100%), url("../images/15 (1).jpg?1552464737677") left 50% top 50% / cover no-repeat fixed #7898b8;
  z-index: 6;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
}
.title-page .block-64 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-65 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.title-page .popover-wrap-107 .popover-body {
  padding: 60px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  width: 420px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #94b2d1;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-107 .popover-body .form_text input {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-107 .popover-body .form_calendar input {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: 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-107 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  -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;
  background: #fff;
}
.title-page .popover-wrap-107 .popover-body textarea {
  padding: 15px 20px;
  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: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
}
.title-page .popover-wrap-107 .popover-body .s3_button_large {
  padding: 25px 60px;
  border: none;
  background: none #b38a66;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-107 .popover-body .s3_button_large:hover, .title-page .popover-wrap-107 .popover-body .s3_button_large.hover, .title-page .popover-wrap-107 .popover-body .s3_button_large.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%) #b38a66;
}
.title-page .popover-wrap-107 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #0e0e0e;
  color: #fff;
  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: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-107 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzk1YzRlMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 20px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-107 .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-107 .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-107 .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-107 .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-107 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-107 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-107 .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: 15px;
  box-sizing: border-box;
}
.title-page .blocklist-107 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 900;
}
.title-page .blocklist-107 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-107 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-107 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-107 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-107 .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-107 .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-107 .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-107 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-107 .item {
  margin: 10px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-107 .text {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #dedede;
  line-height: 1.5;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 50px;
  padding-top: 20px;
}
.title-page .blocklist-107 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-107 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-107 .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-107 .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-107 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-107 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-107 .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-107 .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #3faeb0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 21px;
}
.title-page .blocklist-107 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-107 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-107 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-107 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-107 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-107 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-107 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-107 .more > a {
  padding: 20px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  background: #148fcd;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 50px;
  width: 250px;
  font-weight: bold;
}
.title-page .blocklist-107 .more > a:hover, .title-page .blocklist-107 .more > a.hover, .title-page .blocklist-107 .more > a.active {
  background: #364a62;
  -webkit-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  -moz-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  box-shadow: inset 0px 0px 0px 2px #dce7f2;
}
.title-page .blocklist-107 .more > a:active, .title-page .blocklist-107 .more > a.active {
  color: #364a62;
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  -moz-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  box-shadow: inset 0px 0px 0px 2px #94b2d1;
}
.title-page .blocklist-107 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-107 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-107 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-107 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-107 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-107 .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-107 .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-107 .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-107 .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-107 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-107 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-107 .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-107 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-107 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-107 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-107 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-107 .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-107 .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-107 .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-107 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-107 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-107 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-107 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-107 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-107 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-107 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-107 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-107 .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-107 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-107 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-107 .popover-body .s3_form_item.form_div {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .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: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-107 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-107 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-107 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-107 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .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-107 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-107 .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-107 .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-107 .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: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-107 .popover-body .s3_form_item.form_radio {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .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-107 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-107 .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-107 .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-107 .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: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-107 .popover-body .s3_form_item.form_select {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .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-107 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-107 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-107 .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-107 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-107 .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-107 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-107 .popover-body .s3_form_item.form_upload {
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-107 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-107 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-107 .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-107 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-107 .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-107 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-107 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-107 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-28 {
  padding: 80px 30px 60px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1260px;
  min-height: 0;
  max-width: 100%;
  z-index: 5;
  text-align: left;
  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-19 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-27 p:first-child {
  margin-top: 0;
}
.title-page .reviews-27 p:last-child {
  margin-bottom: 0;
}
.title-page .reviews-27 .header {
  padding: 0.02px 0 20px;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #d9af84;
  text-decoration: none;
}
.title-page .reviews-27 .header_text {
  box-sizing: border-box;
  font-size: 40px;
  color: #364a62;
  text-decoration: none;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
  text-indent: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .reviews-27 .list-wr {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-top: 0;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-27 .body {
  margin: 0 -20px;
  box-sizing: border-box;
}
.title-page .reviews-27 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .reviews-27 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .reviews-27 .item {
  padding: 50px;
  margin: 20px;
  border: none;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-height: 0;
  align-self: auto;
  min-width: 0;
  -webkit-box-shadow: 7px 7px 0px rgba(54, 74, 98, 0.08);
  -moz-box-shadow: 7px 7px 0px rgba(54, 74, 98, 0.08);
  box-shadow: 7px 7px 0px rgba(54, 74, 98, 0.08);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTIiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgMTUyIDEyOCIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJyZXZDb250LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMjQ1IDE5Ljk3NFY3Mi41MThjLS4yMzkgMy4wNDUtMy4yNTMgMzUuOS0yMi4zMjggNTQuOWwtMy40MzUtMi42NDFjNi4zODItMTAuMzU1IDE1Ljk1NS0zMC4yIDEzLjM0LTUyLjk1OGwtLjkxNC03Ljk1NUgyMDFWMTkuOTc0aDQ0TTI1NCAxMUgxOTJWNzIuODM4aDMxLjYzNUMyMjcuMDA4IDEwMi4xODEgMjA3IDEyNi43IDIwNyAxMjYuN0wyMjMgMTM5YzI4LjMzMy0yMS4yNzkgMzEtNjYuMTY0IDMxLTY2LjE2NFYxMWgwem04MSA4Ljk3N1Y3Mi41MThjLS4yMzkgMy4wNDUtMy4yNTMgMzUuOS0yMi4zMjggNTQuOWwtMy40MzUtMi42NDFjNi4zODItMTAuMzU1IDE1Ljk1NS0zMC4yIDEzLjM0LTUyLjk1OGwtLjkxNC03Ljk1NUgyOTFWMTkuOTc0aDQ0TTM0NCAxMUgyODJWNzIuODM4aDMxLjYzNUMzMTcuMDA4IDEwMi4xODEgMjk3IDEyNi43IDI5NyAxMjYuN0wzMTMgMTM5YzI4LjMzMy0yMS4yNzkgMzEtNjYuMTY0IDMxLTY2LjE2NFYxMWgweiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5MiAtMTEpIiBmaWxsPSIjN2RkMWQxIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") right 15px top 15px / 76px no-repeat;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .reviews-27 .image {
  margin: 0 30px 0 0;
  border: none;
  text-align: left;
  box-sizing: border-box;
  font-size: 0;
  position: relative;
  width: 120px;
  min-height: 120px;
  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;
  background: #2cb6b3;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  padding-right: 0;
  left: auto;
  right: auto;
  float: left;
}
.title-page .reviews-27 .img-convert {
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
  width: 100px;
  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;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  align-self: auto;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .reviews-27 .image img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
}
.title-page .reviews-27 .text {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Roboto, sans-serif;
  color: #364a62;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.5;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-indent: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .reviews-27 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .reviews-27 .author {
  padding: 20px 0 0.02px;
  margin: 0 auto auto;
  border: none;
  text-align: left;
  box-sizing: border-box;
  color: #4095bf;
  position: relative;
  z-index: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-27 .name {
  border: none;
  box-sizing: border-box;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  color: #3faeb0;
  font-size: 18px;
  text-decoration: none;
  text-indent: 0;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0.02px;
}
.title-page .reviews-27 .date {
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 11px;
  color: #808080;
}
.title-page .reviews-27 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .reviews-27 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .reviews-27 .bx-wrapper {
  max-width: 1240px;
}
.title-page .reviews-27 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .reviews-27 .image_author {
  box-sizing: border-box;
  color: #4095bf;
  margin-bottom: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .reviews-27 .image_author .image_name {
  box-sizing: border-box;
  font-weight: bold;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Roboto, sans-serif;
}
.title-page .reviews-27 .image_author .image_date {
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 11px;
  color: #808080;
}
.title-page .reviews-27 .footer {
  text-align: center;
  box-sizing: border-box;
}
.title-page .reviews-27 .all {
  padding: 16px 30px;
  border: 1px solid #fd571b;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  font-family: Roboto, sans-serif;
  color: #ababab;
  font-size: 16px;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
  text-indent: 0;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 14px;
  height: 0;
}
.title-page .reviews-27 .all:hover, .title-page .reviews-27 .all.hover, .title-page .reviews-27 .all.active {
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: #fd571b;
}
.title-page .reviews-27 .all:active, .title-page .reviews-27 .all.active {
  background: #e03f09;
}
.title-page .reviews-27 .controls {
  margin: 0;
  border: none;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-align: space-between;
  bottom: 0;
  z-index: 1;
  min-height: 0;
  width: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-27 .prev {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("../images/lib_1159001_left.svg") left 50% top 50% / 11px no-repeat #000;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: auto;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
}
.title-page .reviews-27 .next {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("../images/lib_1159001_right.svg") left 50% top 50% / 11px no-repeat #000;
  box-sizing: border-box;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  margin-left: auto;
  margin-right: 0;
}
.title-page .reviews-27 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-27 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-27 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #3faeb0;
  text-decoration: none;
  text-indent: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 50px;
  font-weight: 300;
}
.title-page .reviews-27 .item__image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .reviews-27 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .reviews-27 .bx-auto_controls {
  margin: 15px 0 auto auto;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-left: 0;
}
.title-page .reviews-27 .pager-wrap {
  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;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-27 .bx-pager {
  margin: auto auto 0 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .reviews-27 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-27 .bx-pager a {
  margin: 0 0 0 15px;
  border: none;
  display: inline-block;
  width: 15px;
  min-height: 15px;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
}
.title-page .reviews-27 .bx-pager a:hover, .title-page .reviews-27 .bx-pager a.hover, .title-page .reviews-27 .bx-pager a.active {
  background: #d9af84;
}
.title-page .reviews-27 .bx-pager a:active, .title-page .reviews-27 .bx-pager a.active {
  -webkit-box-shadow: 0px 0px 0px 3px #d9af84, 0 0 0 transparent;
  -moz-box-shadow: 0px 0px 0px 3px #d9af84, 0 0 0 transparent;
  box-shadow: 0px 0px 0px 3px #d9af84, 0 0 0 transparent;
}
.title-page .reviews-27 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-27 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .reviews-27 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_pause.png") center center / auto no-repeat;
}
.title-page .reviews-27 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_play.png") center center / auto no-repeat;
}
.title-page .reviews-27 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .block-45 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(to bottom right, rgba(34, 45, 99, 0.91) 0%, rgba(25, 76, 121, 0.91) 37.1%, rgba(0, 100, 102, 0.91) 100%), url("../images/5 (1).jpg?1552464737661") left 50% top 50% / cover no-repeat #7898b8;
  max-width: 100%;
  z-index: 4;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-46 {
  padding: 0.02px 30px 80px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1260px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .block-47 .layout_center_93_id_94_0 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-47 {
  margin: -25px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-53 {
  margin: -9px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 70px;
  min-height: 70px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InVwMjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik02IDM0LjcxNiAyNC41NDEgMTYuMjY4bC42MzktLjYzNkwyNS44MiAxNSA0NSAzNC4wOGwtMS4yNzkgMS4yNzJMMjUuODIgMTcuNTQxIDcuMjc1IDM1Ljk4OHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 20px no-repeat #148fcd;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: inset 0px 0px 0px 3px #fff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 3px #fff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 3px #fff, 0 0 0 transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widget-53:hover, .title-page .widget-53.hover, .title-page .widget-53.active {
  -webkit-box-shadow: inset 0px 0px 0px 3px #fff, 0px 5px 51px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0px 0px 0px 3px #fff, 0px 5px 51px 0px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0px 0px 0px 3px #fff, 0px 5px 51px 0px rgba(0, 0, 0, 0.7);
}
.title-page .up-94 .icon {
  box-sizing: border-box;
  margin-top: 12px;
  height: 20px;
  width: 34px;
  display: inline-block;
  background: url("../images/wm_button_up_up.png") left 50% top 50% no-repeat;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .up-94 .title {
  margin: 0;
  border: none;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
  text-decoration: none;
  width: 150px;
  min-height: 0;
  padding-bottom: 0.02px;
  padding-top: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InVwMjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik02IDM0LjcxNiAyNC41NDEgMTYuMjY4bC42MzktLjYzNkwyNS44MiAxNSA0NSAzNC4wOGwtMS4yNzkgMS4yNzJMMjUuODIgMTcuNTQxIDcuMjc1IDM1Ljk4OHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMC43IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 0px / 20px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .up-94 .title:hover, .title-page .up-94 .title.hover, .title-page .up-94 .title.active {
  color: #ff457c;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InVwMjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik02IDM0LjcxNiAyNC41NDEgMTYuMjY4bC42MzktLjYzNkwyNS44MiAxNSA0NSAzNC4wOGwtMS4yNzkgMS4yNzJMMjUuODIgMTcuNTQxIDcuMjc1IDM1Ljk4OHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiNmZjQ1N2MiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 0px / 20px no-repeat;
}
.title-page .widget-54 {
  margin: 49px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  max-width: 100%;
}
.title-page .menu-95 .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-95 .menu-scroll > ul ul > li.delimiter {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 2px;
  height: auto;
  width: auto;
  background: #999;
}
.title-page .menu-95 .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-95 .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-95 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-95 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-95 .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-95 .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-95 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-95 .menu-scroll > ul > li.menu-item > a {
  padding: 0.02px 25px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #ababab;
  font-size: 15px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: normal;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  align-self: auto;
  min-height: 50px;
}
.title-page .menu-95 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-95 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-95 .menu-scroll > ul > li.menu-item > a.active {
  color: #3faeb0;
}
.title-page .menu-95 .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-95 .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-95 .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-95 .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-95 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-95 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-95 .menu-scroll > ul ul {
  padding: 5px;
  margin: 5px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #eee;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
}
.title-page .menu-95 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-95 .menu-scroll > ul ul > li > a {
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  background: #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.title-page .menu-95 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-95 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px 0 2px 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #333;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .menu-95 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-95 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-95 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .menu-95 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .block-48 .layout_97 {
  -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-48 .layout_98 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-48 .layout_99 {
  -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-48 {
  padding: 0.02px 0;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
}
.title-page .widget-55 {
  margin: 0 50px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-97 p:first-child {
  margin-top: 0;
}
.title-page .phones-97 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-97 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-97 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-97 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 50px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNS4wNjMiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNS4wNjMgMzQiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0icGhvbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik00MS44NDcgMzUuMDU0YTE3LjgzMyAxNy44MzMuMCAwIDEtNC4xNTcgNi4xOTQgMTguOCAxOC44LjAgMCAxLTEuNjY1IDEuNDIxbC0uMzk1LjMtMS4wMDguMDE3Yy02LjcxNS4wLTEzLjY1OS0zLTE5LjA1NC04LjIyOGwtLjEwNi0uMTExQzkuOTEzIDI5LjI2OCA2LjgyMiAyMi4zNTQgNi45ODQgMTUuNjg2TDcgMTUuMmwuMzEyLS4zODNBMTcuODc3IDE3Ljg3Ny4wIDAgMSA4Ljc3IDEzLjIwOWExOC41IDE4LjUuMCAwIDEgNi4zOTMtNC4wMzhBMi44IDIuOC4wIDAgMSAxNi4xNDcgOWMuODE2LjAgMi42NDYuNCAzLjExMSAxLjY0Ny44MjIgMi4yMDggMS44NjIgNS4xIDIuNjE2IDcuODc0YTMuNDYgMy40Ni4wIDAgMS0xLjExNCAzLjMzOEwxOC4wOTUgMjMuNWExLjkyIDEuOTIuMCAwIDAgLjM2Ljg4NCAzNi45MiAzNi45Mi4wIDAgMCAzLjU2MiA0LjA0NSAzNi43MjkgMzYuNzI5LjAgMCAwIDQuMTQgMy40MjEgMS41MzYgMS41MzYuMCAwIDAgLjgzNC4zMDcuNDIyLjQyMi4wIDAgMCAuMTUtLjAybDEuNjI3LTIuNTI3Yy43MzMtMS4xMTEgMi41ODctMS4xNDMgMi44LTEuMTQzYTIuNzE0IDIuNzE0LjAgMCAxIC41ODMuMDU3IDM4Ljc1MSAzOC43NTEuMCAwIDEgOC4yODggMi41OTNBMy40MzkgMy40MzkuMCAwIDEgNDEuODQ3IDM1LjA1NHpNMzguOSAzMy42NTlhMzYuMjQxIDM2LjI0MS4wIDAgMC03LjQwNy0yLjI3NiAzLjM1OSAzLjM1OS4wIDAgMC0uMzU0LjA3MmwtMS41MTcgMi4zMThjLS45NDYgMS40ODQtMy40NDQgMS43MTgtNS4yNDEuNDQ0QTM5LjggMzkuOC4wIDAgMSAxOS44ODMgMzAuNWEzOS43MTIgMzkuNzEyLjAgMCAxLTMuODY2LTQuMzkgNC4wNDQgNC4wNDQuMCAwIDEtLjgyOC0zLjIgMi44IDIuOC4wIDAgMSAxLjMtMS44OWwyLjM4My0xLjQ2N2ExLjc5MyAxLjc5My4wIDAgMCAuMDYyLS40Yy0uNjY2LTIuNC0xLjYtNS4wNDQtMi4zODEtNy4xNDFhMS4zODMgMS4zODMuMCAwIDAtLjQxLS4wODRBMTUuNTE0IDE1LjUxNC4wIDAgMCAxMC45IDE1LjI3OGMtLjMwNi4zLS42LjYxNi0uOTA3Ljk2Ny4wMjcgNS42NSAyLjg0IDExLjcyMiA3LjYgMTYuMzRsLjE0Ny4xNDZhMjQuODUgMjQuODUuMCAwIDAgMTYuODA4IDcuMzI4Yy4zNTctLjI4Ny42OTItLjU4MyAxLS44ODJhMTQuODU0IDE0Ljg1NC4wIDAgMCAzLjQ3Ny01LjE4NEMzOS4wMTkgMzMuOTg0IDM4Ljk2IDMzLjggMzguOSAzMy42NTl6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi45NjkgLTkpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiMwMGJmYmYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 18px no-repeat;
  margin-right: auto;
  -webkit-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -moz-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 50px;
  margin-left: auto;
  margin-bottom: 10px;
}
.title-page .phones-97 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
}
.title-page .phones-97 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .phones-97 .title {
  box-sizing: border-box;
  display: none;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
}
.title-page .phones-97 .text_body {
  box-sizing: border-box;
  color: #dce7f2;
  text-align: center;
  text-indent: 0;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  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;
}
.title-page .phones-97 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-97 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-97 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-56 {
  margin: 0 25px auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-98 p:first-child {
  margin-top: 0;
}
.title-page .address-98 p:last-child {
  margin-bottom: 0;
}
.title-page .address-98 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-98 .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-98 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 50px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4wMzEiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAyOS4wMzEgMzMiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJhZHJlc3MyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNTExLjQwOSw1ODQuNjcyYTEuNDU2LDEuNDU2LDAsMCwxLTEuODM2LDBjLTEuMzktMS4xMzktMTMuNTk0LTExLjM0OC0xMy41OTQtMTguNzE1LDAtNy42ODgsNi41MTEtMTMuOTQyLDE0LjUxMi0xMy45NDJTNTI1LDU1OC4yNjksNTI1LDU2NS45NTdDNTI1LDU3My4zMjQsNTEyLjgsNTgzLjUzMyw1MTEuNDA5LDU4NC42NzJabS0wLjkxOC0yOS45MzdhMTEuNDczLDExLjQ3MywwLDAsMC0xMS42ODEsMTEuMjIyYzAsNC43NzcsNy43MjcsMTIuNDQ5LDExLjY4MSwxNS44NywzLjk1NC0zLjQyMSwxMS42ODItMTEuMDkzLDExLjY4Mi0xNS44N0ExMS40NzEsMTEuNDcxLDAsMCwwLDUxMC40OTEsNTU0LjczNVptMCwxOC4wMjNhNi44MDYsNi44MDYsMCwxLDEsNy4wNzgtNi44QTYuOTUzLDYuOTUzLDAsMCwxLDUxMC40OTEsNTcyLjc1OFptMC0xMC44ODFhNC4wODQsNC4wODQsMCwxLDAsNC4yNDcsNC4wOEE0LjE3LDQuMTcsMCwwLDAsNTEwLjQ5MSw1NjEuODc3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5NS45NjkgLTU1MikiIGZpbGw9IiMwMGJmYmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 15px no-repeat;
  margin-right: auto;
  -webkit-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -moz-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 50px;
  margin-left: auto;
  margin-bottom: 10px;
}
.title-page .address-98 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
}
.title-page .address-98 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .address-98 .title {
  box-sizing: border-box;
  display: none;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
}
.title-page .address-98 .text_body {
  color: #dce7f2;
  line-height: 1.4;
  text-align: center;
  text-indent: 0;
  text-decoration: none;
  font-size: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .address-98 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-98 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-57 {
  margin: 0 0 auto 50px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-99 p:first-child {
  margin-top: 0;
}
.title-page .email-99 p:last-child {
  margin-bottom: 0;
}
.title-page .email-99 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .email-99 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-99 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 50px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDUwIDQwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9IkNhck1lc3NhZ2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik00NSA1SDVBNC45OTMgNC45OTMuMCAwIDAgLjAyNSAxMEwwIDQwYTUuMDE1IDUuMDE1LjAgMCAwIDUgNUg0NWE1LjAxNSA1LjAxNS4wIDAgMCA1LTVWMTBhNS4wMTUgNS4wMTUuMCAwIDAtNS01em0wIDM1SDVWMTVMMjUgMjcuNSA0NSAxNVY0MHpNMjUgMjIuNSA1IDEwSDQ1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNSkiIGZpbGw9IiMwMGJmYmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 17px no-repeat;
  margin-right: auto;
  -webkit-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -moz-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 50px;
  margin-left: auto;
  margin-bottom: 10px;
}
.title-page .email-99 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
}
.title-page .email-99 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .email-99 .title {
  box-sizing: border-box;
  display: none;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
}
.title-page .email-99 .text_body {
  color: #3faeb0;
  text-align: center;
  text-indent: 0;
  text-decoration: underline;
  font-size: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: bold;
  min-height: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .email-99 .text_body:hover, .title-page .email-99 .text_body.hover, .title-page .email-99 .text_body.active {
  text-decoration: none;
}
.title-page .email-99 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-99 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-49 .layout_101 {
  -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-49 .layout_104 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-49 .layout_105 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-49 {
  margin: 40px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(148, 178, 209, 0.46);
  -moz-box-shadow: inset 0px 1px 0px rgba(148, 178, 209, 0.46);
  box-shadow: inset 0px 1px 0px rgba(148, 178, 209, 0.46);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-50 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-58 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
}
.title-page .widgetsocial-102 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-102 .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-102 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}
.title-page .widgetsocial-102 .soc {
  margin: 0 7px;
  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;
  align-self: auto;
}
.title-page .widgetsocial-102 .vk .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJWSy5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzEyIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTIiIGNsYXNzPSJjbHMtMSIgZD0iTTQ1MCA5OTNIODUwdjM5OS4xMkg0NTBWOTkzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PHBhdGggaWQ9IlZLIiBjbGFzcz0iY2xzLTIiIGQ9Ik02NDYuODYxIDEyNDguNTRoMTEuOTU1czMuNjEtLjQgNS40NTYtMi4zOWMxLjctMS44MiAxLjY0My01LjI0IDEuNjQzLTUuMjRzLS4yMzMtMTYuMDMgNy4yMS0xOC40YzcuMzQxLTIuMzIgMTYuNzY2IDE1LjUgMjYuNzU0IDIyLjM1IDcuNTU1IDUuMTggMTMuMjk0IDQuMDUgMTMuMjk0IDQuMDVsMjYuNzEyLS4zN3MxMy45NzMtLjg3IDcuMzQ3LTExLjg0Yy0uNTQ0LS45LTMuODYtOC4xMi0xOS44NjItMjIuOTctMTYuNzUtMTUuNTMtMTQuNS0xMy4wMiA1LjY3LTM5Ljg5IDEyLjI4Ny0xNi4zNyAxNy4yLTI2LjM1IDE1LjY2NC0zMC42My0xLjQ2Mi00LjA4LTEwLjUtMy0xMC41LTNsLTMwLjA3NS4xOGE2LjgzOCA2LjgzOC4wIDAgMC0zLjg4My42OSA4LjQxIDguNDEuMCAwIDAtMi42NTMgMy4yMiAxNzQuMjQ5IDE3NC4yNDkuMCAwIDEtMTEuMTA5IDIzLjQ0Yy0xMy4zOTEgMjIuNzItMTguNzQ4IDIzLjkyLTIwLjkzNiAyMi41MS01LjA5My0zLjI5LTMuODItMTMuMjEtMy44Mi0yMC4yNi4wLTIyLjAzIDMuMzQzLTMxLjIxLTYuNTEtMzMuNTgtMy4yNjgtLjc5LTUuNjc2LTEuMzEtMTQuMDM4LTEuNC0xMC43MzEtLjExLTE5LjgxMy4wMy0yNC45NTUgMi41NS0zLjQyMSAxLjY4LTYuMDYyIDUuNDEtNC40NTMgNS42MiAxLjk4OC4yNyA2LjQ4OCAxLjIyIDguODc1IDQuNDYgMy4wODQgNC4xOSAyLjk3NSAxMy42IDIuOTc1IDEzLjZzMS43NzEgMjUuOTItNC4xMzYgMjkuMTRjLTQuMDUzIDIuMjEtOS42MTQtMi4zLTIxLjU1NS0yMi45MWExOTEuNTI4IDE5MS41MjguMCAwIDEtMTAuNzM1LTIyLjI0IDguOTQ5IDguOTQ5LjAgMCAwLTIuNDc5LTMuMzUgMTIuNDc5IDEyLjQ3OS4wIDAgMC00LjYxOS0xLjg2bC0yOC41ODEuMTlzLTQuMjg5LjEyLTUuODY0IDEuOThjLTEuNCAxLjY2LS4xMTIgNS4wOS0uMTEyIDUuMDlzMjIuMzcyIDUyLjMxIDQ3LjcwOCA3OC42N2MyMy4yMzUgMjQuMTcgNDkuNjEyIDIyLjU5IDQ5LjYxMiAyMi41OWgweiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMDBiZmJmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -moz-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-102 .vk .wg-soc-icon:hover, .title-page .widgetsocial-102 .vk .wg-soc-icon.hover, .title-page .widgetsocial-102 .vk .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .widgetsocial-102 .fb .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_facebook.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -moz-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-102 .fb .wg-soc-icon:hover, .title-page .widgetsocial-102 .fb .wg-soc-icon.hover, .title-page .widgetsocial-102 .fb .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .widgetsocial-102 .fb .wg-soc-icon:active, .title-page .widgetsocial-102 .fb .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #6280a1;
  -moz-box-shadow: inset 0px 0px 0px 2px #6280a1;
  box-shadow: inset 0px 0px 0px 2px #6280a1;
}
.title-page .widgetsocial-102 .tw .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_tweeter.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -moz-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-102 .tw .wg-soc-icon:hover, .title-page .widgetsocial-102 .tw .wg-soc-icon.hover, .title-page .widgetsocial-102 .tw .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .widgetsocial-102 .tw .wg-soc-icon:active, .title-page .widgetsocial-102 .tw .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #6280a1;
  -moz-box-shadow: inset 0px 0px 0px 2px #6280a1;
  box-shadow: inset 0px 0px 0px 2px #6280a1;
}
.title-page .widgetsocial-102 .google .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_google.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -moz-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-102 .google .wg-soc-icon:hover, .title-page .widgetsocial-102 .google .wg-soc-icon.hover, .title-page .widgetsocial-102 .google .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .widgetsocial-102 .google .wg-soc-icon:active, .title-page .widgetsocial-102 .google .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #6280a1;
  -moz-box-shadow: inset 0px 0px 0px 2px #6280a1;
  box-shadow: inset 0px 0px 0px 2px #6280a1;
}
.title-page .widgetsocial-102 .ins .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJJbnN0YWdyYW0uc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iUmVjdGFuZ2xlXzFfY29weV84IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgOCIgY2xhc3M9ImNscy0xIiBkPSJNMjE2OCA5OTNoNGUydjM5OS4xMkgyMTY4Vjk5M3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTY4IC05OTMpIiBmaWxsLW9wYWNpdHk9IjAiPjwvcGF0aD48cGF0aCBpZD0iSW5zdGFncmFtIiBjbGFzcz0iY2xzLTIiIGQ9Ik0yMzY3IDExMTAuMDJjMjYuNy4wIDI5Ljg2LjEgNDAuNDEuNTggOS43NS40NSAxNS4wNCAyLjA3IDE4LjU3IDMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMSAxOC45OCAxOC45OGMxLjM2IDMuNTMgMi45OSA4LjgyIDMuNDQgMTguNTcuNDggMTAuNTUuNTggMTMuNzEuNTggNDAuNDFzLS4xIDI5Ljg2LS41OCA0MC40MWMtLjQ1IDkuNzUtMi4wOCAxNS4wNC0zLjQ0IDE4LjU3YTMzLjE3OSAzMy4xNzkuMCAwIDEtMTguOTggMTguOThjLTMuNTMgMS4zNi04LjgyIDIuOTktMTguNTcgMy40NC0xMC41NS40OC0xMy43MS41OC00MC40MS41OHMtMjkuODctLjEtNDAuNDEtLjU4Yy05Ljc1LS40NS0xNS4wNC0yLjA4LTE4LjU3LTMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMS0xOC45OC0xOC45OGMtMS4zNy0zLjUzLTIuOTktOC44Mi0zLjQ0LTE4LjU3LS40OC0xMC41NS0uNTgtMTMuNzEtLjU4LTQwLjQxcy4xLTI5Ljg2LjU4LTQwLjQxYy40NS05Ljc1IDIuMDctMTUuMDQgMy40NC0xOC41N2EzMy4xIDMzLjEuMCAwIDEgMTguOTgtMTguOThjMy41My0xLjM3IDguODItMi45OSAxOC41Ny0zLjQ0IDEwLjU1LS40OCAxMy43MS0uNTggNDAuNDEtLjU4bTAtMTguMDJjLTI3LjE2LjAtMzAuNTYuMTItNDEuMjMuNi0xMC42NC40OS0xNy45MSAyLjE4LTI0LjI3IDQuNjVhNTEuMDU2IDUxLjA1Ni4wIDAgMC0yOS4yNSAyOS4yNWMtMi40NyA2LjM2LTQuMTYgMTMuNjMtNC42NSAyNC4yNy0uNDggMTAuNjctLjYgMTQuMDctLjYgNDEuMjNzLjEyIDMwLjU2LjYgNDEuMjNjLjQ5IDEwLjY0IDIuMTggMTcuOTEgNC42NSAyNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwIDI5LjI1IDI5LjI1YzYuMzYgMi40NyAxMy42MyA0LjE2IDI0LjI3IDQuNjUgMTAuNjcuNDggMTQuMDcuNiA0MS4yMy42czMwLjU2LS4xMiA0MS4yMy0uNmMxMC42NC0uNDkgMTcuOTEtMi4xOCAyNC4yNy00LjY1YTUxLjA1NiA1MS4wNTYuMCAwIDAgMjkuMjUtMjkuMjVjMi40Ny02LjM2IDQuMTYtMTMuNjMgNC42NS0yNC4yNy40OC0xMC42Ny42LTE0LjA3LjYtNDEuMjNzLS4xMi0zMC41Ni0uNi00MS4yM2MtLjQ5LTEwLjY0LTIuMTgtMTcuOTEtNC42NS0yNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwLTI5LjI1LTI5LjI1Yy02LjM2LTIuNDctMTMuNjMtNC4xNi0yNC4yNy00LjY1LTEwLjY3LS40OC0xNC4wNy0uNi00MS4yMy0uNmgwem0wIDQ4LjY1YTUxLjM1IDUxLjM1LjAgMSAwIDUxLjM1IDUxLjM1QTUxLjM1IDUxLjM1LjAgMCAwIDIzNjcgMTE0MC42NXptMCA4NC42OGEzMy4zMyAzMy4zMy4wIDEgMSAzMy4zMy0zMy4zM0EzMy4zMjcgMzMuMzI3LjAgMCAxIDIzNjcgMTIyNS4zM3ptNjUuMzgtODYuNzFhMTIgMTIgMCAxIDEtMTItMTJBMTIgMTIgMCAwIDEgMjQzMi4zOCAxMTM4LjYyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxNjggLTk5MykiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzAwYmZiZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -moz-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-102 .ins .wg-soc-icon:hover, .title-page .widgetsocial-102 .ins .wg-soc-icon.hover, .title-page .widgetsocial-102 .ins .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .widgetsocial-102 .ins .wg-soc-icon:active, .title-page .widgetsocial-102 .ins .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #6280a1;
  -moz-box-shadow: inset 0px 0px 0px 2px #6280a1;
  box-shadow: inset 0px 0px 0px 2px #6280a1;
}
.title-page .widgetsocial-102 .ok .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_ok.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -moz-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-102 .ok .wg-soc-icon:hover, .title-page .widgetsocial-102 .ok .wg-soc-icon.hover, .title-page .widgetsocial-102 .ok .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .widgetsocial-102 .ok .wg-soc-icon:active, .title-page .widgetsocial-102 .ok .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #6280a1;
  -moz-box-shadow: inset 0px 0px 0px 2px #6280a1;
  box-shadow: inset 0px 0px 0px 2px #6280a1;
}
.title-page .widgetsocial-102 .mail .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_mailru.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -moz-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-102 .mail .wg-soc-icon:hover, .title-page .widgetsocial-102 .mail .wg-soc-icon.hover, .title-page .widgetsocial-102 .mail .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .widgetsocial-102 .mail .wg-soc-icon:active, .title-page .widgetsocial-102 .mail .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #6280a1;
  -moz-box-shadow: inset 0px 0px 0px 2px #6280a1;
  box-shadow: inset 0px 0px 0px 2px #6280a1;
}
.title-page .widgetsocial-102 .pin .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_pinterest.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -moz-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-102 .pin .wg-soc-icon:hover, .title-page .widgetsocial-102 .pin .wg-soc-icon.hover, .title-page .widgetsocial-102 .pin .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .widgetsocial-102 .pin .wg-soc-icon:active, .title-page .widgetsocial-102 .pin .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #6280a1;
  -moz-box-shadow: inset 0px 0px 0px 2px #6280a1;
  box-shadow: inset 0px 0px 0px 2px #6280a1;
}
.title-page .widgetsocial-102 .lj .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_livejournal.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -moz-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-102 .lj .wg-soc-icon:hover, .title-page .widgetsocial-102 .lj .wg-soc-icon.hover, .title-page .widgetsocial-102 .lj .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .widgetsocial-102 .lj .wg-soc-icon:active, .title-page .widgetsocial-102 .lj .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #6280a1;
  -moz-box-shadow: inset 0px 0px 0px 2px #6280a1;
  box-shadow: inset 0px 0px 0px 2px #6280a1;
}
.title-page .widgetsocial-102 .my .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_myspace.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -moz-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-102 .my .wg-soc-icon:hover, .title-page .widgetsocial-102 .my .wg-soc-icon.hover, .title-page .widgetsocial-102 .my .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .widgetsocial-102 .my .wg-soc-icon:active, .title-page .widgetsocial-102 .my .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #6280a1;
  -moz-box-shadow: inset 0px 0px 0px 2px #6280a1;
  box-shadow: inset 0px 0px 0px 2px #6280a1;
}
.title-page .widgetsocial-102 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_youtube1.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -moz-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-102 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-102 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-102 .youtube .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .widgetsocial-102 .youtube .wg-soc-icon:active, .title-page .widgetsocial-102 .youtube .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #6280a1;
  -moz-box-shadow: inset 0px 0px 0px 2px #6280a1;
  box-shadow: inset 0px 0px 0px 2px #6280a1;
}
.title-page .widgetsocial-102 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_telegram.svg") left 50% top 50% / contain no-repeat, url("../images/lib_1265401_telegram1.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -moz-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-102 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-102 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-102 .telegram .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .widgetsocial-102 .telegram .wg-soc-icon:active, .title-page .widgetsocial-102 .telegram .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #6280a1;
  -moz-box-shadow: inset 0px 0px 0px 2px #6280a1;
  box-shadow: inset 0px 0px 0px 2px #6280a1;
}
.title-page .widgetsocial-102 .whatsapp .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJ2aWJlcjEuc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMjUiIHZpZXdCb3g9IjAgMCA0MDAgMzk5LjEyNSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzEzIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTMiIGNsYXNzPSJjbHMtMSIgZD0iTTI1OTcgNTY1aDRlMlY5NjQuMTIxSDI1OTdWNTY1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI1OTcgLTU2NSkiIGZpbGwtb3BhY2l0eT0iMCI+PC9wYXRoPjxwYXRoIGlkPSJ2aWJlcjEiIGNsYXNzPSJjbHMtMiIgZD0iTTI3OTcuOCA2NjMuOTlhOTcuNSA5Ny41LjAgMCAwLTgzLjI0IDE0Ny43NDlsLTE3LjU1IDUyLjI3NiA1My44MS0xNy4yN0E5Ny4zNyA5Ny4zNy4wIDEgMCAyNzk3LjggNjYzLjk5em0wIDE2LjMyYTgxLjExMiA4MS4xMTIuMCAwIDAtNjUuNSAxMjguNjc2bC0xMC4xMSAzMC4xMiAzMS4xLTkuOTc4YTgwLjI5NCA4MC4yOTQuMCAwIDAgNDQuNTEgMTMuNDExQTgxLjExNSA4MS4xMTUuMCAwIDAgMjc5Ny44IDY4MC4zMXptNTAuMjEgMTA2LjMzOGMtLjU4LTEuMDYtMi4yMS0xLjc0Ny00LjY0LTMuMDgycy0xNC40MS03LjgxMy0xNi42NS04LjcyOC0zLjg4LTEuMzg5LTUuNjMgMS4wMzktNi43MSA3Ljg0NS04LjIyIDkuNDUyLTIuOTYgMS43NTYtNS40LjQxNS0xMC4zMy00LjI2My0xOS40OS0xMy4wODlhNzUuMTg4IDc1LjE4OC4wIDAgMS0xMy4xNi0xNy43NDFjLTEuMzUtMi41NDUtLjAxLTMuODQyIDEuMjgtNS4wMzMgMS4xNi0xLjA3NSAyLjU5LTIuODE0IDMuODktNC4yMTlhMTYuNzcgMTYuNzcuMCAwIDAgMi42My00LjA1MyA0LjYgNC42LjAgMCAwLS4wNC00LjM2NWMtLjU4LTEuMjY0LTUuMDgtMTMuNjkyLTYuOTYtMTguNzQ4cy0zLjk4LTQuMy01LjQzLTQuMzYxLTMuMDktLjMyMy00Ljc0LS4zODRhOS4xMjUgOS4xMjUuMCAwIDAtNi43NCAyLjg2MWMtMi4zNiAyLjQtOSA4LjE3OS05LjQ1IDIwLjQyczcuOTkgMjQuMzk1IDkuMTYgMjYuMSAxNi4xMyAyOC4yMzUgNDAuOTggMzkuMTQ0IDI0Ljk4IDcuNTgxIDI5LjU0IDcuMzM2IDE0LjktNS40NjggMTcuMTktMTEuMTk0UzI4NDguNTkgNzg3LjcwOSAyODQ4LjAxIDc4Ni42NDh6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU5NyAtNTY1KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMDBiZmJmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -moz-box-shadow: inset 0px 0px 0px 2px #3faeb0;
  box-shadow: inset 0px 0px 0px 2px #3faeb0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-102 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-102 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-102 .whatsapp .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .widgetsocial-102 .whatsapp .wg-soc-icon:active, .title-page .widgetsocial-102 .whatsapp .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #6280a1;
  -moz-box-shadow: inset 0px 0px 0px 2px #6280a1;
  box-shadow: inset 0px 0px 0px 2px #6280a1;
}
.title-page .widgetsocial-102 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-102 .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-59 {
  margin: 20px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: 200px;
  right: 0;
}
.title-page .widget-60 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #dce7f2;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 320px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .widget-61 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Roboto, sans-serif;
  color: #d8d8d8;
  text-align: right;
  text-decoration: none;
  font-size: 15px;
  width: 320px;
  right: auto;
}
.title-page .block-35 {
  padding: 100px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(#1c5282, #1c5282);
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-36 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1260px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.title-page .widget-42 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  padding-right: 10px;
  right: 0;
}
.title-page .form-77 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 15px;
}
.title-page .form-77 .form__text {
  border: none;
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 40px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-77 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-77 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-77 .form__body {
  box-sizing: border-box;
  margin-right: -10px;
  margin-bottom: -5px;
  width: auto;
}
.title-page .form-77 .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-77 .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-77 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-77 .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-77 .form-text {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-77 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
}
.title-page .form-77 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-77 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-77 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-77 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-77 .form-text input {
  padding: 10px 20px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 54px;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #364a62;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  height: 54px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #62dee0;
  -moz-box-shadow: inset 0px 0px 0px 2px #62dee0;
  box-shadow: inset 0px 0px 0px 2px #62dee0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: normal;
}
.title-page .form-77 .form-textarea textarea {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #364a62;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #62dee0;
  -moz-box-shadow: inset 0px 0px 0px 2px #62dee0;
  box-shadow: inset 0px 0px 0px 2px #62dee0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: normal;
}
.title-page .form-77 .icon.img_name {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 55px;
  height: 55px;
  min-height: 55px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-77 .icon.img_email {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 55px;
  height: 55px;
  min-height: 55px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-77 .icon.img_phone {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Mi4yODEiIGhlaWdodD0iNTYuODEyIiB2aWV3Qm94PSIwIDAgNTIuMjgxIDU2LjgxMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJUZWwuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zNjguNDg1IDM5MC40MTJhMTQuMDkgMTQuMDkuMCAwIDEgOC45ODcgNi4xMjUgMTQuMjUgMTQuMjUuMCAwIDEgMi4wNjYgMTAuNzI1IDEuNSAxLjUuMCAwIDAgMS4xNTggMS43NjQgMS40NTMgMS40NTMuMCAwIDAgLjMuMDMxIDEuNDg5IDEuNDg5LjAgMCAwIDEuNDU0LTEuMiAxNy4yNDQgMTcuMjQ0LjAgMCAwLTIuNS0xMi45NzEgMTcuMDQzIDE3LjA0My4wIDAgMC0xMC44NzItNy40MDdBMS40OTQgMS40OTQuMCAwIDAgMzY4LjQ4NSAzOTAuNDEyem0tMi4zMzQgNy4xMDhhNy43MjkgNy43MjkuMCAwIDEgNS45NzggOS4xMTEgMS40OTMgMS40OTMuMCAwIDAgMS4xNTcgMS43NjQgMS40NiAxLjQ2LjAgMCAwIC4zLjAzMSAxLjQ4OSAxLjQ4OS4wIDAgMCAxLjQ1NC0xLjIgMTAuNzIzIDEwLjcyMy4wIDAgMC04LjI5My0xMi42NEExLjQ5NSAxLjQ5NS4wIDAgMCAzNjYuMTUxIDM5Ny41MnptMTEuMDc0IDE2LjIwN2EzLjg0IDMuODQuMCAwIDAtMi45NDUtLjk1NiA0LjUgNC41LjAgMCAwLTIuOTM1IDEuODQzYy0uNDQ4LjU2Ni0xLjIwOSAxLjUxNi0xLjQ3NCAxLjgyOS0xLjc4OCAyLjExMi0zLjAzMyAxLjQwNy0zLjg2OS44NzRhNDcuNDc1IDQ3LjQ3NS4wIDAgMS02LjQyOS03LjFjLS4wMjUtLjAzNy0uMDUxLS4wNzEtLjA3Ni0uMWwtLjAyOS0uMDRoMGMtLjAyMS0uMDI3LS4wNDItLjA1NC0uMDY0LS4wOGE0Ny42MzYgNDcuNjM2LjAgMCAxLTUuMjgxLTguMDQyYy0uMzExLS45NDItLjY5MS0yLjMyMyAxLjc4NS0zLjU1NC4wNDEtLjAxOS4xMDYtLjA0Ni4xOTEtLjA4MmExMS41IDExLjUuMCAwIDAgMy41MzItMi4xNDQgMy45NjkgMy45NjkuMCAwIDAgLjg0MS00LjY3OCA4OS40NTQgODkuNDU0LjAgMCAwLTYuMjQ5LTEwLjM1NSA0LjM0NSA0LjM0NS4wIDAgMC02LjEzNC0xLjI5NGwxLjYzOSAyLjQ5M2ExLjM5MiAxLjM5Mi4wIDAgMSAyLjA4OS41NTVBODcuMDY1IDg3LjA2NS4wIDAgMSAzNTcuOCAzOTIuOGEuOTUzLjk1My4wIDAgMS0uMjY4IDEuMjU1IDkuMTI2IDkuMTI2LjAgMCAxLTIuNTg4IDEuNWMtLjE2MS4wNjktLjI4LjEyMS0uMzQ1LjE1My0yLjIyNSAxLjEwNy00LjYgMy4yNjYtMy4yNjYgNy4yNjguMDE3LjA1Mi4wMzguMS4wNi4xNTNhNDkuOTkyIDQ5Ljk5Mi4wIDAgMCA1LjcgOC43MzdsLjAzNy4wNDdjLjAxOC4wMjYuMDM3LjA1MS4wNTYuMDc1YTQ5LjcxMiA0OS43MTIuMCAwIDAgNy4wMTEgNy43IDEuMzU0IDEuMzU0LjAgMCAwIC4xMzguMWMzLjUzOCAyLjI2NiA2LjE5NC40ODMgNy44LTEuNDA5LjMyOS0uMzg4IDEuMTk0LTEuNDcyIDEuNTM3LTEuOTA1bC4wNC0uMDUxYTEuNjQ4IDEuNjQ4LjAgMCAxIC45MjgtLjY4OSAxLjAxOCAxLjAxOC4wIDAgMSAuNzE0LjMwNiA4MS43MDcgODEuNzA3LjAgMCAxIDcuODMzIDcuMTgxIDEuNjkyIDEuNjkyLjAgMCAwIC4xMjUuMTQyYzEuNDIyIDEuNDIzLjk3OSAyLjI3NC44MzMgMi41NTNhMS41IDEuNS4wIDAgMCAuNjI3IDIuMDE4IDEuNDU3IDEuNDU3LjAgMCAwIC42ODguMTcxIDEuNDg0IDEuNDg0LjAgMCAwIDEuMzE3LS44Yy40NzktLjkyIDEuMy0zLjMzNC0xLjMwNS02QzM4My44OTQgNDE5LjM0IDM3OC41ODEgNDE0Ljg0IDM3Ny4yMjUgNDEzLjcyN3ptLTE5Ljc1NS0xLjVoMGExLjQ4NiAxLjQ4Ni4wIDAgMCAuMzQ0LjE2M0ExLjQ4NiAxLjQ4Ni4wIDAgMSAzNTcuNDcgNDEyLjIyMnptMTMuOTMtMzEuNzlhMS40OTQgMS40OTQuMCAwIDAtLjU5NSAyLjkyOSAyMC44IDIwLjguMCAwIDEgMTYuMDg4IDI0LjUyMyAxLjQ5NCAxLjQ5NC4wIDAgMCAxLjE1NyAxLjc2NCAxLjQ2NyAxLjQ2Ny4wIDAgMCAuMy4wMzEgMS40ODkgMS40ODkuMCAwIDAgMS40NTQtMS4yQTIzLjc5NCAyMy43OTQuMCAwIDAgMzcxLjQgMzgwLjQzMnptMTEuNjgzIDQ5LjMzMmExLjUgMS41LjAgMCAwLS4wNS0uMTUyYy0uMDE1LS4wNDItLjAyNi0uMDg0LS4wNDQtLjEyNXMtLjA0NS0uMDgxLS4wNjgtLjEyMWExLjM0MSAxLjM0MS4wIDAgMC0uMDgyLS4xMzdjMC0uMDA2LS4wMDYtLjAxMi0uMDEtLjAxOC0uMDI4LS4wMzgtLjA2Mi0uMDY3LS4wOTMtLjFzLS4wNTEtLjA2NS0uMDgxLS4wOTRsLTYuNTY5LTYuMjFhMS40NzkgMS40NzkuMCAwIDAtMi4xLjA2NiAxLjUgMS41LjAgMCAwIC4wNjYgMi4xMTNsNS4yNDYgNC45NmMtMi44MjQgMS45MTktNS4yNjcgMi45NjQtNi45ODEgMi45NjRoMGE0Ljg1OCA0Ljg1OC4wIDAgMS0yLjI1MS0uNTM4aDBhMS4zMDggMS4zMDguMCAwIDAtLjEyNC0uMDc0IDYxLjQzNyA2MS40MzcuMCAwIDEtMTcuNzI3LTE1LjQ3bC0uNDkxLS42MzdhNjEuODM4IDYxLjgzOC4wIDAgMS0xMC41NTQtMjEuMTE3YzAtLjAxNy0uMDEyLS4wNDMtLjAxOC0uMDYxYTMuOTQ4IDMuOTQ4LjAgMCAxLS4wMjUtMi4yMzkgMTguODU2IDE4Ljg1Ni4wIDAgMSAzLjUtNS42NjJsMy45NTggNi40NDdhMS40ODMgMS40ODMuMCAwIDAgMS4yNjUuNzA5IDEuNDY4IDEuNDY4LjAgMCAwIC43OC0uMjI0IDEuNSAxLjUuMCAwIDAgLjQ4Mi0yLjA1N2wtNC45LTcuOTgzYTEuNDkxIDEuNDkxLjAgMCAwLS4yODgtLjMzMmMtLjAxOS0uMDIxLS4wMzMtLjA0NS0uMDU0LS4wNjZhMS40NzggMS40NzguMCAwIDAtMi4xLjAyMiAyMy4zMzQgMjMuMzM0LjAgMCAwLTUuNDM3IDguMTI3IDYuOTE2IDYuOTE2LjAgMCAwLS4wMzEgNC4xIDY1LjEzMyA2NS4xMzMuMCAwIDAgMTEuMDc3IDIyLjE2OWwuNDkxLjYzNWM1IDYuNDY4IDEyLjMwOSAxMi44NDIgMTguNjM0IDE2LjI1MmE3LjYxOSA3LjYxOS4wIDAgMCAzLjgxMS45ODVoMGMyLjcxNC4wIDYuMTQ5LTEuNTQ2IDEwLjIwOS00LjZhMS4zMTggMS4zMTguMCAwIDAgLjEyOS0uMTE4Yy4wMjEtLjAyLjA0NS0uMDM1LjA2NS0uMDU3bC4wMDktLjAxMWExLjQyMiAxLjQyMi4wIDAgMCAuMTI2LS4xNjZjLjAxNy0uMDI1LjAzOC0uMDQ4LjA1My0uMDczYTEuNDQ0IDEuNDQ0LjAgMCAwIC4wODMtLjE3M2MuMDE0LS4wMzEuMDMxLS4wNi4wNDMtLjA5MmExLjY4OSAxLjY4OS4wIDAgMCAuMDQ1LS4xNzNjLjAwOC0uMDM1LjAyLS4wNy4wMjUtLjEwNWExLjM3OSAxLjM3OS4wIDAgMCAuMDEyLS4xODJjMC0uMDM0LjAwNi0uMDY5LjAtLjFhMS4zMzMgMS4zMzMuMCAwIDAtLjAyMy0uMTc4QzM4My4wOTMgNDI5LjgzNiAzODMuMDkxIDQyOS44IDM4My4wODMgNDI5Ljc2NHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMzggLTM3OS4wOTQpIiBmaWxsPSIjNDk1Mzc2IiBmaWxsLW9wYWNpdHk9IjAuNSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 16px no-repeat;
  width: 55px;
  height: 55px;
  min-height: 55px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-77 .icon.img_comments {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 55px;
  height: 55px;
  min-height: 55px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-77 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-77 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-77 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-77 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-77 .form-textarea {
  box-sizing: border-box;
  margin-right: 10px;
}
.title-page .form-77 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-77 .form-submit {
  box-sizing: border-box;
}
.title-page .form-77 .form-submit .form-item__header {
  box-sizing: border-box;
  display: block;
}
.title-page .form-77 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-77 .form-submit button {
  padding: 20px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #148fcd;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  min-height: 55px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 200px;
  margin-left: 10px;
}
.title-page .form-77 .form-submit button:hover, .title-page .form-77 .form-submit button.hover, .title-page .form-77 .form-submit button.active {
  background: #364a62;
  -webkit-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  -moz-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  box-shadow: inset 0px 0px 0px 2px #dce7f2;
}
.title-page .form-77 .form-submit button:active, .title-page .form-77 .form-submit button.active {
  background: #fff;
  color: #364a62;
  -webkit-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  -moz-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  box-shadow: inset 0px 0px 0px 2px #94b2d1;
}
.title-page .form-77 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-77 .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-right: 10px;
}
.title-page .form-77 .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-77 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #364a62;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #62dee0;
  -moz-box-shadow: inset 0px 0px 0px 2px #62dee0;
  box-shadow: inset 0px 0px 0px 2px #62dee0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: normal;
}
.title-page .form-77 .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-77 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-77 .form-captcha button {
  padding: 20px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #148fcd;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  min-height: 55px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 200px;
  margin-left: 10px;
}
.title-page .form-77 .form-captcha button:hover, .title-page .form-77 .form-captcha button.hover, .title-page .form-77 .form-captcha button.active {
  background: #364a62;
  -webkit-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  -moz-box-shadow: inset 0px 0px 0px 2px #dce7f2;
  box-shadow: inset 0px 0px 0px 2px #dce7f2;
}
.title-page .form-77 .form-captcha button:active, .title-page .form-77 .form-captcha button.active {
  background: #fff;
  color: #364a62;
  -webkit-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  -moz-box-shadow: inset 0px 0px 0px 2px #94b2d1;
  box-shadow: inset 0px 0px 0px 2px #94b2d1;
}
.title-page .form-77 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-77 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-77 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-77 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-77 .form-checkbox {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-77 .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-77 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-77 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-77 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-77 .form-radio {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-77 .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-77 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-77 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-77 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-77 .form-select {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-77 .form-div {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-77 .form-html {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-77 .form-html .form-item__body {
  font-size: 13px;
}
.title-page .form-77 .form-upload {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-77 .form-calendar {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-77 .form-calendar .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-77 .form-calendar input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-77 .form-calendar_interval {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-77 .form-calendar_interval input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-77 .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-77 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-77 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-77 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.title-page .form-77 .form-calendar_interval .field_to {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-77 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .form-77 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-77 .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-77 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-77 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
.title-page .form-77 ::-webkit-input-placeholder {
  color: #364a62;
}
.title-page .form-77 ::-moz-placeholder {
  color: #364a62;
}
.title-page .form-77 :-ms-input-placeholder {
  color: #364a62;
}
.title-page .widget-36 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: left;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 0;
  margin-top: 0;
  padding-top: 0.02px;
}
.title-page .side-panel-58 .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-58 .side-panel-content {
  border: none;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  width: 320px;
  background: #121212;
  -webkit-box-shadow: 0px 0px 15px #000;
  -moz-box-shadow: 0px 0px 15px #000;
  box-shadow: 0px 0px 15px #000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
}
.title-page .side-panel-58 .side-panel-close {
  border: none;
  position: absolute;
  z-index: 1;
  left: auto;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 60px;
  min-height: 60px;
  background: url("../images/close3.svg?1530186598258") left 50% top 50% / 16px no-repeat #d9af84;
  cursor: pointer;
  right: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel-58 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-58 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.title-page .side-panel-58 .side-panel-button {
  padding: 4px 5px 7px;
  border: none;
  box-sizing: border-box;
  font-size: 0;
  width: 60px;
  min-height: 60px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImJ1cmcxLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMjU3IDQ1NGgyNmEyIDIgMCAwIDEgMCA0SDI1N2EyIDIgMCAwIDEgMC00em0wIDEzaDE2YTIgMiAwIDAgMSAwIDRIMjU3YTIgMiAwIDAgMSAwLTR6bTAgMTNoMjZhMiAyIDAgMCAxIDAgNEgyNTdhMiAyIDAgMCAxIDAtNHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNTUgLTQ1NCkiIGZpbGw9IiMxMjEyMTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIvPjwvc3ZnPg==") left 50% top 50% / 18px no-repeat #d9af84;
  cursor: pointer;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel-58 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-58 .side-panel-button-icon-line {
  border: none;
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel-58 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .block-60 {
    width: 768px;
    background: none;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-61 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-70 {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }
  .title-page .blocklist-114 .header {
    padding-bottom: 10px;
  }
  .title-page .blocklist-114 .header_text {
    font-size: 25px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-114 .description {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-114 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .blocklist-114 .body {
    width: auto;
  }
  .title-page .blocklist-114 .bx-wrapper {
    max-width: 669px;
  }
  .title-page .blocklist-114 .list {
    width: 668px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-114 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-114 .item {
    background: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-114 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .blocklist-114 .img-convert {
    width: 223px;
    background: none;
  }
  .title-page .blocklist-114 .controls {
    margin-top: 8px;
  }
  .title-page .blocklist-114 .prev {
    margin-left: 20px;
  }
  .title-page .blocklist-114 .next {
    margin-right: 20px;
  }
  .title-page .block-41 {
    display: none;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .widget-49 {
    display: none;
    margin-top: -940px;
    margin-right: auto;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .widgetsocial-83 .vk .wg-soc-icon {
    min-height: 50px;
    width: 50px;
  }
  .title-page .widgetsocial-83 .fb .wg-soc-icon {
    min-height: 50px;
    width: 50px;
  }
  .title-page .widgetsocial-83 .tw .wg-soc-icon {
    min-height: 50px;
    width: 50px;
  }
  .title-page .widgetsocial-83 .google .wg-soc-icon {
    min-height: 50px;
    width: 50px;
  }
  .title-page .widgetsocial-83 .ins .wg-soc-icon {
    min-height: 50px;
    width: 50px;
  }
  .title-page .widgetsocial-83 .ok .wg-soc-icon {
    min-height: 50px;
    width: 50px;
  }
  .title-page .widgetsocial-83 .mail .wg-soc-icon {
    min-height: 50px;
    width: 50px;
  }
  .title-page .widgetsocial-83 .pin .wg-soc-icon {
    min-height: 50px;
    width: 50px;
  }
  .title-page .widgetsocial-83 .lj .wg-soc-icon {
    min-height: 50px;
    width: 50px;
  }
  .title-page .widgetsocial-83 .my .wg-soc-icon {
    min-height: 50px;
    width: 50px;
  }
  .title-page .widgetsocial-83 .youtube .wg-soc-icon {
    min-height: 50px;
    width: 50px;
  }
  .title-page .widgetsocial-83 .telegram .wg-soc-icon {
    min-height: 50px;
    width: 50px;
  }
  .title-page .widgetsocial-83 .whatsapp .wg-soc-icon {
    min-height: 50px;
    width: 50px;
  }
  .title-page .block-16 {
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-23 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-4 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_121 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_123 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_9_id_123 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-4 {
    padding: 30px;
    width: 770px;
    background: none;
    right: auto;
  }
  .title-page .block-67 {
    margin-top: 15px;
    margin-right: auto;
  }
  .title-page .block-40 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.02px;
  }
  .title-page .widget-48 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .schedule-81 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .schedule-81 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-47 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .phones-80 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-80 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .block-3 {
    width: 700px;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
  }
  .title-page .widget-2 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-bottom: 5px;
    display: block;
  }
  .title-page .widget-3 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-66 {
    margin-top: 15px;
  }
  .title-page .widget-76 {
    text-align: left;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .address-122 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-122 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-122 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .address-122 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-6 {
    min-height: 450px;
    margin-right: 0;
    -webkit-box-shadow: 0px 15px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .slider-10 .text-slider {
    margin-left: 30px;
    margin-top: -101.5px;
    margin-right: 30px;
  }
  .title-page .slider-10 .block-body {
    font-size: 18px;
  }
  .title-page .slider-10 .block-more {
    display: block;
    padding-top: 30px;
  }
  .title-page .slider-10 .block-title {
    font-size: 30px;
  }
  .title-page .slider-10 .slider-controls {
    left: 50%;
    display: none;
    margin-top: 0;
    padding-left: 0;
    margin-left: -54px;
    padding-bottom: 20px;
  }
  .title-page .slider-10 .slider-prev {
    padding: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .slider-10 .slider-next {
    padding: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .slider-10 .slider-pager-wrap {
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .title-page .slider-10 .bx-auto_controls {
    margin-right: auto;
  }
  .title-page .block-18 {
    width: auto;
    min-height: 0;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .widget-41 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-76 .header {
    padding-bottom: 10px;
  }
  .title-page .blocklist-76 .header_text {
    font-size: 30px;
    min-height: 0;
  }
  .title-page .blocklist-76 .description {
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 10px;
  }
  .title-page .blocklist-76 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .blocklist-76 .body {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .title-page .blocklist-76 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-76 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .blocklist-76 .item {
    margin: 15px;
  }
  .title-page .blocklist-76 .img-convert {
    height: 250px;
  }
  .title-page .blocklist-76 .title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .title-page .block-59 {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-62 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-69 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-112 .header {
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-112 .header_text {
    font-size: 25px;
    min-height: 0;
  }
  .title-page .blocklist-112 .description {
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-112 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .blocklist-112 .body {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .title-page .blocklist-112 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-112 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .blocklist-112 .item {
    margin: 15px;
  }
  .title-page .blocklist-112 .text {
    line-height: 1.3;
  }
  .title-page .blocklist-112 .img-convert {
    height: 250px;
  }
  .title-page .blocklist-112 .title {
    font-size: 16px;
    padding-top: 20px;
  }
  .title-page .blocklist-112 .more {
    padding-top: 10px;
  }
  .title-page .block-70 {
    padding: 50px 30px;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .block-72 .layout_126 {
    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-72 .layout_128 {
    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-72 {
    width: auto;
    min-height: 232px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-87 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    right: 0;
  }
  .title-page .editable_block-126 .header {
    font-size: 24px;
  }
  .title-page .editable_block-126 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-126 .title {
    font-size: 30px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .editable_block-126 .more {
    clear: none;
  }
  .title-page .editable_block-128 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-128 .title {
    padding-bottom: 20px;
  }
  .title-page .editable_block-128 .image {
    margin-bottom: auto;
    margin-left: 0;
  }
  .title-page .editable_block-128 .img-convert {
    width: auto;
  }
  .title-page .editable_block-128 .text {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .title-page .editable_block-128 .more {
    clear: none;
  }
  .title-page .block-42 {
    background: linear-gradient(#7898b8, #7898b8), linear-gradient(to bottom right, rgba(34, 45, 99, 0.88) 0%, rgba(25, 76, 121, 0.88) 37.1%, rgba(20, 143, 205, 0.88) 100%);
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-43 {
    width: auto;
    background: url("../images/4 (1).jpg?1551323462723") left 50% top 50% / cover no-repeat;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widget-50 {
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-87 .header {
    padding-bottom: 10px;
  }
  .title-page .blocklist-87 .header_text {
    font-size: 25px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-87 .description {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .title-page .blocklist-87 .body-outer {
    width: auto;
    background: none;
  }
  .title-page .blocklist-87 .body {
    width: auto;
  }
  .title-page .blocklist-87 .item {
    padding: 20px 30px;
    display: -webkit-flex;
    display: flex;
    background: none;
  }
  .title-page .blocklist-87 .text {
    font-size: 14px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-87 .image {
    margin-right: auto;
    float: none;
    margin-left: auto;
  }
  .title-page .blocklist-87 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 10px;
    text-align: center;
    margin-top: 0;
  }
  .title-page .widget-51 {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-88 .header {
    padding-bottom: 10px;
  }
  .title-page .blocklist-88 .header_text {
    font-size: 25px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-88 .description {
    font-size: 16px;
  }
  .title-page .blocklist-88 .body-outer {
    width: auto;
    background: none;
  }
  .title-page .blocklist-88 .body {
    width: auto;
  }
  .title-page .blocklist-88 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-88 .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title-page .blocklist-88 .text {
    font-size: 14px;
  }
  .title-page .blocklist-88 .image {
    width: 80px;
    min-height: 80px;
    left: auto;
    right: auto;
  }
  .title-page .blocklist-88 .img-convert {
    width: 50px;
    margin-left: 0;
    margin-right: 0;
    height: 50px;
    background: none;
  }
  .title-page .blocklist-88 .title {
    font-size: 16px;
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-88 .sub-title {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 35px;
    margin-bottom: -77px;
    background: none;
    text-align: right;
  }
  .title-page .block-54 {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .block-64 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-65 {
    width: 768px;
    min-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
  .title-page .blocklist-107 .header {
    margin-bottom: 0;
  }
  .title-page .blocklist-107 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-107 .body-outer {
    width: auto;
  }
  .title-page .blocklist-107 .body {
    width: auto;
  }
  .title-page .blocklist-107 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-107 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-107 .text {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 727px;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-107 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-107 .title {
    font-size: 18px;
    width: 768px;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .blocklist-107 .more {
    width: 722px;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-107 .more > a {
    background: linear-gradient(#148fcd, #148fcd);
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-107 .more > a:hover, .title-page .blocklist-107 .more > a.hover, .title-page .blocklist-107 .more > a.active {
    background: linear-gradient(#364a62, #364a62);
  }
  .title-page .blocklist-107 .more > a:active, .title-page .blocklist-107 .more > a.active {
    background: linear-gradient(#fff, #fff);
  }
  .title-page .block-28 {
    background: none;
    padding-bottom: 40px;
    padding-top: 40px;
    padding-right: 29px;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
  }
  .title-page .widget-19 {
    background: none;
    height: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .reviews-27 .header {
    padding-bottom: 10px;
  }
  .title-page .reviews-27 .header_text {
    font-size: 25px;
  }
  .title-page .reviews-27 .list-wr {
    width: auto;
    overflow: visible;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    min-height: 0;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .reviews-27 .body {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .reviews-27 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .reviews-27 .item-outer {
    width: 100%;
  }
  .title-page .reviews-27 .item {
    padding: 20px;
    margin: 10px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .reviews-27 .image {
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .title-page .reviews-27 .img-convert {
    -webkit-border-radius: 251px;
    -moz-border-radius: 251px;
    border-radius: 251px;
    background: none;
  }
  .title-page .reviews-27 .text {
    background: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .reviews-27 .author {
    padding-top: 10px;
    background: none;
  }
  .title-page .reviews-27 .bx-wrapper {
    max-width: 709px;
  }
  .title-page .reviews-27 .controls {
    background: none;
  }
  .title-page .reviews-27 .description {
    font-size: 16px;
    padding-bottom: 0.02px;
    min-height: 0;
  }
  .title-page .reviews-27 .bx-auto_controls {
    margin-top: auto;
    margin-bottom: 0;
    margin-right: auto;
  }
  .title-page .reviews-27 .bx-pager a {
    margin-right: 7px;
    margin-left: 7px;
  }
  .title-page .block-45 {
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
  }
  .title-page .block-46 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .title-page .block-47 .layout_center_93_id_94_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-47 {
    width: auto;
    display: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-53 {
    text-align: left;
    display: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .up-94 .title:hover, .title-page .up-94 .title.hover, .title-page .up-94 .title.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InVwMjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik02IDM0LjcxNiAyNC41NDEgMTYuMjY4bC42MzktLjYzNkwyNS44MiAxNSA0NSAzNC4wOGwtMS4yNzkgMS4yNzJMMjUuODIgMTcuNTQxIDcuMjc1IDM1Ljk4OHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiNkMTJmNzgiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIvPjwvc3ZnPg==") left 50% top 0px / 20px no-repeat;
    color: #d12f78;
  }
  .title-page .widget-54 {
    display: none;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .menu-95 .menu-scroll > ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .menu-95 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-95 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-95 .menu-scroll > ul > li.menu-item > a.active {
    color: #000;
    font-weight: 600;
    background: url("../images/lib_1923401_line1 (1).svg") left 50% bottom 0px / auto auto no-repeat;
  }
  .title-page .block-48 .layout_97 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-48 .layout_98 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-48 .layout_99 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-48 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-55 {
    text-align: center;
    width: 700px;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: auto;
    min-height: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .phones-97 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-97 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-56 {
    text-align: center;
    width: 700px;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .address-98 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-98 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-57 {
    text-align: center;
    width: 700px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background: none;
  }
  .title-page .email-99 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-99 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .block-49 .layout_101 {
    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-49 .layout_104 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-49 .layout_105 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-49 {
    width: 710px;
    background: none;
    margin-top: 20px;
    padding-top: 0.02px;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-50 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  .title-page .widget-58 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-59 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-60 {
    text-align: center;
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    min-height: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .title-page .widget-61 {
    color: rgba(255, 255, 255, 0.98);
    text-align: center;
    width: auto;
    right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-35 {
    padding-bottom: 40px;
    padding-top: 40px;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .block-36 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-42 {
    border: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    display: block;
  }
  .title-page .form-77 .form__header {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .title-page .form-77 .form__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .title-page .form-77 .form__text:hover, .title-page .form-77 .form__text.hover, .title-page .form-77 .form__text.active {
    /*font-weight: 300;*/
  }
  .title-page .form-77 .form-text input {
    -webkit-border-radius: 251px;
    -moz-border-radius: 251px;
    border-radius: 251px;
  }
  .title-page .form-77 .form-text input:active, .title-page .form-77 .form-text input.active {
    font-weight: 300;
  }
  .title-page .form-77 .form-textarea textarea {
    -webkit-border-radius: 251px;
    -moz-border-radius: 251px;
    border-radius: 251px;
  }
  .title-page .form-77 .form-textarea textarea:active, .title-page .form-77 .form-textarea textarea.active {
    font-weight: 300;
  }
  .title-page .form-77 .form-captcha input {
    -webkit-border-radius: 251px;
    -moz-border-radius: 251px;
    border-radius: 251px;
  }
  .title-page .form-77 .form-captcha input:active, .title-page .form-77 .form-captcha input.active {
    font-weight: 300;
  }
  .title-page .widget-36 {
    border: none;
    margin-right: 30px;
    margin-top: 30px;
    box-sizing: border-box;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    display: block;
  }
  .title-page .side-panel-58 .side-panel-content {
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #d1e8ff;
  }
  .title-page .side-panel-58 .side-panel-close {
    width: 40px;
    min-height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDIzIDIzIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImNsb3NlMy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTMyMi41MzcgNDA1LjY2NmwtOC44MzIgOC44MzIgOC44MzIgOC44MzJhMS41NjEgMS41NjEuMCAwIDEtMi4yMDggMi4yMDhsLTguODMyLTguODMyLTguODMyIDguODMyYTEuNTYxIDEuNTYxLjAgMCAxLTIuMjA4LTIuMjA4bDE5Ljg3Mi0xOS44NzJBMS41NjEgMS41NjEuMCAwIDEgMzIyLjUzNyA0MDUuNjY2em0tMTQuNzIgNS4xNTJhMS41NjEgMS41NjEuMCAwIDEtMi4yMDguMGwtNS4xNTItNS4xNTJhMS41NjEgMS41NjEuMCAwIDEgMi4yMDgtMi4yMDhsNS4xNTIgNS4xNTJBMS41NjEgMS41NjEuMCAwIDEgMzA3LjgxNyA0MTAuODE4eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwMCAtNDAzKSIgZmlsbD0iIzZjODE5NiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 16px no-repeat #d1e8ff;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    margin-top: 30px;
  }
  .title-page .side-panel-58 .side-panel-top {
    border: none;
    width: auto;
    -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;
    margin-top: 0;
  }
  .title-page .side-panel-58 .side-panel-button {
    padding: 10px;
    width: 40px;
    min-height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImJ1cmcxLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMjU3IDQ1NGgyNmEyIDIgMCAwIDEgMCA0SDI1N2EyIDIgMCAwIDEgMC00em0wIDEzaDE2YTIgMiAwIDAgMSAwIDRIMjU3YTIgMiAwIDAgMSAwLTR6bTAgMTNoMjZhMiAyIDAgMCAxIDAgNEgyNTdhMiAyIDAgMCAxIDAtNHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNTUgLTQ1NCkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 15px no-repeat #3faeb0;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
  }
  .title-page .side-panel-58 .side-panel-button-icon-line {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
}
@media all and (max-width: 768px) {
  .title-page .widget-70 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-114 .header {
    margin-bottom: 0;
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-114 .description {
    padding-right: 80px;
  }
  .title-page .blocklist-114 .body {
    margin-right: -20px;
    margin-left: -20px;
  }
  .title-page .blocklist-114 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .blocklist-114 .list {
    width: 708px;
  }
  .title-page .blocklist-114 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-114 .item {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-114 .image {
    min-height: 120px;
  }
  .title-page .blocklist-114 .img-convert {
    width: 270px;
  }
  .title-page .block-41 {
    display: block;
  }
  .title-page .block-4 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_121 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_123 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_9_id_123 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-4 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title-page .block-67 {
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .block-3 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-66 {
    margin-bottom: 0;
  }
  .title-page .widget-6 {
    background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat, repeating-linear-gradient(to right, rgba(24, 45, 71, 0.05) 0%, rgba(0, 0, 0, 0) 100%) rgba(0, 0, 0, 0.26);
  }
  .title-page .slider-10 .text-slider {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  .title-page .slider-10 .block-more {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-76 .header {
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-76 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-76 .description {
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-76 .body-outer {
    text-align: center;
  }
  .title-page .blocklist-76 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-76 .img-convert {
    height: 200px;
  }
  .title-page .blocklist-76 .title {
    font-size: 15px;
    line-height: 1.4;
    padding-top: 10px;
  }
  .title-page .blocklist-76 .more {
    padding-bottom: 20px;
  }
  .title-page .blocklist-76 .more > a {
    padding: 15px 10px;
  }
  .title-page .blocklist-112 .header_text {
    font-size: 27px;
  }
  .title-page .blocklist-112 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-112 .text {
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-112 .img-convert {
    height: 200px;
  }
  .title-page .blocklist-112 .more > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .title-page .block-72 .layout_126 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_128 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-87 {
    display: block;
  }
  .title-page .editable_block-126 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    font-size: 23px;
  }
  .title-page .editable_block-126 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-left: 0;
  }
  .title-page .widget-88 {
    padding-bottom: 40px;
  }
  .title-page .editable_block-128 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-128 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-128 .more {
    width: auto;
    text-align: center;
  }
  .title-page .blocklist-87 .item {
    padding: 10px 20px;
  }
  .title-page .blocklist-87 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-87 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 14px;
  }
  .title-page .blocklist-87 .all {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .title-page .widget-51 {
    padding-bottom: 20px;
  }
  .title-page .blocklist-88 .item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .title-page .blocklist-88 .title {
    font-size: 14px;
    font-weight: normal;
  }
  .title-page .blocklist-88 .sub-title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 45px;
    margin-bottom: -71px;
  }
  .title-page .blocklist-88 .footer {
    padding-top: 10px;
  }
  .title-page .blocklist-88 .all {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .title-page .widget-65 {
    width: auto;
    min-width: 0;
  }
  .title-page .blocklist-107 .header_text {
    font-weight: bold;
  }
  .title-page .blocklist-107 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-107 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-107 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-107 .text {
    font-size: 14px;
    padding-top: 0.02px;
    width: auto;
  }
  .title-page .blocklist-107 .title {
    font-size: 16px;
    width: auto;
    margin-bottom: 10px;
  }
  .title-page .blocklist-107 .more {
    width: auto;
  }
  .title-page .blocklist-107 .more > a {
    padding-top: 15px;
  }
  .title-page .block-28 {
    padding-top: 30px;
  }
  .title-page .reviews-27 .header {
    padding-bottom: 0.02px;
    width: auto;
    margin-left: 0;
  }
  .title-page .reviews-27 .item {
    overflow: hidden;
  }
  .title-page .reviews-27 .image {
    margin-bottom: 10px;
  }
  .title-page .reviews-27 .img-convert {
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
  }
  .title-page .reviews-27 .bx-wrapper {
    max-width: 581px;
  }
  .title-page .reviews-27 .description {
    font-size: 15px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .reviews-27 .pager-wrap {
    display: none;
  }
  .title-page .block-47 .layout_center_93_id_94_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .menu-95 .menu-scroll > ul > li.more-button {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-48 .layout_97 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-48 .layout_98 {
    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-48 .layout_99 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-57 {
    width: 400px;
    margin-bottom: 0;
    display: block;
  }
  .title-page .block-49 .layout_101 {
    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-49 .layout_104 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-49 .layout_105 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-49 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-50 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .widget-60 {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .title-page .widget-61 {
    min-height: 0;
  }
  .title-page .widget-42 {
    padding-right: 0;
  }
  .title-page .form-77 .form__header {
    font-size: 27px;
  }
  .title-page .form-77 .form__body {
    margin-right: -5px;
  }
  .title-page .form-77 .form-table {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-77 .form-tbody {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-77 .form-text {
    margin-right: 0;
    width: 33.33%;
    padding-right: 5px;
  }
  .title-page .form-77 .form-text input {
    text-align: center;
  }
  .title-page .form-77 .form-textarea textarea {
    text-align: center;
  }
  .title-page .form-77 .form-textarea {
    margin-right: 5px;
  }
  .title-page .form-77 .form-submit {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    padding-top: 10px;
  }
  .title-page .form-77 .form-submit .form-item__header {
    display: none;
  }
  .title-page .form-77 .form-submit button {
    background: #de0909;
  }
  .title-page .form-77 .form-captcha {
    margin-right: 5px;
  }
  .title-page .form-77 .form-captcha input {
    text-align: center;
  }
  .title-page .form-77 .form-captcha button {
    background: #de0909;
  }
  .title-page .form-77 .form-checkbox {
    margin-right: 0;
    width: 33.33%;
    padding-right: 5px;
  }
  .title-page .form-77 .form-radio {
    margin-right: 0;
    width: 33.33%;
    padding-right: 5px;
  }
  .title-page .form-77 .form-select {
    margin-right: 0;
    width: 33.33%;
    padding-right: 5px;
  }
  .title-page .form-77 .form-div {
    margin-right: 0;
    width: 33.33%;
    padding-right: 5px;
  }
  .title-page .form-77 .form-html {
    margin-right: 0;
    width: 33.33%;
    padding-right: 5px;
  }
  .title-page .form-77 .form-upload {
    margin-right: 0;
    width: 33.33%;
    padding-right: 5px;
  }
  .title-page .form-77 .form-calendar {
    margin-right: 0;
    width: 33.33%;
    padding-right: 5px;
  }
  .title-page .form-77 .form-calendar_interval {
    margin-right: 0;
    width: 33.33%;
    padding-right: 5px;
  }
  .title-page .form-77 .group-text {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .side-panel-58 .side-panel-close {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDIzIDIzIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9ImNsb3NlMy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTMyMi41MzcgNDA1LjY2NmwtOC44MzIgOC44MzIgOC44MzIgOC44MzJhMS41NjEgMS41NjEuMCAwIDEtMi4yMDggMi4yMDhsLTguODMyLTguODMyLTguODMyIDguODMyYTEuNTYxIDEuNTYxLjAgMCAxLTIuMjA4LTIuMjA4bDE5Ljg3Mi0xOS44NzJBMS41NjEgMS41NjEuMCAwIDEgMzIyLjUzNyA0MDUuNjY2em0tMTQuNzIgNS4xNTJhMS41NjEgMS41NjEuMCAwIDEtMi4yMDguMGwtNS4xNTItNS4xNTJhMS41NjEgMS41NjEuMCAwIDEgMi4yMDgtMi4yMDhsNS4xNTIgNS4xNTJBMS41NjEgMS41NjEuMCAwIDEgMzA3LjgxNyA0MTAuODE4eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMwMCAtNDAzKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 16px no-repeat #d1e8ff;
  }
}
@media all and (max-width: 640px) {
  .title-page .widget-70 {
    padding-bottom: 10px;
  }
  .title-page .blocklist-114 .header_text {
    font-weight: bold;
  }
  .title-page .blocklist-114 .description {
    line-height: 1.3;
  }
  .title-page .blocklist-114 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-114 .bx-wrapper {
    max-width: 380px;
  }
  .title-page .blocklist-114 .list {
    width: 380px;
  }
  .title-page .blocklist-114 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-114 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-114 .image {
    margin-left: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-114 .img-convert {
    width: auto;
  }
  .title-page .blocklist-114 .controls {
    margin-top: 20px;
  }
  .title-page .block-4 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_121 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_123 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_9_id_123 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-3 {
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .widget-6 {
    min-height: 280px;
  }
  .title-page .slider-10 .text-slider {
    margin-top: -91.5px;
  }
  .title-page .slider-10 .block-body {
    font-size: 16px;
  }
  .title-page .slider-10 .block-more > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .title-page .slider-10 .block-title {
    font-size: 23px;
  }
  .title-page .slider-10 .slider-controls {
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }
  .title-page .block-18 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .title-page .blocklist-76 .description {
    font-size: 14px;
  }
  .title-page .blocklist-76 .body {
    margin-right: 0;
    margin-left: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-76 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-76 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .block-59 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-112 .header {
    padding-top: 10px;
  }
  .title-page .blocklist-112 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-112 .description {
    font-size: 14px;
  }
  .title-page .blocklist-112 .body {
    margin-right: 0;
    margin-left: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-112 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-112 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-112 .more {
    padding-bottom: 20px;
  }
  .title-page .block-70 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .block-72 .layout_126 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_128 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-87 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .editable_block-126 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-126 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-88 {
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 30px;
  }
  .title-page .editable_block-128 .body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-128 .text {
    font-size: 16px;
  }
  .title-page .editable_block-128 .more {
    margin-top: 0;
  }
  .title-page .block-43 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-50 {
    padding-bottom: 20px;
  }
  .title-page .blocklist-87 .description {
    font-size: 14px;
  }
  .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;
  }
  .title-page .blocklist-88 .header {
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-88 .description {
    font-size: 14px;
  }
  .title-page .blocklist-88 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-88 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-88 .sub-title {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 40px;
    margin-bottom: -70px;
  }
  .title-page .blocklist-88 .all:hover, .title-page .blocklist-88 .all.hover, .title-page .blocklist-88 .all.active {
    -webkit-border-radius: 251px;
    -moz-border-radius: 251px;
    border-radius: 251px;
  }
  .title-page .blocklist-107 .text {
    line-height: 1.4;
  }
  .title-page .block-28 {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .widget-19 {
    margin-top: 40px;
    display: none;
  }
  .title-page .reviews-27 .header {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjYwIiBoZWlnaHQ9IjIiIHZpZXdCb3g9IjAgMCA2MCAyIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjwvZGVmcz48cGF0aCBkPSJNMCAwaDYwdjJIMHoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iI2Q5YWY4NCIgZmlsbC1vcGFjaXR5PSIwLjUiIGlkPSJwYXRoLTMiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% bottom 0px / auto auto no-repeat;
  }
  .title-page .reviews-27 .header_text {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .reviews-27 .header_text:hover, .title-page .reviews-27 .header_text.hover, .title-page .reviews-27 .header_text.active {
    font-weight: 500;
  }
  .title-page .reviews-27 .item-outer {
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .reviews-27 .name {
    background: none;
  }
  .title-page .reviews-27 .name:hover, .title-page .reviews-27 .name.hover, .title-page .reviews-27 .name.active {
    font-weight: 600;
  }
  .title-page .reviews-27 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .reviews-27 .description:hover, .title-page .reviews-27 .description.hover, .title-page .reviews-27 .description.active {
    font-weight: 100;
  }
  .title-page .block-46 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-47 .layout_center_93_id_94_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-54 {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .menu-95 .menu-scroll > ul > li.delimiter {
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 1px;
    width: auto;
  }
  .title-page .menu-95 .menu-scroll > ul > li.menu-item {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .title-page .menu-95 .menu-scroll > ul > li.menu-item > a {
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
    padding-right: 15px;
    padding-left: 15px;
  }
  .title-page .menu-95 .menu-scroll > ul > li.menu-item > a:active, .title-page .menu-95 .menu-scroll > ul > li.menu-item > a.active {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .title-page .menu-95 .menu-scroll > ul > li.home-button {
    display: none;
  }
  .title-page .menu-95 .menu-scroll > ul > li.more-button {
    display: none;
  }
  .title-page .menu-95 .menu-scroll > ul ul {
    width: auto;
    right: 0;
  }
  .title-page .menu-95 .menu-scroll > ul ul ul {
    width: 100%;
    right: auto;
  }
  .title-page .block-48 .layout_97 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-48 .layout_98 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-48 .layout_99 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-48 {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-55 {
    margin-bottom: 0;
  }
  .title-page .phones-97 .cell-icon {
    display: none;
  }
  .title-page .widget-56 {
    margin-top: 20px;
  }
  .title-page .address-98 .cell-icon {
    display: none;
  }
  .title-page .address-98 .title {
    text-align: center;
  }
  .title-page .address-98 .text_body {
    font-size: 14px;
  }
  .title-page .widget-57 {
    width: 350px;
  }
  .title-page .email-99 .cell-icon {
    display: none;
  }
  .title-page .email-99 .title {
    text-align: center;
  }
  .title-page .block-49 .layout_101 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-49 .layout_104 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-49 .layout_105 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-61 {
    margin-bottom: 0;
  }
  .title-page .block-36 {
    padding-right: 20px;
  }
  .title-page .widget-42 {
    padding-bottom: 10px;
  }
  .title-page .form-77 .form__header {
    font-size: 25px;
    background: none;
    -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-77 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-77 .form-text {
    width: 100%;
  }
  .title-page .form-77 .form-submit button {
    width: 430 px;
    margin-left: 0;
  }
  .title-page .form-77 .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-77 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-77 .form-captcha button {
    width: 430 px;
    margin-left: 0;
  }
  .title-page .form-77 .form-checkbox {
    width: 100%;
  }
  .title-page .form-77 .form-radio {
    width: 100%;
  }
  .title-page .form-77 .form-select {
    width: 100%;
  }
  .title-page .form-77 .form-div {
    width: 100%;
  }
  .title-page .form-77 .form-html {
    width: 100%;
  }
  .title-page .form-77 .form-upload {
    width: 100%;
  }
  .title-page .form-77 .form-calendar {
    width: 100%;
  }
  .title-page .form-77 .form-calendar_interval {
    width: 100%;
  }
  .title-page .widget-36 {
    margin-right: 20px;
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .title-page .blocklist-114 .header_text {
    font-size: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-114 .description {
    line-height: 1.2;
    padding-right: 0;
  }
  .title-page .blocklist-114 .bx-wrapper {
    max-width: 220px;
  }
  .title-page .blocklist-114 .list {
    width: 220px;
  }
  .title-page .blocklist-114 .item {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 0;
  }
  .title-page .blocklist-114 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-114 .img-convert {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    align-self: auto;
  }
  .title-page .blocklist-114 .controls {
    margin-top: 23px;
    top: 50%;
    left: 0;
    width: auto;
    margin-left: 0;
  }
  .title-page .popover-wrap-114 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-114 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .block-4 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    -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-4 .layout_121 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_123 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_9_id_123 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-6 {
    min-height: 240px;
  }
  .title-page .popover-wrap-10 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-10 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .slider-10 .text-slider {
    margin-top: -59.5px;
    display: block;
  }
  .title-page .slider-10 .block-body {
    display: none;
  }
  .title-page .slider-10 .block-more {
    padding-top: 10px;
  }
  .title-page .slider-10 .block-more > a {
    padding: 15px 10px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    min-height: 0;
    text-align: left;
    width: 240px;
  }
  .title-page .slider-10 .block-title {
    font-size: 20px;
  }
  .title-page .slider-10 .slider-controls {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .slider-10 .slider-pager-wrap {
    display: none;
  }
  .title-page .block-18 {
    padding-bottom: 30px;
  }
  .title-page .popover-wrap-76 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-76 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .blocklist-76 .header_text {
    font-size: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 5px;
  }
  .title-page .blocklist-76 .description {
    line-height: 1.1;
  }
  .title-page .blocklist-76 .item {
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-76 .image {
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-76 .img-convert {
    height: 180px;
  }
  .title-page .blocklist-76 .title {
    font-size: 14px;
    padding-bottom: 5px;
    margin-top: -38px;
  }
  .title-page .blocklist-76 .more {
    padding-bottom: 30px;
  }
  .title-page .block-59 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .title-page .popover-wrap-112 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-112 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .blocklist-112 .header_text {
    font-size: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 5px;
  }
  .title-page .blocklist-112 .description {
    line-height: 1.1;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-112 .item {
    padding-bottom: 20px;
  }
  .title-page .blocklist-112 .text {
    font-size: 14px;
    line-height: 1.3;
  }
  .title-page .blocklist-112 .image {
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-112 .img-convert {
    height: 180px;
  }
  .title-page .blocklist-112 .title {
    font-size: 14px;
    margin-top: -30px;
  }
  .title-page .block-70 {
    padding-top: 0.02px;
    padding-bottom: 0.02px;
  }
  .title-page .block-72 .layout_126 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_128 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .title-page .widget-87 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .title-page .editable_block-126 .header {
    font-size: 15px;
  }
  .title-page .editable_block-126 .title {
    font-size: 20px;
  }
  .title-page .editable_block-126 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-88 {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
  }
  .title-page .editable_block-128 .title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .title-page .editable_block-128 .image {
    float: none;
  }
  .title-page .editable_block-128 .img-convert {
    height: 130px;
  }
  .title-page .editable_block-128 .text {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .title-page .editable_block-128 .more {
    margin-top: 10px;
  }
  .title-page .block-43 {
    padding-top: 30px;
  }
  .title-page .popover-wrap-87 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-87 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .blocklist-87 .header_text {
    font-size: 20px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-87 .all {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .widget-51 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .popover-wrap-88 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-88 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .blocklist-88 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-88 .item {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .blocklist-88 .all {
    width: 230px;
  }
  .title-page .block-54 {
    background: linear-gradient(to bottom right, rgba(28, 46, 64, 0.63) 0%, rgba(25, 76, 121, 0.63) 37.1%, rgba(20, 143, 205, 0.63) 100%), url("../images/15 (1).jpg?1552464737677") left 50% top 50% / cover no-repeat fixed rgba(34, 57, 82, 0.73);
  }
  .title-page .popover-wrap-107 .popover-body {
    padding: 30px 30px 40px;
  }
  .title-page .popover-wrap-107 .popover-body .s3_button_large {
    width: 220px;
  }
  .title-page .blocklist-107 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
  }
  .title-page .blocklist-107 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-107 .title {
    font-size: 14px;
  }
  .title-page .block-28 {
    display: block;
    padding-top: 20px;
  }
  .title-page .widget-19 {
    margin-top: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    display: block;
  }
  .title-page .reviews-27 .header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .title-page .reviews-27 .header_text {
    border: none;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .reviews-27 .list-wr {
    padding-left: 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 .reviews-27 .item {
    text-align: center;
    background: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .reviews-27 .image {
    display: block;
  }
  .title-page .reviews-27 .img-convert {
    -webkit-border-radius: 251px;
    -moz-border-radius: 251px;
    border-radius: 251px;
    margin-top: 10px;
  }
  .title-page .reviews-27 .text {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .reviews-27 .name {
    text-align: center;
  }
  .title-page .reviews-27 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .reviews-27 .image_author {
    text-align: center;
  }
  .title-page .reviews-27 .description {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .block-47 .layout_center_93_id_94_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .widget-54 {
    margin-right: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .menu-95 .menu-button {
    display: -webkit-flex;
    display: flex;
    position: static;
    width: 100%;
    min-height: 0;
  }
  .title-page .menu-95 .menu-scroll > ul {
    display: block;
  }
  .title-page .menu-95 .menu-scroll > ul > li.menu-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .menu-95 .menu-scroll > ul > li.menu-item > a {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .menu-95 .menu-scroll > ul > li.menu-item > a:active, .title-page .menu-95 .menu-scroll > ul > li.menu-item > a.active {
    padding-bottom: 0.02px;
    padding-top: 0.02px;
  }
  .title-page .menu-95 .menu-scroll > ul ul {
    position: static;
  }
  .title-page .menu-95 .menu-scroll > ul ul ul {
    position: static;
    width: auto;
  }
  .title-page .block-48 .layout_97 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-48 .layout_98 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-48 .layout_99 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-55 {
    left: auto;
    margin-bottom: 10px;
  }
  .title-page .phones-97 .icon {
    margin-bottom: 15px;
  }
  .title-page .widget-56 {
    margin-top: 0;
  }
  .title-page .address-98 .icon {
    margin-bottom: 15px;
  }
  .title-page .widget-57 {
    margin-bottom: 20px;
  }
  .title-page .email-99 .icon {
    margin-bottom: 15px;
  }
  .title-page .block-49 .layout_101 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-49 .layout_104 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-49 .layout_105 {
    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-49 {
    margin-top: 0;
  }
  .title-page .widget-59 {
    margin-top: 0;
  }
  .title-page .block-36 {
    padding-left: 20px;
  }
  .title-page .form-77 .form__header {
    font-size: 20px;
  }
  .title-page .form-77 .form-text {
    margin-right: 5px;
    padding-right: 0;
  }
  .title-page .form-77 .form-text input {
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
  }
  .title-page .form-77 .form-textarea textarea {
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
  }
  .title-page .form-77 .form-submit button {
    width: 280px;
  }
  .title-page .form-77 .form-captcha input {
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
  }
  .title-page .form-77 .form-captcha button {
    width: 280px;
  }
  .title-page .form-77 .form-checkbox {
    padding-right: 0;
  }
  .title-page .form-77 .form-radio {
    padding-right: 0;
  }
  .title-page .form-77 .form-select {
    padding-right: 0;
  }
  .title-page .form-77 .form-div {
    padding-right: 0;
  }
  .title-page .form-77 .form-html {
    padding-right: 0;
  }
  .title-page .form-77 .form-upload {
    padding-right: 0;
  }
  .title-page .form-77 .form-calendar {
    padding-right: 0;
  }
  .title-page .form-77 .form-calendar_interval {
    padding-right: 0;
  }
  .title-page .side-panel-58 .side-panel-content {
    width: 280px;
  }
}
.title-page .side-panel .widget-38 {
  padding: 0.02px 10px;
  margin: 20px 1px 10px;
  border: none;
  z-index: 4;
  text-align: left;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  min-height: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  right: 0;
  max-width: 100%;
}
.title-page .side-panel .menu-72 .menu-scroll > ul {
  display: block;
  flex-flow: row nowrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .side-panel .menu-72 .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-72 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-72 .menu-scroll > ul ul {
  position: static;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel .menu-72 .menu-scroll > ul ul > li > a {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  font-weight: 300;
}
.title-page .side-panel .menu-72 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-72 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-72 .menu-scroll > ul ul > li > a.active {
  background: #232e66;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  color: #fff;
}
.title-page .side-panel .menu-72 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-72 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  color: rgba(0, 0, 0, 0.6);
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
  font-weight: 300;
}
.title-page .side-panel .menu-72 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-72 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-72 .menu-scroll > ul > li.menu-item > a.active {
  color: #25a1a0;
  background: #fff;
}
.title-page .side-panel .menu-72 .menu-scroll > ul > li.menu-item > a:active, .title-page .side-panel .menu-72 .menu-scroll > ul > li.menu-item > a.active {
  background: #000;
}
.title-page .side-panel .menu-72 .menu-scroll > ul > li.more-button {
  display: none;
}
.title-page .side-panel .menu-72 .menu-scroll > ul > li.more-button > a:hover, .title-page .side-panel .menu-72 .menu-scroll > ul > li.more-button > a.hover, .title-page .side-panel .menu-72 .menu-scroll > ul > li.more-button > a.active {
  background: #292929;
}