@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  background: #fff;
}
.title-page .wrapper {
  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;
}
.title-page .block-26 {
  padding: 40px 20px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #303030;
  max-width: 100%;
  z-index: 8;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .block-25 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  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;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-22 .layout_49 {
  -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-22 .layout_50 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-22 .layout_51 {
  -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-22 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  padding-top: 30px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-27 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-28 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #d8d8d8;
  text-align: right;
  text-decoration: none;
  width: auto;
  right: 0;
}
.title-page .widget-29 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widget-26 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: right;
  box-sizing: border-box;
  width: auto;
  min-height: 45px;
  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: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  -webkit-box-shadow: inset 0px -2px 0px #44a4bc;
  -moz-box-shadow: inset 0px -2px 0px #44a4bc;
  box-shadow: inset 0px -2px 0px #44a4bc;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .up-47 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  height: 20px;
  width: 45px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjQ2LjAzMSIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDQ2LjAzMSAyMyIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTI2LjM0OCwxLjE0MCBMNDQuNjQ2LDE2LjMyNiBDNDYuNDgzLDE3Ljg1MSA0Ni40ODMsMjAuMzI1IDQ0LjY0NiwyMS44NTMgQzQyLjgwNiwyMy4zNzcgMzkuODI4LDIzLjM3NyAzNy45ODcsMjEuODUzIEwyMy4wMjIsOS40MjUgTDguMDQ1LDIxLjg1MyBDNi4yMDYsMjMuMzc3IDMuMjMxLDIzLjM3NyAxLjM5MCwyMS44NTMgQzAuNDcwLDIxLjA4NyAwLjAxMywyMC4wODkgMC4wMTMsMTkuMDkxIEMwLjAxMywxOC4wODYgMC40NzAsMTcuMDg4IDEuMzkwLDE2LjMyNiBMMTkuNjg5LDEuMTQwIEMyMC42MDksMC4zNzQgMjEuODE0LC0wLjAwNSAyMy4wMjIsLTAuMDA1IEMyNC4yMjMsLTAuMDA1IDI1LjQyNywwLjM3NCAyNi4zNDgsMS4xNDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 14px no-repeat #f83748;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
  margin-left: auto;
  margin-right: 0;
  min-height: 45px;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .up-47 .icon:hover, .title-page .up-47 .icon.hover, .title-page .up-47 .icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjQ2LjAzMSIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDQ2LjAzMSAyMyIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTI2LjM0OCwxLjE0MCBMNDQuNjQ2LDE2LjMyNiBDNDYuNDgzLDE3Ljg1MSA0Ni40ODMsMjAuMzI1IDQ0LjY0NiwyMS44NTMgQzQyLjgwNiwyMy4zNzcgMzkuODI4LDIzLjM3NyAzNy45ODcsMjEuODUzIEwyMy4wMjIsOS40MjUgTDguMDQ1LDIxLjg1MyBDNi4yMDYsMjMuMzc3IDMuMjMxLDIzLjM3NyAxLjM5MCwyMS44NTMgQzAuNDcwLDIxLjA4NyAwLjAxMywyMC4wODkgMC4wMTMsMTkuMDkxIEMwLjAxMywxOC4wODYgMC40NzAsMTcuMDg4IDEuMzkwLDE2LjMyNiBMMTkuNjg5LDEuMTQwIEMyMC42MDksMC4zNzQgMjEuODE0LC0wLjAwNSAyMy4wMjIsLTAuMDA1IEMyNC4yMjMsLTAuMDA1IDI1LjQyNywwLjM3NCAyNi4zNDgsMS4xNDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 14px no-repeat #44a4bc;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .up-47 .icon:active, .title-page .up-47 .icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjQ2LjAzMSIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDQ2LjAzMSAyMyIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggZD0iTTI2LjM0OCwxLjE0MCBMNDQuNjQ2LDE2LjMyNiBDNDYuNDgzLDE3Ljg1MSA0Ni40ODMsMjAuMzI1IDQ0LjY0NiwyMS44NTMgQzQyLjgwNiwyMy4zNzcgMzkuODI4LDIzLjM3NyAzNy45ODcsMjEuODUzIEwyMy4wMjIsOS40MjUgTDguMDQ1LDIxLjg1MyBDNi4yMDYsMjMuMzc3IDMuMjMxLDIzLjM3NyAxLjM5MCwyMS44NTMgQzAuNDcwLDIxLjA4NyAwLjAxMywyMC4wODkgMC4wMTMsMTkuMDkxIEMwLjAxMywxOC4wODYgMC40NzAsMTcuMDg4IDEuMzkwLDE2LjMyNiBMMTkuNjg5LDEuMTQwIEMyMC42MDksMC4zNzQgMjEuODE0LC0wLjAwNSAyMy4wMjIsLTAuMDA1IEMyNC4yMjMsLTAuMDA1IDI1LjQyNywwLjM3NCAyNi4zNDgsMS4xNDAgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 14px no-repeat rgba(68, 164, 188, 0.8);
}
.title-page .up-47 .title {
  box-sizing: border-box;
  color: #000;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .block-17 {
  padding: 260px 20px 50px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/33.png?1564133901712") left 50% top -90px / auto auto no-repeat, url("../images/P2.jpg") left 50% bottom 0px / auto auto no-repeat;
  z-index: 6;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-23 .layout_53 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-23 .layout_57 {
  -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-23 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 50px;
}
.title-page .block-24 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 400px;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-30 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-54 p:first-child {
  margin-top: 0;
}
.title-page .phones-54 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-54 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-54 .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-54 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 45px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDMuNzE5IiBoZWlnaHQ9IjExOS4wMyIgdmlld0JveD0iMCAwIDEwMy43MTkgMTE5LjAzIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGhvbmUxLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMzg3Ljc2MiwzNTI5LjA1YTQuMzgyLDQuMzgyLDAsMSwwLTYuMTE1LS45NUE0LjM5Myw0LjM5MywwLDAsMCwzODcuNzYyLDM1MjkuMDVabS0xMi4zNjIsOS4wNmE0LjM4Miw0LjM4MiwwLDEsMC02LjExNS0uOTVBNC4zOTIsNC4zOTIsMCwwLDAsMzc1LjQsMzUzOC4xMVptLTEyLjM2MSw5LjA2YTQuMzgyLDQuMzgyLDAsMSwwLTYuMTE1LS45NUE0LjM4Miw0LjM4MiwwLDAsMCwzNjMuMDM5LDM1NDcuMTdabTIwLjQ2MSw1Ny45NWMtMC4wMjMtLjEtMC4wNjMtMC4xOS0wLjEtMC4yOWEyLjY3MSwyLjY3MSwwLDAsMC0uMS0wLjI5Yy0wLjAzNy0uMDgtMC4wODctMC4xNS0wLjEzLTAuMjNhMi44MzIsMi44MzIsMCwwLDAtLjE4Ny0wLjMxYy0wLjAwOC0uMDEtMC4wMTMtMC4wMy0wLjAyMS0wLjA0LTAuMDU1LS4wNy0wLjEyMi0wLjEzLTAuMTgyLTAuMnMtMC4xMTQtLjE0LTAuMTgzLTAuMjFsLTEzLjgyMi0xMy4wMWEzLjEyNywzLjEyNywwLDAsMC00LjI4MSw0LjU2bDExLjA0LDEwLjRjLTUuOTQxLDQuMDItMTEuMDgzLDYuMjEtMTQuNjkxLDYuMjFoMGExMC4yMTUsMTAuMjE1LDAsMCwxLTQuNzU5LTEuMTRoMGEyLjQxNywyLjQxNywwLDAsMC0uMjQtMC4xNGMtMTIuNjE0LTYuNzYtMjcuMjU2LTE5LjQ4LTM3LjMtMzIuNDJsLTEuMDM1LTEuMzRjLTEwLjA2LTEyLjk1LTE4Ljc3Mi0zMC4zLTIyLjE5NC00NC4xOS0wLjAxNS0uMDYtMC4wMzUtMC4xMy0wLjA1NC0wLjE5YTguNDY1LDguNDY1LDAsMCwxLS4wNTMtNC42OSwzOS41NDEsMzkuNTQxLDAsMCwxLDcuMzctMTEuODdsOC4zMywxMy41MmEzLjEzNSwzLjEzNSwwLDAsMCwyLjY2MiwxLjQ4LDMuMDgzLDMuMDgzLDAsMCwwLDEuNjQtLjQ3LDMuMTM1LDMuMTM1LDAsMCwwLDEuMDE1LTQuMzFsLTEwLjMxNC0xNi43M2EzLjEsMy4xLDAsMCwwLS42LTAuNjksMS4yODUsMS4yODUsMCwwLDAtLjExOS0wLjE0LDMuMTI1LDMuMTI1LDAsMCwwLTQuNDE5LjA0Yy01LjU2NSw1LjctOS40MTQsMTEuNDMtMTEuNDQyLDE3LjA0YTE0LjQwNiwxNC40MDYsMCwwLDAtLjA2Myw4LjZjMy42MywxNC42NiwxMi43NzMsMzIuODksMjMuMzA4LDQ2LjQ1bDEuMDM0LDEuMzRjMTAuNTIyLDEzLjU1LDI1LjkwOSwyNi45MSwzOS4yMTksMzQuMDZhMTYuMzksMTYuMzksMCwwLDAsOC4wMTMsMi4wNmgwYzUuNzE0LDAsMTIuOTQyLTMuMjQsMjEuNDg1LTkuNjMsMC4wODQtLjA3LjE1Mi0wLjE0LDAuMjI4LTAuMjEsMC4wNTktLjA2LjEyNS0wLjEsMC4xOC0wLjE2LDAuMDEtLjAxLjAxNi0wLjAyLDAuMDI1LTAuMDNhMi43MTQsMi43MTQsMCwwLDAsLjIyMi0wLjI5YzAuMDUxLS4wNy4xMDgtMC4xNCwwLjE1Mi0wLjIxLDAuMDU4LS4xLjEtMC4yLDAuMTQ1LTAuM2EyLjM4MiwyLjM4MiwwLDAsMCwuMTE4LTAuMjYsMi40NTUsMi40NTUsMCwwLDAsLjA3OC0wLjI5YzAuMDI0LS4xLjA1NS0wLjE5LDAuMDY5LTAuMjlhMi44NjUsMi44NjUsMCwwLDAsLjAyMS0wLjMyYzAtLjA5LjAxNy0wLjE4LDAuMDEzLTAuMjdhMi45OCwyLjk4LDAsMCwwLS4wNDItMC4zNEMzODMuNTI1LDM2MDUuMjksMzgzLjUyLDM2MDUuMjEsMzgzLjUsMzYwNS4xMlptNS4wMTgtMTcuNzFjLTMuMzA4LTQuMTMtMTQuNDktMTMuNTYtMTcuMzQ0LTE1LjlhOC4xLDguMSwwLDAsMC02LjItMiw5LjUsOS41LDAsMCwwLTYuMTc0LDMuODZjLTAuOTE1LDEuMTUtMi41MzQsMy4xNy0zLjEsMy44NC0zLjc2MSw0LjQyLTYuMzgxLDIuOTUtOC4xNDEsMS44My00LjUzMy0zLjczLTkuMTgyLTkuMzUtMTMuNTM4LTE0Ljg5LTAuMDU1LS4wOC0wLjExLTAuMTYtMC4xNjctMC4yM2wtMC4wMjctLjAzYy0wLjA0OS0uMDctMC4xLTAuMTMtMC4xNTMtMC4yLTQuMy01LjYtOC42MTUtMTEuNTEtMTEuMTEyLTE2Ljg1LTAuNjU2LTEuOTctMS40NTYtNC44NywzLjc1NS03LjQ1LDAuMDg3LS4wNC4yMjYtMC4wOSwwLjQtMC4xN2EyNC4wMjcsMjQuMDI3LDAsMCwwLDcuNDMxLTQuNDksOC4zLDguMywwLDAsMCwxLjc3Mi05LjgxLDE4Ny45MiwxODcuOTIsMCwwLDAtMTMuMTUxLTIxLjdjLTMuNzkyLTUuMjQtOS4zNTQtNS4wNy0xMi45MDgtMi43MWwzLjQ0OSw1LjIzYzEuMDk0LS43MywyLjc0Ny0xLjEyLDQuNCwxLjE2YTE4Mi42LDE4Mi42LDAsMCwxLDEyLjU5MSwyMC43NiwyLjAxNiwyLjAxNiwwLDAsMS0uNTY2LDIuNjMsMTkuMTY3LDE5LjE2NywwLDAsMS01LjQ0NSwzLjE2Yy0wLjMzOS4xNC0uNTg5LDAuMjUtMC43MjYsMC4zMi00LjY4NCwyLjMyLTkuNjc5LDYuODQtNi44NzMsMTUuMjNhMi44NDIsMi44NDIsMCwwLDAsLjEyNy4zMmMyLjc2MSw1Ljk3LDcuMzkzLDEyLjMzLDExLjk4OSwxOC4zMWwwLjA3NCwwLjA5YTEuNTkzLDEuNTkzLDAsMCwwLC4xMjEuMTZjNC42NTUsNS45NCw5LjY2NSwxMS45OSwxNC43NTQsMTYuMTQsMC4wOTMsMC4wNy4xOTEsMC4xNCwwLjI5MiwwLjIxLDcuNDQ2LDQuNzUsMTMuMDM0LDEuMDEsMTYuNDA5LTIuOTYsMC42OC0uOCwyLjQ3My0zLjAzLDMuMjMzLTMuOTlhMC45MjgsMC45MjgsMCwwLDAsLjA4My0wLjExLDMuNDg0LDMuNDg0LDAsMCwxLDEuOTUzLTEuNDQsMi4yMjIsMi4yMjIsMCwwLDEsMS41LjY0YzQuNDM5LDMuNjMsMTQuMTUxLDEyLjA0LDE2LjQ4NCwxNS4wNWEzLjQyMywzLjQyMywwLDAsMCwuMjY1LjNjMi45OTEsMi45OCwyLjA1OSw0Ljc2LDEuNzUzLDUuMzVhMy4xMjgsMy4xMjgsMCwxLDAsNS41MzksMi45MUMzOTIuMjcxLDM1OTguMDUsMzk0LDM1OTIuOTksMzg4LjUxOCwzNTg3LjQxWm0tMzcuODQtMzEuMTdhNC4zODIsNC4zODIsMCwxLDAtNi4xMTUtLjk1QTQuMzk0LDQuMzk0LDAsMCwwLDM1MC42NzgsMzU1Ni4yNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yODguNjI1IC0zNDk4Ljk0KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 21px no-repeat #4299af;
  margin-right: 15px;
  min-height: 45px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
  align-self: auto;
}
.title-page .phones-54 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-54 .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-54 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin-bottom: 5px;
}
.title-page .phones-54 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}
.title-page .phones-54 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-54 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-54 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-31 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-top: 20px;
}
.title-page .address-55 p:first-child {
  margin-top: 0;
}
.title-page .address-55 p:last-child {
  margin-bottom: 0;
}
.title-page .address-55 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-55 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-55 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 45px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTkiIGhlaWdodD0iMTE4Ljk3IiB2aWV3Qm94PSIwIDAgMTE5IDExOC45NyIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImFkZHJlc3MxLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMzQwLjUsMzUzMy44NmEzLjEzLDMuMTMsMCwxLDAsMC02LjI2LDMuNzYsMy43NiwwLDEsMSwzLjc1OC0zLjc2LDMuMTMyLDMuMTMyLDAsMCwwLDYuMjYzLDBBMTAuMDIxLDEwLjAyMSwwLDEsMCwzNDAuNSwzNTMzLjg2Wm0tMjMuNjcxLDEuNjcsMTguOTU4LDQwLjE2YTUuMiw1LjIsMCwwLDAsOS40LDBsMTguOTQ0LTQwLjEzYTMuNTYsMy41NiwwLDAsMCwuMTYtMC4zOSwyNS45LDI1LjksMCwxLDAtNDcuNjg2LS4yMkE0LjM4OCw0LjM4OCwwLDAsMCwzMTYuODI4LDM1MzUuNTNabTIzLjY3MS0zMC4yOGExOS42NzQsMTkuNjc0LDAsMCwxLDE3Ljk0NSwyNy42N2MtMC4wMTUuMDQtLjAzLDAuMDgtMC4wNDMsMC4xMmwtMTcuOTEzLDM3Ljk0LTE3LjkxOC0zNy45NWMwLS4wMi0wLjAwOC0wLjAzLTAuMDA5LTAuMDRhMi44MTksMi44MTksMCwwLDAtLjExOS0wLjMyQTE5LjY4MiwxOS42ODIsMCwwLDEsMzQwLjUsMzUwNS4yNVpNMzc3Ljg4MSwzNTc4YTMuNzYsMy43NiwwLDEsMC0zLjc1OC0zLjc2QTMuNzU2LDMuNzU2LDAsMCwwLDM3Ny44ODEsMzU3OFptNS43NTMtNTcuNzJIMzc4LjM2YTMuMTMsMy4xMywwLDEsMCwwLDYuMjZoNS4yNzRhMTAuMSwxMC4xLDAsMCwxLDEwLjEsMTAuMDd2MjIuNUgzNjUuODI0YTMuMTI5LDMuMTI5LDAsMCwwLTMuMTMxLDMuMTN2MjcuNDhoLTM3LjAyYTExLjkxNywxMS45MTcsMCwwLDAtOC40NDQtOC40NHYtMTguNWEzLjA4NCwzLjA4NCwwLDAsMC0uMTg4LTEuMDMsMy4xMiwzLjEyLDAsMCwwLTMuMDgxLTIuNjRIMjg3LjI2NXYtMjIuNWExMC4xLDEwLjEsMCwwLDEsMTAuMS0xMC4wN2g1LjE1OGEzLjEzLDMuMTMsMCwxLDAsMC02LjI2aC01LjE1OEExNi4zNjYsMTYuMzY2LDAsMCwwLDI4MSwzNTM2LjYxdjY1LjA0YTE2LjM2LDE2LjM2LDAsMCwwLDE2LjM2LDE2LjMzaDg2LjI3MkExNi4zNjEsMTYuMzYxLDAsMCwwLDQwMCwzNjAxLjY1di02NS4wNEExNi4zNjgsMTYuMzY4LDAsMCwwLDM4My42MzQsMzUyMC4yOFptLTk2LjM2OSw0NS4wOWgyMy43djE1Ljk1YTExLjk0LDExLjk0LDAsMCwwLTguMjY0LDguNEgyODcuMjY1di0yNC4zNVptMjMuNyw0Ni4zNWgtMTMuNmExMC4xLDEwLjEsMCwwLDEtMTAuMS0xMC4wN3YtNS42N2gxNS40NzFhMTEuOTMxLDExLjkzMSwwLDAsMCw4LjIzLDguMjZ2Ny40OFptNTEuNzI3LDBIMzE3LjIyOXYtOS40NGEzLjA2OSwzLjA2OSwwLDAsMCwuMDktMC43MSwzLjEzOCwzLjEzOCwwLDAsMC0zLjEzMS0zLjE0LDUuNjUsNS42NSwwLDEsMSw1LjYzNi01LjY1LDMuMTMsMy4xMywwLDAsMCwzLjEzMiwzLjEzLDMuMDI5LDMuMDI5LDAsMCwxLDIuMjg0LjA3aDM3LjQ1M3YxNS43NFptMzEuMDQyLTEwLjA3YTEwLjEsMTAuMSwwLDAsMS0xMC4xLDEwLjA3SDM2OC45NTV2LTE1Ljc0aDI0Ljc4djUuNjdabTAtMTEuOTNoLTI0Ljc4di0yNC4zNWgyNC43OHYyNC4zNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yODEgLTM0OTkpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 23px no-repeat #4299af;
  margin-right: 15px;
  min-height: 45px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-55 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-55 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-55 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin-bottom: 5px;
}
.title-page .address-55 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.title-page .address-55 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-55 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-32 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  padding-top: 30px;
}
.title-page .email-56 p:first-child {
  margin-top: 0;
}
.title-page .email-56 p:last-child {
  margin-bottom: 0;
}
.title-page .email-56 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-56 .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-56 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 45px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDgiIGhlaWdodD0iMTE4LjUzIiB2aWV3Qm94PSIwIDAgMTA4IDExOC41MyIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Im1haWwxLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMzIwLjY3NywzNTQyLjU3aDM4LjY0NmEzLjEyLDMuMTIsMCwxLDAsMC02LjI0SDMyMC42NzdBMy4xMiwzLjEyLDAsMSwwLDMyMC42NzcsMzU0Mi41N1ptNjkuNiwwLjc5Yy0wLjAzLS4wMy0wLjA2MS0wLjA3LTAuMDkzLTAuMWwtMTEuNTQ1LTExLjU5di0xLjgxYTkuMjQ1LDkuMjQ1LDAsMCwwLTkuMjQtOS4yM2gtMS44MTdjLTAuMDE0LS4wMS0wLjAyNC0wLjAzLTAuMDM4LTAuMDRsLTE2Ljc2LTE2Ljc0YTE1LjEsMTUuMSwwLDAsMC0yMS4zLDBsLTcuODQxLDcuNzhhMy4xMjQsMy4xMjQsMCwwLDAsNC40MDUsNC40M2w3Ljg0OC03LjhhOC44NDIsOC44NDIsMCwwLDEsMTIuNDcsMGwxMi4zODksMTIuMzdIMzEwLjZhOS4yNDUsOS4yNDUsMCwwLDAtOS4yNCw5LjIzdjEuOWwtMTEuMjUsMTEuMTdBMTUsMTUsMCwwLDAsMjg2LDM1NTMuMjZ2NDkuNjlhMTUuMDcxLDE1LjA3MSwwLDAsMCwxNS4wNjUsMTUuMDRoNzcuODY5QTE1LjA3MiwxNS4wNzIsMCwwLDAsMzk0LDM2MDIuOTV2LTQ5LjY5QTE1LjAyNSwxNS4wMjUsMCwwLDAsMzkwLjI3NiwzNTQzLjM2Wm0tODguOTE1LTIuOHYzLjU0YTMuMTI0LDMuMTI0LDAsMCwwLDYuMjQ4LDB2LTE0LjI0YTIuOTkzLDIuOTkzLDAsMCwxLDIuOTkyLTIuOTloNTguOGEyLjk5MywyLjk5MywwLDAsMSwyLjk5MiwyLjk5djE0LjI0YTMuMTI0LDMuMTI0LDAsMCwwLDYuMjQ4LDB2LTMuNjFsNC42NjQsNC42Ni0yOS4wNDUsMjktMy40NzQtMy40N2ExNS4wNzIsMTUuMDcyLDAsMCwwLTIxLjMwNiwwTDMyNiwzNTc0LjE1bC0yOS4xNTItMjkuMTFabTg2LjM5MSw2Mi4zOWE4LjgyMSw4LjgyMSwwLDAsMS04LjgxOCw4LjhIMzAxLjA2NWE4LjgyLDguODIsMCwwLDEtOC44MTctOC44di00OS42OWE4Ljg3NSw4Ljg3NSwwLDAsMSwuNjU1LTMuMzRsMjguNjgxLDI4LjY0LTIxLDIwLjk3YTMuMTIxLDMuMTIxLDAsMCwwLDQuNDE4LDQuNDFsMjguOS0yOC44NWE4LjgyNCw4LjgyNCwwLDAsMSwxMi40NywwbDI5LjQyNCwyOS4zOGEzLjEyMSwzLjEyMSwwLDEsMCw0LjQxOC00LjQxbC0yMS41MzItMjEuNSwyOC40OS0yOC40NWE4Ljc4Miw4Ljc4MiwwLDAsMSwuNTg3LDMuMTV2NDkuNjlabS0yNS4zMDUtNDguNTNhMy4xMjQsMy4xMjQsMCwwLDAtMy4xMjQtMy4xMkgzMjAuNjc3YTMuMTIsMy4xMiwwLDEsMCwwLDYuMjRoMzguNjQ2QTMuMTE4LDMuMTE4LDAsMCwwLDM2Mi40NDcsMzU1NC40MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yODYgLTM0OTkuNDcpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 21px no-repeat #4299af;
  margin-right: 15px;
  min-height: 45px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-56 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-56 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .email-56 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.title-page .email-56 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  margin-top: 0;
}
.title-page .email-56 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-56 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-33 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-right: 50px;
}
.title-page .popover-wrap-57 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #44a4bc;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-57 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #505050;
  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-57 .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-57 .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-57 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #505050;
  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-57 .popover-body .s3_button_large {
  padding: 10px 40px;
  border: none;
  background: #f83748;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .popover-wrap-57 .popover-body .s3_button_large:hover, .title-page .popover-wrap-57 .popover-body .s3_button_large.hover, .title-page .popover-wrap-57 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-57 .popover-body .s3_button_large:active, .title-page .popover-wrap-57 .popover-body .s3_button_large.active {
  background: rgba(248, 55, 72, 0.5);
}
.title-page .popover-wrap-57 .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;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-57 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 35px;
  height: 30px;
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #f83748;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 35px;
}
.title-page .popover-wrap-57 .popover-close:hover, .title-page .popover-wrap-57 .popover-close.hover, .title-page .popover-wrap-57 .popover-close.active {
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #44a4bc;
}
.title-page .popover-wrap-57 .popover-close:active, .title-page .popover-wrap-57 .popover-close.active {
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat rgba(68, 164, 188, 0.8);
}
.title-page .popover-wrap-57 .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-57 .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-57 .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-57 .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-57 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-57 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-57 .header {
  border: none;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 10px;
  background: url("../images/P1.svg") left 0px top 18px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 160px;
}
.title-page .editable_block-57 .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-57 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
}
.title-page .editable_block-57 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-57 .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-57 .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-57 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-57 .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-57 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  padding-bottom: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-57 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-57 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-57 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-57 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-57 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-57 .more {
  box-sizing: border-box;
  margin-top: 0;
  pointer-events: auto;
}
.title-page .editable_block-57 .more > a {
  padding: 25px 30px;
  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;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  background: #fa3644;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-57 .more > a:hover, .title-page .editable_block-57 .more > a.hover, .title-page .editable_block-57 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #44a4bc;
}
.title-page .editable_block-57 .more > a:active, .title-page .editable_block-57 .more > a.active {
  background: rgba(68, 164, 188, 0.8);
}
.title-page .editable_block-57 .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-57 .clear {
  clear: both;
}
.title-page .popover-container-57 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-57 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-57 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
}
.title-page .popover-wrap-57 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-57 .popover-body .s3_form_item {
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 10px;
}
.title-page .popover-wrap-57 .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-57 .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-57 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-57 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-57 .popover-body .s3_form_item.form_div {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-57 .popover-body .s3_form_item.form_html_block {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-57 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-57 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-57 .popover-body .s3_form_item.form_checkbox {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .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-57 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-57 .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-57 .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-57 .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-57 .popover-body .s3_form_item.form_radio {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .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-57 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-57 .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-57 .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-57 .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-57 .popover-body .s3_form_item.form_select {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .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-57 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-57 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .s3_form_item.form_calendar {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .s3_form_item.form_calendar_interval {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .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-57 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-57 .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-57 .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-57 .popover-body .s3_form_item.form_upload {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-57 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .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-57 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-57 .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-57 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-57 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-57 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-18 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-24 {
  margin: 0;
  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;
}
.title-page .popover-wrap-42 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #44a4bc;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-42 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #505050;
  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-42 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-42 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-42 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #505050;
  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-42 .popover-body .s3_button_large {
  padding: 10px 40px;
  border: none;
  background: #f83748;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .popover-wrap-42 .popover-body .s3_button_large:hover, .title-page .popover-wrap-42 .popover-body .s3_button_large.hover, .title-page .popover-wrap-42 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-42 .popover-body .s3_button_large:active, .title-page .popover-wrap-42 .popover-body .s3_button_large.active {
  background: rgba(248, 55, 72, 0.5);
}
.title-page .popover-wrap-42 .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;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-42 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 35px;
  height: 30px;
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #f83748;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 35px;
}
.title-page .popover-wrap-42 .popover-close:hover, .title-page .popover-wrap-42 .popover-close.hover, .title-page .popover-wrap-42 .popover-close.active {
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #44a4bc;
}
.title-page .popover-wrap-42 .popover-close:active, .title-page .popover-wrap-42 .popover-close.active {
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat rgba(68, 164, 188, 0.8);
}
.title-page .popover-wrap-42 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-42 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-42 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-42 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-42 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-42 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-42 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
  padding-bottom: 10px;
  background: url("../images/P2.svg") left 0px top 18px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 160px;
}
.title-page .blocklist-42 .header_text {
  font-size: 30px;
  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-weight: bold;
}
.title-page .blocklist-42 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-42 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  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: 18px;
  padding-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 700px;
  max-width: 100%;
}
.title-page .blocklist-42 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .blocklist-42 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-42 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-42 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-42 .bx-wrapper {
  max-width: 1260px;
}
.title-page .blocklist-42 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-42 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 1260px;
}
.title-page .blocklist-42 .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-42 .item {
  padding: 0.02px 40px 40px;
  margin: 50px 10px 10px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent, 0px 0px 12px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 0 transparent, 0px 0px 12px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 transparent, 0px 0px 12px 3px rgba(0, 0, 0, 0.05);
  background: #fff;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-42 .item:active, .title-page .blocklist-42 .item.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #44a4bc, 0px 0px 12px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 0px 1px #44a4bc, 0px 0px 12px 3px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 0px 1px #44a4bc, 0px 0px 12px 3px rgba(0, 0, 0, 0.05);
}
.title-page .blocklist-42 .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: Montserrat, sans-serif;
  color: rgba(80, 80, 80, 0.8);
  line-height: 1.6;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  padding-top: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-42 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-42 .image {
  margin: -40px auto 0 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  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: 200px;
  min-height: 140px;
  -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.04);
  background: #e0e0e0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-42 .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-42 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-42 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 120px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .blocklist-42 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-42 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-42 .title {
  font-weight: bold;
  margin-bottom: 0;
  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: #505050;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.title-page .blocklist-42 .sub-title {
  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: Montserrat, sans-serif;
  color: #44a4bc;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
}
.title-page .blocklist-42 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-42 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-42 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-42 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-42 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-42 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-42 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-42 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-42 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-42 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-42 .footer {
  text-align: right;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding-top: 20px;
}
.title-page .blocklist-42 .all {
  padding: 15px 70px 16px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  background: #fa3644;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
}
.title-page .blocklist-42 .all:hover, .title-page .blocklist-42 .all.hover, .title-page .blocklist-42 .all.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #44a4bc;
}
.title-page .blocklist-42 .all:active, .title-page .blocklist-42 .all.active {
  background: rgba(68, 164, 188, 0.8);
}
.title-page .blocklist-42 .controls {
  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;
  box-sizing: border-box;
  margin-top: 0;
  z-index: 1;
  text-align: justify;
  margin-left: 0;
  bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0.02px;
  width: 100px;
}
.title-page .blocklist-42 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 20px;
  background: url("../images/lib_2469801_arrowleft.svg") left 50% top 50% / 8px no-repeat #44a4bc;
  box-sizing: border-box;
  text-align: left;
  min-height: 45px;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .blocklist-42 .prev:hover, .title-page .blocklist-42 .prev.hover, .title-page .blocklist-42 .prev.active {
  background: url("../images/lib_2469801_arrowleft.svg") left 50% top 50% / 8px no-repeat #f83748;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-42 .prev:active, .title-page .blocklist-42 .prev.active {
  background: url("../images/lib_2469801_arrowleft.svg") left 50% top 50% / 8px no-repeat rgba(248, 55, 72, 0.5);
}
.title-page .blocklist-42 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 20px;
  background: url("../images/lib_2469801_arrowright.svg") left 50% top 50% / 8px no-repeat #44a4bc;
  box-sizing: border-box;
  text-align: left;
  min-height: 45px;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .blocklist-42 .next:hover, .title-page .blocklist-42 .next.hover, .title-page .blocklist-42 .next.active {
  background: url("../images/lib_2469801_arrowright.svg") left 50% top 50% / 8px no-repeat #f83748;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-42 .next:active, .title-page .blocklist-42 .next.active {
  background: url("../images/lib_2469801_arrowright.svg") left 50% top 50% / 8px no-repeat rgba(248, 55, 72, 0.5);
}
.title-page .blocklist-42 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-42 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-42 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-42 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-42 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-42 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-42 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-42 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-42 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-42 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-42 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-42 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-42 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-42 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-42 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-42 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
}
.title-page .popover-wrap-42 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-42 .popover-body .s3_form_item {
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 10px;
}
.title-page .popover-wrap-42 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-42 .popover-body .s3_form_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-42 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-42 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-42 .popover-body .s3_form_item.form_div {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-42 .popover-body .s3_form_item.form_html_block {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-42 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-42 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-42 .popover-body .s3_form_item.form_checkbox {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-42 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-42 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-42 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-42 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-42 .popover-body .s3_form_item.form_radio {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-42 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-42 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-42 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-42 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-42 .popover-body .s3_form_item.form_select {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-42 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-42 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .s3_form_item.form_calendar {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .s3_form_item.form_calendar_interval {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-42 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-42 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-42 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-42 .popover-body .s3_form_item.form_upload {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-42 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-42 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-42 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-42 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-42 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-42 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-42 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-15 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 5;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
  padding-right: 20px;
  padding-bottom: 0.02px;
  padding-left: 20px;
}
.title-page .block-16 .layout_37 {
  -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-16 .layout_38 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-16 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-21 {
  margin: 0 0 auto;
  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;
  padding-right: 0;
  padding-left: 0;
}
.title-page .popover-wrap-37 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #44a4bc;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-37 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #505050;
  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-37 .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-37 .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-37 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #505050;
  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-37 .popover-body .s3_button_large {
  padding: 10px 40px;
  border: none;
  background: #f83748;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .popover-wrap-37 .popover-body .s3_button_large:hover, .title-page .popover-wrap-37 .popover-body .s3_button_large.hover, .title-page .popover-wrap-37 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-37 .popover-body .s3_button_large:active, .title-page .popover-wrap-37 .popover-body .s3_button_large.active {
  background: rgba(248, 55, 72, 0.5);
}
.title-page .popover-wrap-37 .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;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-37 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 35px;
  height: 30px;
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #f83748;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 35px;
}
.title-page .popover-wrap-37 .popover-close:hover, .title-page .popover-wrap-37 .popover-close.hover, .title-page .popover-wrap-37 .popover-close.active {
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #44a4bc;
}
.title-page .popover-wrap-37 .popover-close:active, .title-page .popover-wrap-37 .popover-close.active {
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat rgba(68, 164, 188, 0.8);
}
.title-page .popover-wrap-37 .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-37 .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-37 .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-37 .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-37 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-37 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-37 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
  padding-bottom: 10px;
  padding-left: 160px;
  background: url("../images/P1.svg") left 0px top 18px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-37 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #505050;
  text-decoration: none;
  font-weight: bold;
}
.title-page .blocklist-37 .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-37 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(80, 80, 80, 0.8);
  line-height: 1.5;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 10px;
  padding-left: 0;
}
.title-page .blocklist-37 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  padding-right: 0;
  padding-top: 40px;
}
.title-page .blocklist-37 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-37 .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-37 .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-37 .bx-wrapper {
  max-width: 100%;
}
.title-page .blocklist-37 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-37 .list {
  display: block;
  -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;
  width: auto;
  margin-right: 0;
}
.title-page .blocklist-37 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: auto;
}
.title-page .blocklist-37 .item {
  padding: 20px 20px 20px 40px;
  margin: 10px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  display: block;
  align-self: auto;
  -webkit-box-shadow: 0 0 0 transparent, 0px 3px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 0 transparent, 0px 3px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 transparent, 0px 3px 12px rgba(0, 0, 0, 0.05);
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-37 .item:hover, .title-page .blocklist-37 .item.hover, .title-page .blocklist-37 .item.active {
  -webkit-box-shadow: 0 0 0 transparent, 0px 3px 12px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 0 transparent, 0px 3px 12px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 transparent, 0px 3px 12px 0px rgba(0, 0, 0, 0.05);
}
.title-page .blocklist-37 .item:active, .title-page .blocklist-37 .item.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #3fa5bf, 0px 3px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 0px 1px #3fa5bf, 0px 3px 12px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 0px 1px #3fa5bf, 0px 3px 12px rgba(0, 0, 0, 0.05);
}
.title-page .blocklist-37 .text {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(79, 79, 79, 0.8);
  line-height: 1.6;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-top: 10px;
}
.title-page .blocklist-37 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-37 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.title-page .blocklist-37 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  color: rgba(255, 255, 255, 0);
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 1px;
  width: 1px;
  min-height: 1px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  bottom: auto;
}
.title-page .blocklist-37 .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-37 .img-convert {
  box-sizing: border-box;
  width: 300px;
  height: 220px;
  overflow: hidden;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .blocklist-37 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-37 .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-37 .title {
  font-weight: bold;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #4f4f4f;
  text-decoration: none;
  font-size: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-37 .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-37 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  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-37 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-37 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-37 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-37 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-decoration: none;
}
.title-page .blocklist-37 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 20px;
}
.title-page .blocklist-37 .more > a {
  padding: 15px 40px 16px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  background: #3fa5bf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
}
.title-page .blocklist-37 .more > a:hover, .title-page .blocklist-37 .more > a.hover, .title-page .blocklist-37 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #f83748;
}
.title-page .blocklist-37 .more > a:active, .title-page .blocklist-37 .more > a.active {
  background: rgba(248, 55, 72, 0.5);
}
.title-page .blocklist-37 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-37 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-37 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-37 .footer {
  text-align: right;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 0;
  margin-left: auto;
  margin-right: 10px;
  padding-left: 0;
  padding-top: 20px;
}
.title-page .blocklist-37 .all {
  padding: 15px 40px 16px;
  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;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  background: #f83748;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .blocklist-37 .all:hover, .title-page .blocklist-37 .all.hover, .title-page .blocklist-37 .all.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #44a4bc;
}
.title-page .blocklist-37 .all:active, .title-page .blocklist-37 .all.active {
  background: rgba(68, 164, 188, 0.8);
}
.title-page .blocklist-37 .controls {
  margin: 0;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  z-index: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-align: justify;
  width: 55px;
  min-height: 568px;
  bottom: 0;
  padding-right: 0;
  padding-top: 100px;
  padding-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-37 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 20px;
  background: url("../images/lib_2469701_arrowup.svg") left 50% top 50% / 16px no-repeat #3fa5bf;
  box-sizing: border-box;
  min-height: 45px;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .blocklist-37 .prev:hover, .title-page .blocklist-37 .prev.hover, .title-page .blocklist-37 .prev.active {
  background: url("../images/lib_2469701_arrowup.svg") left 50% top 50% / 16px no-repeat #f83748;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-37 .prev:active, .title-page .blocklist-37 .prev.active {
  background: url("../images/lib_2469701_arrowup.svg") left 50% top 50% / 16px no-repeat rgba(248, 55, 72, 0.5);
}
.title-page .blocklist-37 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 20px;
  background: url("../images/lib_2469701_arrowdown.svg") left 50% top 50% / 16px no-repeat #3fa5bf;
  box-sizing: border-box;
  min-height: 45px;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .blocklist-37 .next:hover, .title-page .blocklist-37 .next.hover, .title-page .blocklist-37 .next.active {
  background: url("../images/lib_2469701_arrowdown.svg") left 50% top 50% / 16px no-repeat #f83748;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-37 .next:active, .title-page .blocklist-37 .next.active {
  background: url("../images/lib_2469701_arrowdown.svg") left 50% top 50% / 16px no-repeat rgba(248, 55, 72, 0.5);
}
.title-page .blocklist-37 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-37 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-37 .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-37 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-37 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-37 .bx-controls-auto {
  box-sizing: border-box;
  display: block;
}
.title-page .blocklist-37 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-37 .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-37 .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-37 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-37 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  visibility: visible;
}
.title-page .blocklist-37 .bx-pager-item {
  display: block;
  box-sizing: border-box;
}
.title-page .blocklist-37 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  height: 10px;
}
.title-page .popover-container-37 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-37 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-37 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
}
.title-page .popover-wrap-37 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item {
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 10px;
}
.title-page .popover-wrap-37 .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-37 .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-37 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-37 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_div {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_html_block {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-37 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-37 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_checkbox {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .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-37 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-37 .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-37 .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-37 .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-37 .popover-body .s3_form_item.form_radio {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .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-37 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-37 .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-37 .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-37 .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-37 .popover-body .s3_form_item.form_select {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .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-37 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-37 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_calendar {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_calendar_interval {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .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-37 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-37 .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-37 .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-37 .popover-body .s3_form_item.form_upload {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-37 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .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-37 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-37 .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-37 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-37 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-37 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-22 {
  padding: 60px 40px 40px;
  margin: 95px 0 auto 50px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 400px;
  min-width: 400px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  background: #44a4bc;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-38 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #44a4bc;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-38 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #505050;
  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-38 .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-38 .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-38 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #505050;
  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-38 .popover-body .s3_button_large {
  padding: 10px 40px;
  border: none;
  background: #f83748;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .popover-wrap-38 .popover-body .s3_button_large:hover, .title-page .popover-wrap-38 .popover-body .s3_button_large.hover, .title-page .popover-wrap-38 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-38 .popover-body .s3_button_large:active, .title-page .popover-wrap-38 .popover-body .s3_button_large.active {
  background: rgba(248, 55, 72, 0.5);
}
.title-page .popover-wrap-38 .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;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-38 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 35px;
  height: 30px;
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #f83748;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 35px;
}
.title-page .popover-wrap-38 .popover-close:hover, .title-page .popover-wrap-38 .popover-close.hover, .title-page .popover-wrap-38 .popover-close.active {
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #44a4bc;
}
.title-page .popover-wrap-38 .popover-close:active, .title-page .popover-wrap-38 .popover-close.active {
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat rgba(68, 164, 188, 0.8);
}
.title-page .popover-wrap-38 .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-38 .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-38 .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-38 .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-38 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-38 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-38 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.title-page .blocklist-38 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.title-page .blocklist-38 .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-38 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-38 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-38 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-38 .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-38 .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-38 .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-38 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-38 .item {
  margin: 40px 0 30px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  display: block;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-38 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-38 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-38 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  margin-right: 15px;
  margin-left: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100px;
  min-height: 100px;
}
.title-page .blocklist-38 .item-label {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 5;
  background: #f83748;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  min-height: 30px;
  font-weight: bold;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
  align-self: auto;
  bottom: 0;
  margin-bottom: 0;
  width: 40px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-38 .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-38 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-38 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-38 .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-38 .title {
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.title-page .blocklist-38 .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-38 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-38 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-38 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-38 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-38 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-38 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-38 .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-38 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-38 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-38 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-38 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-38 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-38 .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-38 .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-38 .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-38 .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-38 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-38 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-38 .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-38 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-38 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-38 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-38 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-38 .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-38 .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-38 .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-38 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-38 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-38 .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-38 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-38 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-38 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
}
.title-page .popover-wrap-38 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item {
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 10px;
}
.title-page .popover-wrap-38 .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-38 .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-38 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-38 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item.form_div {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item.form_html_block {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-38 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-38 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item.form_checkbox {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .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-38 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-38 .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-38 .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-38 .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-38 .popover-body .s3_form_item.form_radio {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .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-38 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-38 .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-38 .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-38 .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-38 .popover-body .s3_form_item.form_select {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .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-38 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-38 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item.form_calendar {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .s3_form_item.form_calendar_interval {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .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-38 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-38 .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-38 .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-38 .popover-body .s3_form_item.form_upload {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-38 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-38 .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-38 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-38 .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-38 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-38 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-38 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-14 {
  padding: 40px 20px 80px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 4;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-13 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  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-18 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-30 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #44a4bc;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #505050;
  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-30 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-30 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #505050;
  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-30 .popover-body .s3_button_large {
  padding: 10px 40px;
  border: none;
  background: #f83748;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .popover-wrap-30 .popover-body .s3_button_large:hover, .title-page .popover-wrap-30 .popover-body .s3_button_large.hover, .title-page .popover-wrap-30 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-30 .popover-body .s3_button_large:active, .title-page .popover-wrap-30 .popover-body .s3_button_large.active {
  background: rgba(248, 55, 72, 0.5);
}
.title-page .popover-wrap-30 .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;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-30 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 35px;
  height: 30px;
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #f83748;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 35px;
}
.title-page .popover-wrap-30 .popover-close:hover, .title-page .popover-wrap-30 .popover-close.hover, .title-page .popover-wrap-30 .popover-close.active {
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #44a4bc;
}
.title-page .popover-wrap-30 .popover-close:active, .title-page .popover-wrap-30 .popover-close.active {
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat rgba(68, 164, 188, 0.8);
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-30 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-30 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-30 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
  padding-bottom: 10px;
  padding-left: 160px;
  background: url("../images/P1.svg") left 0px top 18px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-30 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #f83748;
  text-decoration: none;
  font-weight: bold;
}
.title-page .blocklist-30 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-30 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: rgba(52, 52, 52, 0.8);
  line-height: 1.5;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 18px;
  padding-bottom: 10px;
}
.title-page .blocklist-30 .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-30 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-30 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-30 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-30 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-30 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-30 .item {
  padding: 0.02px 40px 0.02px 0;
  margin: 0;
  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%;
  background: url("../images/lib_2451301_e3.svg") right 22px bottom 20px / auto auto no-repeat #f83748;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-30 .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: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  font-weight: 500;
  padding-top: 20px;
}
.title-page .blocklist-30 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-30 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  margin-right: 40px;
  margin-left: 0;
  padding-right: 40px;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-30 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-30 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-30 .img-convert {
  box-sizing: border-box;
  width: 600px;
  height: 350px;
  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-30 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-30 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-30 .title {
  font-weight: bold;
  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: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-top: 40px;
  border-top: 0px dashed #fff;
  border-right: 0px dashed #fff;
  border-bottom: 2px dashed #fff;
  border-left: 0px dashed #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-30 .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-30 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-30 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-30 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-30 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-30 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-30 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-30 .more > a {
  padding: 20px 50px 21px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #44a4bc;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(68, 164, 188, 0.27);
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-30 .more > a:hover, .title-page .blocklist-30 .more > a.hover, .title-page .blocklist-30 .more > a.active {
  color: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #44a4bc;
}
.title-page .blocklist-30 .more > a:active, .title-page .blocklist-30 .more > a.active {
  background: rgba(68, 164, 188, 0.8);
}
.title-page .blocklist-30 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-30 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-30 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-30 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-30 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-30 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-30 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-30 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-30 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-30 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-30 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-30 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-30 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-30 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-30 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-30 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-30 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-30 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-30 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-30 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-30 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-30 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-30 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-30 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-30 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
}
.title-page .popover-wrap-30 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item {
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 10px;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-30 .popover-body .s3_form_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-30 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_div {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_html_block {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-30 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_checkbox {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_radio {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-30 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-30 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_select {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-30 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-30 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_calendar {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_calendar_interval {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_upload {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-30 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-30 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-30 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-30 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-30 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-10 {
  padding: 90px 20px 0.02px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 786px;
  background: url("../images/22.jpg?1564150140642") left 50% top -223px / auto auto no-repeat;
  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-12 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-17 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  max-width: 100%;
  right: 0;
}
.title-page .popover-wrap-28 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #44a4bc;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-28 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #505050;
  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-28 .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-28 .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-28 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #505050;
  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-28 .popover-body .s3_button_large {
  padding: 10px 40px;
  border: none;
  background: #f83748;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .popover-wrap-28 .popover-body .s3_button_large:hover, .title-page .popover-wrap-28 .popover-body .s3_button_large.hover, .title-page .popover-wrap-28 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-28 .popover-body .s3_button_large:active, .title-page .popover-wrap-28 .popover-body .s3_button_large.active {
  background: rgba(248, 55, 72, 0.5);
}
.title-page .popover-wrap-28 .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;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-28 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 35px;
  height: 30px;
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #f83748;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 35px;
}
.title-page .popover-wrap-28 .popover-close:hover, .title-page .popover-wrap-28 .popover-close.hover, .title-page .popover-wrap-28 .popover-close.active {
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #44a4bc;
}
.title-page .popover-wrap-28 .popover-close:active, .title-page .popover-wrap-28 .popover-close.active {
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat rgba(68, 164, 188, 0.8);
}
.title-page .popover-wrap-28 .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-28 .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-28 .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-28 .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-28 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-28 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-28 .header {
  border: none;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: 800;
  padding-bottom: 10px;
  padding-left: 160px;
  background: url("../images/P2.svg") left 0px top 18px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-28 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-28 .title {
  border: none;
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  padding-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-28 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-28 .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-28 .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-28 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-28 .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-28 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-28 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-28 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-28 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-28 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-28 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-28 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-28 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-28 .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-28 .clear {
  clear: both;
}
.title-page .popover-container-28 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-28 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-28 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
}
.title-page .popover-wrap-28 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item {
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 10px;
}
.title-page .popover-wrap-28 .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-28 .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-28 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-28 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_div {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_html_block {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-28 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-28 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_checkbox {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-28 .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-28 .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-28 .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-28 .popover-body .s3_form_item.form_radio {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-28 .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-28 .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-28 .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-28 .popover-body .s3_form_item.form_select {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-28 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_calendar {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_calendar_interval {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-28 .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-28 .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-28 .popover-body .s3_form_item.form_upload {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-28 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-28 .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-28 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-28 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-28 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-11 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  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-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-14 {
  padding: 0 20px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  list-style: none;
  width: 500px;
  right: 0;
}
.title-page .accordion-25 .accordion-item {
  box-sizing: border-box;
  padding-bottom: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .accordion-25 .accordion-item-title {
  padding: 10px 20px;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #44a4bc;
  min-height: 50px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .accordion-25 .accordion-item-title:hover, .title-page .accordion-25 .accordion-item-title.hover, .title-page .accordion-25 .accordion-item-title.active {
  background: #f83748;
}
.title-page .accordion-25 .accordion-item-title .icon {
  border: none;
  box-sizing: border-box;
  width: 16px;
  height: 10px;
  background: url("../images/arrowdown.svg?1564203574957") left 50% top 50% / contain no-repeat;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 0;
  margin-left: auto;
  margin-right: 0;
  min-height: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .accordion-25 .accordion-item-title .icon:hover, .title-page .accordion-25 .accordion-item-title .icon.hover, .title-page .accordion-25 .accordion-item-title .icon.active {
  background: url("../images/arrowup.svg?1564203574959") left 50% top 50% / contain no-repeat;
}
.title-page .accordion-25 .accordion-item-title .title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .accordion-25 .full-click {
  cursor: pointer;
}
.title-page .accordion-25 .accordion-item-drop {
  box-sizing: border-box;
  display: none;
}
.title-page .accordion-25 .accordion-item-text {
  padding: 15px 20px;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #343434;
  line-height: 1.8;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .accordion-25 .accordion-item-text p:first-child {
  margin-top: 0;
}
.title-page .accordion-25 .accordion-item-text p:last-child {
  margin-bottom: 0;
}
.title-page .accordion-25 .header {
  padding: 0.02px 0 20px 55px;
  border: none;
  box-sizing: border-box;
  font-size: 20px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  margin-bottom: 0;
  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-weight: bold;
  background: url("../images/K1.svg") left 23px top 8px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .accordion-25 .desc {
  box-sizing: border-box;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .accordion-25 .desc p:first-child {
  margin-top: 0;
}
.title-page .accordion-25 .desc p:last-child {
  margin-bottom: 0;
}
.title-page .accordion-25 .accordion-item-title img {
  box-sizing: border-box;
  width: auto;
  height: auto;
}
.title-page .accordion-25 .accordion-item-title .title a {
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.title-page .accordion-25 .accordion-item-title .icon .img-convert {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .block-8 {
  margin: -120px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 100px;
}
.title-page .block-9 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-10 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-19 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #44a4bc;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #505050;
  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-19 .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-19 .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-19 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #505050;
  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-19 .popover-body .s3_button_large {
  padding: 10px 40px;
  border: none;
  background: #f83748;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .popover-wrap-19 .popover-body .s3_button_large:hover, .title-page .popover-wrap-19 .popover-body .s3_button_large.hover, .title-page .popover-wrap-19 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-19 .popover-body .s3_button_large:active, .title-page .popover-wrap-19 .popover-body .s3_button_large.active {
  background: rgba(248, 55, 72, 0.5);
}
.title-page .popover-wrap-19 .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;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-19 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 35px;
  height: 30px;
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #f83748;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 35px;
}
.title-page .popover-wrap-19 .popover-close:hover, .title-page .popover-wrap-19 .popover-close.hover, .title-page .popover-wrap-19 .popover-close.active {
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #44a4bc;
}
.title-page .popover-wrap-19 .popover-close:active, .title-page .popover-wrap-19 .popover-close.active {
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat rgba(68, 164, 188, 0.8);
}
.title-page .popover-wrap-19 .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-19 .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-19 .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-19 .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-19 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-19 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-19 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
  padding-bottom: 10px;
  padding-left: 160px;
  background: url("../images/P1.svg") left 0px top 18px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-19 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #4f4f4f;
  text-decoration: none;
  font-weight: bold;
}
.title-page .blocklist-19 .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-19 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(52, 52, 52, 0.8);
  line-height: 1.5;
  text-decoration: none;
  font-size: 18px;
  padding-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-19 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-19 .body {
  margin: 0 0 0 -20px;
  box-sizing: border-box;
}
.title-page .blocklist-19 .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-19 .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-19 .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-19 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-19 .item {
  padding: 30px;
  margin: 20px 0 0 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;
  left: 0;
  right: 0;
  flex-basis: 100%;
  display: -webkit-flex;
  display: flex;
  align-self: auto;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-19 .item:hover, .title-page .blocklist-19 .item.hover, .title-page .blocklist-19 .item.active {
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.05);
}
.title-page .blocklist-19 .text {
  padding: 20px 0 0.02px;
  border: none;
  margin-bottom: 10px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(79, 79, 79, 0.8);
  line-height: 1.4;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-19 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-19 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  margin-right: 0;
  margin-left: 0;
  width: auto;
  left: 0;
  right: 0;
  min-height: 200px;
  max-width: 100%;
}
.title-page .blocklist-19 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: auto;
  top: 0;
  z-index: 5;
  background: none;
  color: rgba(255, 255, 255, 0);
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 1px;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  min-height: 200px;
  width: 60px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-19 .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-19 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 253px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-19 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-19 .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-19 .title {
  border: none;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #4f4f4f;
  text-decoration: none;
  font-size: 20px;
  padding-left: 20px;
  background: url("../images/lib_2469601_element1.svg") left 0px top 27px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 20px;
}
.title-page .blocklist-19 .sub-title {
  margin-bottom: 20px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(79, 79, 79, 0.8);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
}
.title-page .blocklist-19 .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-19 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 10px;
}
.title-page .blocklist-19 .price-note {
  box-sizing: border-box;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #4f4f4f;
  text-decoration: none;
  font-size: 16px;
}
.title-page .blocklist-19 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: #3fa5bf;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  -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;
  padding-top: 0.02px;
}
.title-page .blocklist-19 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  color: #4f4f4f;
  text-decoration: none;
  font-size: 16px;
  -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-19 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding-top: 15px;
}
.title-page .blocklist-19 .more > a {
  padding: 15px 40px 16px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  background: #f83748;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .blocklist-19 .more > a:hover, .title-page .blocklist-19 .more > a.hover, .title-page .blocklist-19 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #44a4bc;
}
.title-page .blocklist-19 .more > a:active, .title-page .blocklist-19 .more > a.active {
  background: rgba(68, 164, 188, 0.8);
}
.title-page .blocklist-19 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-19 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-19 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-19 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-19 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-19 .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-19 .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-19 .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 no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-19 .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 no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-19 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-19 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-19 .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-19 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-19 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-19 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-19 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-19 .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-19 .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-19 .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-19 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-19 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-19 .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-19 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-19 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-19 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
}
.title-page .popover-wrap-19 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item {
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 10px;
}
.title-page .popover-wrap-19 .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-19 .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-19 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_div {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_html_block {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-19 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_checkbox {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .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-19 .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-19 .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-19 .popover-body .s3_form_item.form_radio {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .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-19 .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-19 .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-19 .popover-body .s3_form_item.form_select {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-19 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_calendar {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_calendar_interval {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-19 .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-19 .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-19 .popover-body .s3_form_item.form_upload {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-19 .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-19 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-19 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-19 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-2 {
  padding: 20px 20px 0.02px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 1120px;
  background: url("../images/01.jpg?1564060120670") left 50% top -90px / auto auto no-repeat;
  z-index: 1;
  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;
  text-decoration: none;
}
.title-page .block-4 {
  margin: 0 auto -257px;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  text-decoration: none;
}
.title-page .block-5 .layout_8 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-5 .layout_11 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-5 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: 0;
  padding-top: 0.02px;
}
.title-page .block-6 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 350px;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .widget-3 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .widget-4 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  min-height: 18px;
  font-size: 25px;
  right: 0;
  padding-bottom: 10px;
}
.title-page .site-name-10 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-10 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-10 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-10 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #3fa5bf;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.title-page .site-name-10 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-5 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: right;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
}
.title-page .menu-11 .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-11 .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-11 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-11 .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-11 .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-11 .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-11 .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-11 .menu-scroll > ul ul {
  padding: 5px;
  margin: 5px 0 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #343434;
  list-style: none;
  width: 250px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .menu-11 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-11 .menu-scroll > ul ul > li > a {
  padding: 7px 20px;
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.4;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-11 .menu-scroll > ul ul > li > a:hover, .title-page .menu-11 .menu-scroll > ul ul > li > a.hover, .title-page .menu-11 .menu-scroll > ul ul > li > a.active {
  background: #44a4bc;
}
.title-page .menu-11 .menu-scroll > ul ul > li > a:active, .title-page .menu-11 .menu-scroll > ul ul > li > a.active {
  background: rgba(68, 164, 188, 0.8);
}
.title-page .menu-11 .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-11 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-11 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-11 .menu-scroll > ul > li.menu-item > a {
  padding: 10px 20px;
  margin: 0 3px;
  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: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-style: normal;
  text-transform: none;
  align-self: auto;
  font-weight: 500;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .menu-11 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-11 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-11 .menu-scroll > ul > li.menu-item > a.active {
  background: #44a4bc;
}
.title-page .menu-11 .menu-scroll > ul > li.menu-item > a:active, .title-page .menu-11 .menu-scroll > ul > li.menu-item > a.active {
  background: rgba(68, 164, 188, 0.8);
}
.title-page .menu-11 .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-11 .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-11 .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-11 .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-11 .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-11 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-11 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-11 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/Burger.svg") left 50% top 50% / auto auto no-repeat #44a4bc;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0);
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: none;
  width: 42px;
  min-height: 42px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  align-self: auto;
  text-align: left;
}
.title-page .menu-11 .menu-scroll > ul > li.more-button > a:hover, .title-page .menu-11 .menu-scroll > ul > li.more-button > a.hover, .title-page .menu-11 .menu-scroll > ul > li.more-button > a.active {
  background: url("../images/Burger.svg") left 50% top 50% / auto auto no-repeat #f83748;
}
.title-page .menu-11 .menu-scroll > ul > li.more-button > a:active, .title-page .menu-11 .menu-scroll > ul > li.more-button > a.active {
  background: url("../images/Burger.svg") left 50% top 50% / auto auto no-repeat rgba(248, 55, 72, 0.5);
}
.title-page .menu-11 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-11 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-11 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-7 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: right;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
}
.title-page .widget-6 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 290px;
  padding-top: 40px;
}
.title-page .phones-13 p:first-child {
  margin-top: 0;
}
.title-page .phones-13 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-13 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-13 .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-13 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 45px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDMuNzE5IiBoZWlnaHQ9IjExOS4wMyIgdmlld0JveD0iMCAwIDEwMy43MTkgMTE5LjAzIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzJwaG9uZS5zdmciIGRhdGEtbmFtZT0iMnBob25lLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMzk0Ljc2MiwxNjE3LjA1YTQuMzgyLDQuMzgyLDAsMSwwLTYuMTE1LS45NUE0LjM5Myw0LjM5MywwLDAsMCwzOTQuNzYyLDE2MTcuMDVabS0xMi4zNjIsOS4wNmE0LjM4Miw0LjM4MiwwLDEsMC02LjExNS0uOTVBNC4zOTIsNC4zOTIsMCwwLDAsMzgyLjQsMTYyNi4xMVptLTEyLjM2MSw5LjA2YTQuMzgyLDQuMzgyLDAsMSwwLTYuMTE1LS45NUE0LjM4Miw0LjM4MiwwLDAsMCwzNzAuMDM5LDE2MzUuMTdabTIwLjQ2MSw1Ny45NWMtMC4wMjMtLjEtMC4wNjMtMC4xOS0wLjEtMC4yOWEyLjQ3NCwyLjQ3NCwwLDAsMC0uMS0wLjI5LDEuOTYsMS45NiwwLDAsMC0uMTMtMC4yMywyLjY3NywyLjY3NywwLDAsMC0uMTg2LTAuMzFjLTAuMDA4LS4wMS0wLjAxMy0wLjAzLTAuMDIxLTAuMDQtMC4wNTUtLjA3LTAuMTIyLTAuMTMtMC4xODMtMC4ycy0wLjExMy0uMTQtMC4xODItMC4yMWwtMTMuODIzLTEzLjAxYTMuMTI3LDMuMTI3LDAsMCwwLTQuMjgsNC41NmwxMS4wNCwxMC40Yy01Ljk0MSw0LjAyLTExLjA4Myw2LjIxLTE0LjY5MSw2LjIxaDBhMTAuMjE1LDEwLjIxNSwwLDAsMS00Ljc1OS0xLjE0aDBhMi40MTcsMi40MTcsMCwwLDAtLjI0LTAuMTRjLTEyLjYxNC02Ljc2LTI3LjI1Ni0xOS40OC0zNy4zLTMyLjQybC0xLjAzNC0xLjM0Yy0xMC4wNi0xMi45NS0xOC43NzItMzAuMy0yMi4xOTQtNDQuMTktMC4wMTUtLjA2LTAuMDM1LTAuMTMtMC4wNTQtMC4xOWE4LjQ3MSw4LjQ3MSwwLDAsMS0uMDU0LTQuNjksMzkuNTQ1LDM5LjU0NSwwLDAsMSw3LjM3MS0xMS44N2w4LjMzLDEzLjUxYTMuMTIyLDMuMTIyLDAsMCwwLDIuNjYxLDEuNDksMy4wODQsMy4wODQsMCwwLDAsMS42NDEtLjQ3LDMuMTM1LDMuMTM1LDAsMCwwLDEuMDE1LTQuMzFsLTEwLjMxNC0xNi43M2EzLjA4LDMuMDgsMCwwLDAtLjYtMC42OSwxLjE3NywxLjE3NywwLDAsMC0uMTE4LTAuMTQsMy4xMjUsMy4xMjUsMCwwLDAtNC40MTkuMDRjLTUuNTY1LDUuNy05LjQxNCwxMS40My0xMS40NDIsMTcuMDRhMTQuNDA2LDE0LjQwNiwwLDAsMC0uMDYzLDguNmMzLjYzLDE0LjY2LDEyLjc3MywzMi44OSwyMy4zMDgsNDYuNDVsMS4wMzQsMS4zM2MxMC41MjIsMTMuNTYsMjUuOTA4LDI2LjkyLDM5LjIxOCwzNC4wNmExNi4yNDgsMTYuMjQ4LDAsMCwwLDguMDE0LDIuMDdoMGM1LjcxNCwwLDEyLjk0Mi0zLjI0LDIxLjQ4NS05LjYzLDAuMDg0LS4wNy4xNTItMC4xNCwwLjIyOC0wLjIxLDAuMDU5LS4wNi4xMjUtMC4xLDAuMTgtMC4xNiwwLjAxLS4wMS4wMTYtMC4wMiwwLjAyNS0wLjAzYTIuNzE0LDIuNzE0LDAsMCwwLC4yMjItMC4yOWMwLjA1MS0uMDcuMTA4LTAuMTQsMC4xNTItMC4yMSwwLjA1OC0uMS4xLTAuMiwwLjE0NS0wLjNhMi41ODgsMi41ODgsMCwwLDAsLjExOC0wLjI2LDIuNDU1LDIuNDU1LDAsMCwwLC4wNzgtMC4yOWMwLjAyNC0uMS4wNTUtMC4xOSwwLjA2OS0wLjI5YTIuODY1LDIuODY1LDAsMCwwLC4wMjEtMC4zMmMwLS4wOS4wMTctMC4xOCwwLjAxMy0wLjI3YTIuOTgsMi45OCwwLDAsMC0uMDQyLTAuMzRDMzkwLjUyNSwxNjkzLjI5LDM5MC41MiwxNjkzLjIxLDM5MC41LDE2OTMuMTJabTUuMDE3LTE3LjcxYy0zLjMwNy00LjEzLTE0LjQ4OS0xMy41Ni0xNy4zNDMtMTUuOWE4LjEsOC4xLDAsMCwwLTYuMi0yLDkuNSw5LjUsMCwwLDAtNi4xNzQsMy44NmMtMC45MTUsMS4xNS0yLjUzNCwzLjE3LTMuMSwzLjg0LTMuNzYxLDQuNDItNi4zODEsMi45NS04LjE0MSwxLjgzLTQuNTMzLTMuNzMtOS4xODItOS4zNS0xMy41MzktMTQuODktMC4wNTQtLjA4LTAuMTEtMC4xNi0wLjE2Ni0wLjIzbC0wLjAyNy0uMDNjLTAuMDQ5LS4wNy0wLjEtMC4xMy0wLjE1My0wLjItNC4zMDUtNS42LTguNjE1LTExLjUxLTExLjExMi0xNi44NS0wLjY1Ni0xLjk3LTEuNDU2LTQuODcsMy43NTUtNy40NSwwLjA4Ny0uMDQuMjI2LTAuMDksMC40LTAuMTdhMjQuMDI1LDI0LjAyNSwwLDAsMCw3LjQzLTQuNDksOC4zLDguMywwLDAsMCwxLjc3My05LjgxLDE4OC4wNjEsMTg4LjA2MSwwLDAsMC0xMy4xNTEtMjEuN2MtMy43OTItNS4yNC05LjM1NC01LjA3LTEyLjkwOC0yLjcxbDMuNDQ5LDUuMjNjMS4wOTQtLjczLDIuNzQ2LTEuMTIsNC40LDEuMTZhMTgyLjYsMTgyLjYsMCwwLDEsMTIuNTkxLDIwLjc2LDIuMDE2LDIuMDE2LDAsMCwxLS41NjYsMi42MywxOS4xNTcsMTkuMTU3LDAsMCwxLTUuNDQ2LDMuMTZjLTAuMzM4LjE0LS41ODgsMC4yNS0wLjcyNSwwLjMyLTQuNjg0LDIuMzItOS42NzksNi44NC02Ljg3MywxNS4yM2EyLjg0MiwyLjg0MiwwLDAsMCwuMTI3LjMyYzIuNzYxLDUuOTcsNy4zOTMsMTIuMzMsMTEuOTg5LDE4LjMxbDAuMDc0LDAuMDlhMS43NTUsMS43NTUsMCwwLDAsLjEyLjE2YzQuNjU2LDUuOTQsOS42NjYsMTEuOTksMTQuNzU1LDE2LjE0LDAuMDkzLDAuMDcuMTkxLDAuMTQsMC4yOTIsMC4yMSw3LjQ0Niw0Ljc1LDEzLjAzNCwxLjAxLDE2LjQwOS0yLjk2LDAuNjgtLjgsMi40NzMtMy4wMywzLjIzMy0zLjk5YTAuOTI4LDAuOTI4LDAsMCwwLC4wODMtMC4xMSwzLjQ4NSwzLjQ4NSwwLDAsMSwxLjk1Mi0xLjQ0LDIuMjIyLDIuMjIyLDAsMCwxLDEuNS42NGM0LjQzOSwzLjYzLDE0LjE1MSwxMi4wNCwxNi40ODQsMTUuMDVhMy40MjMsMy40MjMsMCwwLDAsLjI2NS4zYzIuOTkxLDIuOTgsMi4wNTksNC43NiwxLjc1Myw1LjM1YTMuMTI2LDMuMTI2LDAsMSwwLDUuNTM5LDIuOUMzOTkuMjcxLDE2ODYuMDUsNDAxLDE2ODAuOTksMzk1LjUxNywxNjc1LjQxWm0tMzcuODM5LTMxLjE3YTQuMzgyLDQuMzgyLDAsMSwwLTYuMTE1LS45NUE0LjM5NCw0LjM5NCwwLDAsMCwzNTcuNjc4LDE2NDQuMjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk1LjYyNSAtMTU4Ni45NCkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 23px no-repeat #f83748;
  margin-right: 15px;
  min-height: 45px;
  margin-top: 2px;
  align-self: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .phones-13 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-13 .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-13 .title {
  box-sizing: border-box;
  display: none;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #4f4f4f;
  text-decoration: none;
}
.title-page .phones-13 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  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-13 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-13 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-13 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-7 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: 700px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 0;
  padding-top: 100px;
}
.title-page .popover-wrap-14 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #44a4bc;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #505050;
  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-14 .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-14 .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-14 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #505050;
  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-14 .popover-body .s3_button_large {
  padding: 10px 40px;
  border: none;
  background: #f83748;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .popover-wrap-14 .popover-body .s3_button_large:hover, .title-page .popover-wrap-14 .popover-body .s3_button_large.hover, .title-page .popover-wrap-14 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-14 .popover-body .s3_button_large:active, .title-page .popover-wrap-14 .popover-body .s3_button_large.active {
  background: rgba(248, 55, 72, 0.5);
}
.title-page .popover-wrap-14 .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;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-14 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 35px;
  height: 30px;
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #f83748;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 35px;
}
.title-page .popover-wrap-14 .popover-close:hover, .title-page .popover-wrap-14 .popover-close.hover, .title-page .popover-wrap-14 .popover-close.active {
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #44a4bc;
}
.title-page .popover-wrap-14 .popover-close:active, .title-page .popover-wrap-14 .popover-close.active {
  background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat rgba(68, 164, 188, 0.8);
}
.title-page .popover-wrap-14 .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-14 .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-14 .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-14 .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-14 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-14 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-14 .header {
  border: none;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #44a4bc;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 900;
  padding-right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  background: url("../images/P2.svg") left 0px top 18px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 160px;
}
.title-page .editable_block-14 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-14 .title {
  box-sizing: border-box;
  font-size: 80px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  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-weight: 900;
  padding-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: 0;
  padding-right: 0;
}
.title-page .editable_block-14 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-14 .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-14 .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-14 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-14 .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-14 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.6;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 20px;
  padding-top: 50px;
}
.title-page .editable_block-14 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-14 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-14 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-14 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-14 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-14 .more {
  box-sizing: border-box;
  margin-top: 0;
  pointer-events: auto;
  padding-top: 60px;
  padding-right: 0;
}
.title-page .editable_block-14 .more > a {
  padding: 30px 70px;
  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: 16px;
  -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
  background: #f83748;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
  margin-left: 0;
  margin-right: auto;
}
.title-page .editable_block-14 .more > a:hover, .title-page .editable_block-14 .more > a.hover, .title-page .editable_block-14 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #44a4bc;
}
.title-page .editable_block-14 .more > a:active, .title-page .editable_block-14 .more > a.active {
  background: rgba(68, 164, 188, 0.8);
}
.title-page .editable_block-14 .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-14 .clear {
  clear: both;
}
.title-page .popover-container-14 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-14 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-14 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 20px;
}
.title-page .popover-wrap-14 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item {
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 10px;
}
.title-page .popover-wrap-14 .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-14 .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-14 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_div {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_html_block {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-14 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_checkbox {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .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-14 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .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-14 .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-14 .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-14 .popover-body .s3_form_item.form_radio {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .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-14 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .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-14 .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-14 .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-14 .popover-body .s3_form_item.form_select {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .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-14 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-14 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_calendar {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_calendar_interval {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .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-14 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-14 .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-14 .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-14 .popover-body .s3_form_item.form_upload {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .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-14 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-14 .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-14 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-14 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-14 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-8 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-15 .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-15 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.title-page .side-panel-15 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
  text-align: center;
}
.title-page .side-panel-15 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-15 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .side-panel-15 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  text-align: center;
}
.title-page .side-panel-15 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-15 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
  text-align: left;
}
.title-page .side-panel-15 .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-26 {
    padding-top: 0.02px;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-25 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-22 .layout_49 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: none;
  }
  .title-page .block-22 .layout_50 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-22 .layout_51 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-22 {
    width: auto;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-27 {
    margin-top: 15px;
    margin-left: auto;
    display: none;
  }
  .title-page .widget-28 {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-29 {
    margin-top: 15px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-26 {
    text-align: left;
    background: none;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-17 {
    padding: 160px 0 0.02px;
    background: url("../images/33.png?1564133901712") left 50% top -41px / 960px no-repeat, url("../images/P2.jpg") left 50% bottom 0px / auto auto no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-23 .layout_53 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_57 {
    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-23 {
    border: none;
    width: auto;
    background: #303030;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-30 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-54 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-54 .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-31 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .address-55 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-55 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-32 {
    margin-left: auto;
    margin-right: auto;
    background: none;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .email-56 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-56 .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-33 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .title-page .popover-wrap-57 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-57 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-57 .more {
    clear: none;
  }
  .title-page .block-18 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-24 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .popover-wrap-42 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-42 .header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .blocklist-42 .description {
    background: none;
  }
  .title-page .blocklist-42 .body-outer {
    width: auto;
  }
  .title-page .blocklist-42 .body {
    width: auto;
  }
  .title-page .blocklist-42 .bx-wrapper {
    max-width: 748px;
  }
  .title-page .blocklist-42 .list {
    width: 748px;
  }
  .title-page .blocklist-42 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-42 .item:hover, .title-page .blocklist-42 .item.hover, .title-page .blocklist-42 .item.active {
    -webkit-box-shadow: inset 0px 0px 0px 1px #44a4bc, 0px 0px 12px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px 0px 0px 1px #44a4bc, 0px 0px 12px 3px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 0px 0px 1px #44a4bc, 0px 0px 12px 3px rgba(0, 0, 0, 0.05);
  }
  .title-page .blocklist-42 .image {
    margin-right: 0;
    float: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .block-15 {
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-16 .layout_37 {
    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-16 .layout_38 {
    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-16 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-21 {
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
    background: none;
  }
  .title-page .popover-wrap-37 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-37 .description {
    background: none;
  }
  .title-page .blocklist-37 .body-outer {
    width: auto;
  }
  .title-page .blocklist-37 .body {
    width: auto;
  }
  .title-page .blocklist-37 .item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-37 .text {
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .blocklist-37 .image {
    margin-bottom: 0;
    width: 200px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .blocklist-37 .item-label {
    background: none;
  }
  .title-page .blocklist-37 .img-convert {
    width: 200px;
    height: 150px;
  }
  .title-page .blocklist-37 .title {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .blocklist-37 .more {
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .blocklist-37 .more > a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .title-page .blocklist-37 .controls {
    padding-top: 90px;
    background: none;
  }
  .title-page .blocklist-37 .bx-pager-wrap {
    display: none;
  }
  .title-page .widget-22 {
    padding: 30px;
    width: auto;
    margin-left: 0;
    margin-top: 60px;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .popover-wrap-38 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-38 .header_text {
    font-size: 24px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-38 .description {
    background: none;
  }
  .title-page .blocklist-38 .body-outer {
    width: auto;
  }
  .title-page .blocklist-38 .body {
    width: auto;
  }
  .title-page .blocklist-38 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-38 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-38 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
    width: 80px;
    min-height: 80px;
  }
  .title-page .blocklist-38 .item-label {
    padding-right: 8px;
    padding-left: 8px;
  }
  .title-page .blocklist-38 .img-convert {
    width: 50px;
    background: none;
    height: 50px;
  }
  .title-page .blocklist-38 .title {
    padding-top: 10px;
  }
  .title-page .block-14 {
    background: none;
    padding-bottom: 60px;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-13 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-18 {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
    display: block;
  }
  .title-page .popover-wrap-30 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-30 .description {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .title-page .blocklist-30 .body-outer {
    width: auto;
  }
  .title-page .blocklist-30 .body {
    width: auto;
  }
  .title-page .blocklist-30 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
    padding-bottom: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-30 .text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-30 .image {
    margin-right: 0;
    float: none;
    padding-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    width: auto;
    left: 0;
    right: 0;
    padding-bottom: 20px;
  }
  .title-page .blocklist-30 .img-convert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-30 .title {
    padding: 20px 20px 0.02px;
    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;
  }
  .title-page .blocklist-30 .more {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .block-10 {
    min-height: 450px;
    background: linear-gradient(#343434, #343434);
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-12 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-17 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .popover-wrap-28 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-28 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-28 .title {
    padding-bottom: 20px;
    margin-bottom: 0;
    background: none;
  }
  .title-page .editable_block-28 .more {
    clear: none;
  }
  .title-page .block-11 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-14 {
    padding-right: 0;
    padding-left: 0;
    width: 728px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .block-8 {
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-9 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-10 {
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    display: block;
  }
  .title-page .popover-wrap-19 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-19 .header_text {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-19 .description {
    margin-bottom: 0;
    background: none;
    width: 500px;
  }
  .title-page .blocklist-19 .body-outer {
    width: auto;
  }
  .title-page .blocklist-19 .body {
    width: auto;
  }
  .title-page .blocklist-19 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-19 .item {
    background: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-19 .item:hover, .title-page .blocklist-19 .item.hover, .title-page .blocklist-19 .item.active {
    -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
  }
  .title-page .blocklist-19 .text {
    background: none;
  }
  .title-page .blocklist-19 .img-convert {
    height: 200px;
    background: none;
  }
  .title-page .block-2 {
    min-height: 759px;
    background: url("../images/01.jpg?1564060120670") left calc(50% - 98px) top -90px / 1344px no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-4 {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .title-page .block-5 .layout_8 {
    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-5 .layout_11 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-5 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-3 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-4 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .block-7 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-6 {
    text-align: left;
    width: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    right: 0;
    display: block;
  }
  .title-page .phones-13 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-13 .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-7 {
    width: auto;
    background: none;
    padding-right: 300px;
    padding-top: 50px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .popover-wrap-14 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-14 .header {
    font-size: 20px;
  }
  .title-page .editable_block-14 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-14 .title {
    font-size: 40px;
  }
  .title-page .editable_block-14 .text {
    font-size: 16px;
  }
  .title-page .editable_block-14 .more {
    clear: none;
  }
  .title-page .widget-8 {
    box-sizing: border-box;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .side-panel-15 .side-panel-mask {
    text-align: left;
  }
  .title-page .side-panel-15 .side-panel-content {
    padding: 40px 20px 20px;
    border: none;
    left: auto;
    right: 0;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #343434;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-15 .side-panel-close {
    border: none;
    left: auto;
    right: 100%;
    margin-top: 20px;
    margin-right: -10px;
    -webkit-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
    -moz-box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
    box-shadow: 0px 12px 24px 1px rgba(240, 14, 40, 0.27);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #f83748;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-15 .side-panel-close:hover, .title-page .side-panel-15 .side-panel-close.hover, .title-page .side-panel-15 .side-panel-close.active {
    background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat #44a4bc;
  }
  .title-page .side-panel-15 .side-panel-close:active, .title-page .side-panel-15 .side-panel-close.active {
    background: url("../images/closebutton.svg") left 50% top 50% / 17px no-repeat rgba(68, 164, 188, 0.8);
  }
  .title-page .side-panel-15 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-15 .side-panel-button {
    padding: 5px 10px;
    border: none;
    text-align: left;
    margin-top: 20px;
    align-self: auto;
    margin-bottom: 0;
    width: 40px;
    min-height: 40px;
    margin-right: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/Burger.svg") left 50% top 50% / auto auto no-repeat #44a4bc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0);
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-decoration: none;
  }
  .title-page .side-panel-15 .side-panel-button:hover, .title-page .side-panel-15 .side-panel-button.hover, .title-page .side-panel-15 .side-panel-button.active {
    background: url("../images/Burger.svg") left 50% top 50% / auto auto no-repeat #f83748;
  }
  .title-page .side-panel-15 .side-panel-button:active, .title-page .side-panel-15 .side-panel-button.active {
    background: url("../images/Burger.svg") left 50% top 50% / auto auto no-repeat rgba(248, 55, 72, 0.5);
  }
  .title-page .side-panel-15 .side-panel-button-icon-line {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-22 .layout_49 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-22 .layout_50 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-22 .layout_51 {
    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-22 {
    padding-top: 0.02px;
  }
  .title-page .widget-27 {
    margin-bottom: 0;
    margin-right: auto;
  }
  .title-page .widget-28 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-29 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }
  .title-page .block-17 {
    background: url("../images/33.png?1564133901712") left calc(50% - 29px) top -41px / 864px no-repeat, url("../images/P2.jpg") left 50% bottom 0px / auto auto no-repeat;
  }
  .title-page .block-23 .layout_53 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_57 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-42 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-42 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .blocklist-42 .list {
    width: 600px;
  }
  .title-page .blocklist-42 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-42 .item {
    margin-right: 0;
    margin-left: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-42 .image {
    margin-right: auto;
  }
  .title-page .block-16 .layout_37 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-16 .layout_38 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-37 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-37 .img-convert {
    width: 180px;
  }
  .title-page .blocklist-37 .more > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-37 .prev {
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .blocklist-38 .img-convert {
    height: 60px;
  }
  .title-page .block-14 {
    padding-top: 60px;
  }
  .title-page .block-10 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .title-page .widget-14 {
    width: auto;
  }
  .title-page .block-8 {
    padding-bottom: 60px;
  }
  .title-page .blocklist-19 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-19 .item {
    padding: 20px;
    margin: 10px;
  }
  .title-page .blocklist-19 .image {
    min-height: 180px;
  }
  .title-page .blocklist-19 .img-convert {
    height: 180px;
  }
  .title-page .blocklist-19 .title {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .blocklist-19 .more > a {
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-page .block-2 {
    min-height: 826px;
    background: url("../images/01.jpg?1564060120670") left calc(50% - 123px) top -90px / 1440px no-repeat;
  }
  .title-page .block-5 .layout_8 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_11 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-6 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-7 {
    padding-right: 250px;
  }
  .title-page .editable_block-14 .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;
    padding-left: 0;
  }
  .title-page .side-panel-15 .side-panel-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .side-panel-15 .side-panel-button {
    padding: 0.02px 0;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-22 .layout_49 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-22 .layout_50 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-22 .layout_51 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-28 {
    margin-bottom: 0;
  }
  .title-page .block-17 {
    background: url("../images/33.png?1564133901712") left calc(50% - 14px) top -24px / 691px no-repeat, url("../images/P2.jpg") left 50% bottom 0px / auto auto no-repeat;
    padding-top: 440px;
  }
  .title-page .block-23 .layout_53 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_57 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-33 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .editable_block-57 .header {
    font-size: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    padding-left: 0;
  }
  .title-page .editable_block-57 .title {
    font-size: 16px;
  }
  .title-page .editable_block-57 .text {
    font-size: 14px;
  }
  .title-page .block-18 {
    border: none;
    background: #303030;
    padding-top: 40px;
    -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 .blocklist-42 .header {
    background: none;
    padding-left: 0;
  }
  .title-page .blocklist-42 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-42 .description {
    font-size: 16px;
    color: #fff;
  }
  .title-page .blocklist-42 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .blocklist-42 .list {
    width: 440px;
  }
  .title-page .block-16 .layout_37 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-16 .layout_38 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-21 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .blocklist-37 .header {
    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;
    background: none;
  }
  .title-page .blocklist-37 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-37 .description {
    font-size: 16px;
  }
  .title-page .blocklist-37 .item {
    display: -webkit-flex;
    display: flex;
    padding-left: 20px;
  }
  .title-page .blocklist-37 .text {
    font-size: 15px;
  }
  .title-page .blocklist-37 .image {
    margin-bottom: 5px;
    float: none;
    width: auto;
    margin-left: 0;
    max-width: 100%;
    left: 0;
    right: 0;
    min-height: 100px;
  }
  .title-page .blocklist-37 .img-convert {
    width: auto;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-37 .title {
    font-size: 18px;
    padding-top: 20px;
  }
  .title-page .blocklist-37 .more > a {
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
  }
  .title-page .blocklist-37 .all {
    padding-right: 20px;
    padding-bottom: 15px;
  }
  .title-page .blocklist-37 .controls {
    min-height: 530px;
  }
  .title-page .widget-22 {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .title-page .blocklist-38 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-38 .item {
    padding-bottom: 20px;
  }
  .title-page .blocklist-38 .title {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .block-14 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .blocklist-30 .header {
    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;
    background: none;
  }
  .title-page .blocklist-30 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-30 .description {
    font-size: 16px;
  }
  .title-page .blocklist-30 .img-convert {
    height: 200px;
  }
  .title-page .blocklist-30 .title {
    font-size: 20px;
  }
  .title-page .block-10 {
    min-height: 271px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .title-page .editable_block-28 .header {
    font-size: 20px;
    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;
    background: none;
  }
  .title-page .editable_block-28 .title {
    font-size: 16px;
  }
  .title-page .accordion-25 .header {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .block-8 {
    margin-top: 0;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .title-page .blocklist-19 .header {
    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;
    background: none;
  }
  .title-page .blocklist-19 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-19 .description {
    font-size: 14px;
  }
  .title-page .blocklist-19 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-19 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-19 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-19 .text {
    font-size: 15px;
    padding-top: 10px;
  }
  .title-page .blocklist-19 .image {
    min-height: 100px;
  }
  .title-page .blocklist-19 .img-convert {
    height: 200px;
  }
  .title-page .blocklist-19 .title {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 30px;
    background: url("../images/lib_2469601_element1.svg") left 0px top 19px / auto auto no-repeat;
    padding-top: 15px;
  }
  .title-page .blocklist-19 .sub-title {
    margin-bottom: 10px;
  }
  .title-page .blocklist-19 .price-value {
    font-size: 20px;
  }
  .title-page .blocklist-19 .more {
    padding-top: 0.02px;
  }
  .title-page .blocklist-19 .more > a {
    padding-bottom: 15px;
  }
  .title-page .block-2 {
    min-height: 583px;
    background: url("../images/01.jpg?1564060120670") left 0px top 0px / 1152px no-repeat;
  }
  .title-page .block-5 .layout_8 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_11 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .widget-6 {
    display: none;
  }
  .title-page .widget-7 {
    padding-right: 100px;
  }
  .title-page .editable_block-14 .header:hover, .title-page .editable_block-14 .header.hover, .title-page .editable_block-14 .header.active {
    background: none;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-22 .layout_49 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-22 .layout_50 {
    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-22 .layout_51 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-29 {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-17 {
    background: url("../images/33.png?1564133901712") left 50% top -24px / 480px no-repeat, url("../images/P2.jpg") left 50% bottom 0px / auto auto no-repeat;
    padding-top: 300px;
  }
  .title-page .block-23 .layout_53 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_57 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .phones-54 .text_body {
    font-size: 20px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .widget-33 {
    margin-top: 0;
  }
  .title-page .popover-wrap-57 .popover-body {
    padding: 30px 20px;
  }
  .title-page .editable_block-57 .header:hover, .title-page .editable_block-57 .header.hover, .title-page .editable_block-57 .header.active {
    background: none;
  }
  .title-page .editable_block-57 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .popover-wrap-42 .popover-body {
    padding: 30px 20px;
  }
  .title-page .blocklist-42 .header:hover, .title-page .blocklist-42 .header.hover, .title-page .blocklist-42 .header.active {
    background: none;
  }
  .title-page .blocklist-42 .header_text {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-42 .description {
    font-size: 14px;
  }
  .title-page .blocklist-42 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-42 .list {
    width: 280px;
  }
  .title-page .blocklist-42 .item {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .blocklist-42 .item:hover, .title-page .blocklist-42 .item.hover, .title-page .blocklist-42 .item.active {
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  .title-page .blocklist-42 .item:active, .title-page .blocklist-42 .item.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .title-page .blocklist-42 .footer {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 80px;
  }
  .title-page .blocklist-42 .all {
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-page .block-16 .layout_37 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-16 .layout_38 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-16 {
    padding-right: 0;
  }
  .title-page .popover-wrap-37 .popover-body {
    padding: 30px 20px;
  }
  .title-page .blocklist-37 .header:hover, .title-page .blocklist-37 .header.hover, .title-page .blocklist-37 .header.active {
    background: none;
  }
  .title-page .blocklist-37 .description {
    margin-bottom: 80px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-37 .body-outer {
    padding-top: 0.02px;
  }
  .title-page .blocklist-37 .item {
    padding: 0.02px 0;
    margin: 5px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-37 .text {
    font-size: 14px;
  }
  .title-page .blocklist-37 .img-convert {
    height: 150px;
  }
  .title-page .blocklist-37 .more {
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-37 .footer {
    margin-top: 30px;
    padding-top: 0.02px;
  }
  .title-page .blocklist-37 .all {
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-page .blocklist-37 .controls {
    margin-left: 20px;
    min-height: 396px;
    padding-top: 85px;
    padding-left: 0;
  }
  .title-page .widget-22 {
    min-width: 0;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    right: 0;
  }
  .title-page .popover-wrap-38 .popover-body {
    padding: 30px 20px;
  }
  .title-page .blocklist-38 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-38 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-38 .title {
    margin-bottom: 0;
    font-size: 18px;
  }
  .title-page .popover-wrap-30 .popover-body {
    padding: 30px 20px;
  }
  .title-page .blocklist-30 .header:hover, .title-page .blocklist-30 .header.hover, .title-page .blocklist-30 .header.active {
    background: none;
  }
  .title-page .blocklist-30 .img-convert {
    height: 150px;
  }
  .title-page .blocklist-30 .more > a {
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-page .popover-wrap-28 .popover-body {
    padding: 30px 20px;
  }
  .title-page .editable_block-28 .header:hover, .title-page .editable_block-28 .header.hover, .title-page .editable_block-28 .header.active {
    background: none;
  }
  .title-page .editable_block-28 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .popover-wrap-19 .popover-body {
    padding: 30px 20px;
  }
  .title-page .blocklist-19 .description {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-19 .item {
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .blocklist-19 .text {
    font-size: 14px;
  }
  .title-page .blocklist-19 .image {
    min-height: 150px;
  }
  .title-page .blocklist-19 .img-convert {
    height: 160px;
  }
  .title-page .blocklist-19 .title {
    font-size: 18px;
  }
  .title-page .block-5 .layout_8 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 .layout_11 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-6 {
    padding-top: 0.02px;
    padding-right: 50px;
  }
  .title-page .widget-3 {
    font-size: 13px;
  }
  .title-page .site-name-10 .sn-text {
    font-size: 16px;
  }
  .title-page .widget-7 {
    padding-right: 0;
  }
  .title-page .popover-wrap-14 .popover-body {
    padding: 30px 20px;
  }
  .title-page .editable_block-14 .header {
    font-size: 16px;
  }
  .title-page .editable_block-14 .title {
    font-size: 25px;
  }
  .title-page .editable_block-14 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-14 .text {
    padding-top: 20px;
  }
  .title-page .editable_block-14 .more > a {
    padding-right: 60px;
    padding-left: 60px;
  }
  .title-page .side-panel-15 .side-panel-top {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding-top: 0.02px;
  }
}
.title-page .side-panel .widget-5 {
  margin: 0 0 20px;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
  text-align: right;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-11 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-11 .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-11 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-11 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-11 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-11 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-11 .menu-scroll > ul ul > li > a.active {
  background: #44a4bc;
}
.title-page .side-panel .menu-11 .menu-scroll > ul ul > li > a:active, .title-page .side-panel .menu-11 .menu-scroll > ul ul > li > a.active {
  background: rgba(68, 164, 188, 0.8);
}
.title-page .side-panel .menu-11 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-11 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  margin-right: 0;
  margin-left: 0;
}
.title-page .side-panel .menu-11 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-11 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-11 .menu-scroll > ul > li.menu-item > a.active {
  background: #44a4bc;
}
.title-page .side-panel .menu-11 .menu-scroll > ul > li.menu-item > a:active, .title-page .side-panel .menu-11 .menu-scroll > ul > li.menu-item > a.active {
  background: rgba(68, 164, 188, 0.8);
}
.title-page .side-panel .menu-11 .menu-scroll > ul > li.more-button {
  display: none;
}
.title-page .side-panel .menu-11 .menu-scroll > ul > li.more-button > a:hover, .title-page .side-panel .menu-11 .menu-scroll > ul > li.more-button > a.hover, .title-page .side-panel .menu-11 .menu-scroll > ul > li.more-button > a.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgaWQ9InN2Zy0xIj48dGl0bGUgaWQ9InRpdGxlLTIiPjwvdGl0bGU+PGcgZGF0YS1uYW1lPSJtZW51ICIgaWQ9Im1lbnVfIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0yOSw2SDNBMSwxLDAsMCwwLDMsOEgyOWExLDEsMCwwLDAsMC0yWiIgaWQ9InBhdGgtNCI+PC9wYXRoPjxwYXRoIGQ9Ik0zLDE3SDE2YTEsMSwwLDAsMCwwLTJIM2ExLDEsMCwwLDAsMCwyWiIgaWQ9InBhdGgtNSI+PC9wYXRoPjxwYXRoIGQ9Ik0yNSwyNEgzYTEsMSwwLDAsMCwwLDJIMjVhMSwxLDAsMCwwLDAtMloiIGlkPSJwYXRoLTYiPjwvcGF0aD48L2c+PC9zdmc+") left 50% top 50% / 26px no-repeat #44a4bc;
}
.title-page .side-panel .menu-11 .menu-scroll > ul > li.more-button > a:active, .title-page .side-panel .menu-11 .menu-scroll > ul > li.more-button > a.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgaWQ9InN2Zy0xIj48dGl0bGUgaWQ9InRpdGxlLTIiPjwvdGl0bGU+PGcgZGF0YS1uYW1lPSJtZW51ICIgaWQ9Im1lbnVfIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0yOSw2SDNBMSwxLDAsMCwwLDMsOEgyOWExLDEsMCwwLDAsMC0yWiIgaWQ9InBhdGgtNCI+PC9wYXRoPjxwYXRoIGQ9Ik0zLDE3SDE2YTEsMSwwLDAsMCwwLTJIM2ExLDEsMCwwLDAsMCwyWiIgaWQ9InBhdGgtNSI+PC9wYXRoPjxwYXRoIGQ9Ik0yNSwyNEgzYTEsMSwwLDAsMCwwLDJIMjVhMSwxLDAsMCwwLDAtMloiIGlkPSJwYXRoLTYiPjwvcGF0aD48L2c+PC9zdmc+") left 50% top 50% / 26px no-repeat rgba(68, 164, 188, 0.8);
}
