@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;
  font-size: 12px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-38 {
  margin: -103px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 381px;
  background: url("../images/456 (1).png") left calc(50% + 517px) top 5px / auto auto no-repeat, url("../images/kubik.svg?1538624741221") left calc(50% - 2px) top 95px / auto auto repeat-x;
  z-index: 16;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-top: 0.02px;
}
.title-page .block-42 .layout_79 {
  -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-42 .layout_80 {
  -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-42 .layout_81 {
  -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-42 {
  padding: 33px 22px;
  margin: 67px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 3;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-37 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: right;
  color: #8f8f8f;
  text-decoration: none;
  width: auto;
  right: 0;
}
.title-page .widget-36 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-35 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #8f8f8f;
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .block-41 {
  margin: 55px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 22px;
  padding-right: 22px;
}
.title-page .block-40 .layout_72 {
  -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-40 .layout_74 {
  -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-40 .layout_75 {
  -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-40 .layout_76 {
  -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-40 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widget-34 {
  margin: 2px 0 auto 6px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  text-align: right;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
}
.title-page .widgetsocial-76 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-76 .soc-content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  text-align: inherit;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .widgetsocial-76 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}
.title-page .widgetsocial-76 .soc {
  margin: 2px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: right;
}
.title-page .widgetsocial-76 .vk .wg-soc-icon {
  background: url("../images/wm_social_links_vk.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 35px;
}
.title-page .widgetsocial-76 .fb .wg-soc-icon {
  background: url("../images/wm_social_links_fb.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 35px;
}
.title-page .widgetsocial-76 .tw .wg-soc-icon {
  background: url("../images/wm_social_links_tw.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 35px;
}
.title-page .widgetsocial-76 .google .wg-soc-icon {
  background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 35px;
}
.title-page .widgetsocial-76 .ins .wg-soc-icon {
  background: url("../images/wm_social_links_ins.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 35px;
}
.title-page .widgetsocial-76 .ok .wg-soc-icon {
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 35px;
}
.title-page .widgetsocial-76 .mail .wg-soc-icon {
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 35px;
}
.title-page .widgetsocial-76 .pin .wg-soc-icon {
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 35px;
}
.title-page .widgetsocial-76 .lj .wg-soc-icon {
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 35px;
}
.title-page .widgetsocial-76 .my .wg-soc-icon {
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 35px;
}
.title-page .widgetsocial-76 .youtube .wg-soc-icon {
  background: url("../images/wm_social_links_youtube.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 35px;
}
.title-page .widgetsocial-76 .telegram .wg-soc-icon {
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 35px;
}
.title-page .widgetsocial-76 .whatsapp .wg-soc-icon {
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  height: 35px;
}
.title-page .widgetsocial-76 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-76 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.title-page .widget-33 {
  margin: 0 0 auto 43px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-75 p:first-child {
  margin-top: 0;
}
.title-page .phones-75 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-75 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-75 .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-75 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xMy45NzIsNy44NjUgQzEzLjk1OSw4LjA0NiAxMy43OTYsOC4xODYgMTMuNjE5LDguMTcyIEMxMy40NDIsOC4xNTggMTMuMzA2LDcuOTkwIDEzLjMxOSw3LjgwOSBDMTMuMzE5LDcuNzEyIDEzLjMzMyw3LjYyOCAxMy4zMzMsNy41NDQgQzEzLjMzMyw3LjQ0NyAxMy4zMzMsNy4zMzUgMTMuMzMzLDcuMjM3IEMxMy4zMzMsNS40MTEgMTIuNjEyLDMuNzY1IDExLjQ1NiwyLjU4MCBDMTAuMjg1LDEuMzk0IDguNjgwLDAuNjU1IDYuOTExLDAuNjU1IEM2LjcyMSwwLjY1NSA2LjU0NCwwLjY2OSA2LjM1NCwwLjY4MyBDNi4yNTgsMC42ODMgNi4xNjMsMC42OTcgNi4wNjgsMC43MTEgQzUuOTczLDAuNzI1IDUuODkxLDAuNzM5IDUuNzk2LDAuNzUzIEM1LjYzMiwwLjc5NSA1LjQ1NiwwLjY2OSA1LjQyOCwwLjQ4OCBDNS4zODgsMC4zMjEgNS41MTAsMC4xMzkgNS42ODcsMC4xMTEgQzUuODkxLDAuMDcwIDYuMDk1LDAuMDQyIDYuMjk5LDAuMDI4IEM2LjUwMywwLjAxNCA2LjcwNywtMC4wMDAgNi45MTEsLTAuMDAwIEM4Ljg3MSwtMC4wMDAgMTAuNjM5LDAuODA5IDExLjkzMiwyLjEzMyBDMTMuMjExLDMuNDQ0IDE0LjAwMCw1LjI1NyAxNC4wMDAsNy4yNTEgQzE0LjAwMCw3LjQ0NyAxMy45ODYsNy42NTYgMTMuOTcyLDcuODY1IFpNNS43NjksMi4zNTcgQzUuNzI4LDIuMTg5IDUuODUwLDIuMDA4IDYuMDI3LDEuOTgwIEM2LjE3NywxLjk1MiA2LjMyNiwxLjkzOCA2LjQ3NiwxLjkyNCBDNi42MjYsMS45MTAgNi43NzUsMS45MTAgNi45MjUsMS45MTAgQzcuMDYxLDEuOTEwIDcuMjExLDEuOTEwIDcuMzQ3LDEuOTI0IEM4LjYxMiwyLjAyMiA5Ljc1NSwyLjU5NCAxMC42MTIsMy40NzIgQzExLjM2MCw0LjIzOSAxMS44OTEsNS4yNDMgMTIuMDY4LDYuMzU5IEMxMi4xMDksNi42NTIgMTIuMTM2LDYuOTQ1IDEyLjEzNiw3LjI1MSBDMTIuMTM2LDcuNDA1IDEyLjEzNiw3LjU1OCAxMi4xMjIsNy43MTIgQzEyLjEwOSw3Ljg5MyAxMS45NDUsOC4wMzIgMTEuNzY4LDguMDE4IEMxMS41OTIsOC4wMDQgMTEuNDU2LDcuODM3IDExLjQ2OSw3LjY1NiBDMTEuNDY5LDcuNTU4IDExLjQ4Myw3LjQ3NCAxMS41MTAsNy4zNjMgQzExLjUxMCw3LjMyMSAxMS41MTAsNy4yNjUgMTEuNTEwLDcuMjIzIEMxMS41MTAsNi42MTAgMTEuMzg3LDYuMDI0IDExLjE4Myw1LjQ5NCBDMTAuOTUyLDQuOTA5IDEwLjU5OCw0LjM2NSAxMC4xNjMsMy45MTggQzkuNjMyLDMuMzc1IDguOTc5LDIuOTcwIDguMjQ1LDIuNzQ3IEM3LjgyMywyLjYyMiA3LjM4OCwyLjU1MiA2LjkyNSwyLjU1MiBDNi44MDMsMi41NTIgNi42NjYsMi41NTIgNi41MzAsMi41NjYgQzYuNDkwLDIuNTY2IDYuNDQ5LDIuNTgwIDYuNDA4LDIuNTgwIEM2LjMxMywyLjU5NCA2LjIzMSwyLjYwOCA2LjEzNiwyLjYyMiBDNS45NzMsMi42NjMgNS43OTYsMi41MzggNS43NjksMi4zNTcgWk05LjY3Myw3LjE5NiBDOS42NjAsNi40MjkgOS4zNjAsNS43NDUgOC44NzEsNS4yNDMgQzguMzgxLDQuNzI3IDcuNjg3LDQuNDIwIDYuOTM5LDQuNDIwIEM2Ljg3MSw0LjQyMCA2LjgwMyw0LjQzNCA2LjczNSw0LjQzNCBDNi43MjEsNC40MzQgNi43MDcsNC40MzQgNi42OTQsNC40MzQgQzYuNjEyLDQuNDM0IDYuNTQ0LDQuNDQ4IDYuNDYyLDQuNDYyIEM2LjI5OSw0LjUwNCA2LjEyMiw0LjM3OSA2LjA5NSw0LjE5NyBDNi4wNTQsNC4wMzAgNi4xNzcsMy44NDkgNi4zNTQsMy44MjEgQzYuNDQ5LDMuODA3IDYuNTQ0LDMuNzkzIDYuNjM5LDMuNzc5IEM2Ljc0OCwzLjc2NSA2Ljg0MywzLjc2NSA2LjkzOSwzLjc2NSBDNy4yMjQsMy43NjUgNy41MjQsMy44MDcgNy43OTYsMy44NzcgQzguMzgxLDQuMDQ0IDguODk4LDQuMzUxIDkuMzIwLDQuNzgzIEM5LjY2MCw1LjE0NiA5Ljk0NSw1LjU3OCAxMC4xMDksNi4wNjYgQzEwLjIzMSw2LjQ0MiAxMC4yOTksNi44MzMgMTAuMjk5LDcuMjM3IEMxMC4yOTksNy4yNzkgMTAuMjk5LDcuMzIxIDEwLjI5OSw3LjM5MSBDMTAuMjg1LDcuNDYwIDEwLjI4NSw3LjUwMiAxMC4yODUsNy41NDQgQzEwLjI3Miw3LjcyNSAxMC4xMDksNy44NjUgOS45MzIsNy44NTEgQzkuNzU1LDcuODM3IDkuNjE5LDcuNjcwIDkuNjMyLDcuNDg4IEM5LjY0Niw3LjQzMyA5LjY0Niw3LjM5MSA5LjY3Myw3LjM0OSBDOS42NzMsNy4zMjEgOS42NzMsNy4yNzkgOS42NzMsNy4yMjMgTDkuNjczLDcuMTk2IFpNOC4zODEsMTAuNzI0IEM4LjgzMCwxMC44MzUgOS4yMTEsMTAuMjUwIDkuNDE1LDEwLjAyNiBDMTAuMjU4LDkuMTA2IDEwLjI4NSw4LjgxMyAxMS4wODgsOS4yNTkgTDEzLjQ5NiwxMC41ODQgQzE0LjQyMSwxMS4xNTYgMTMuMTcwLDEzLjAxMSAxMi4yNDUsMTMuNTQxIEM4LjA4MSwxNS44NjkgMC42MTIsOC44MTMgMC4wMTQsNC40NDggQy0wLjIxOCwyLjY3NyAyLjU5OSwtMS4xMTYgMy42MDUsMS4yNTUgTDQuNjgwLDMuNzIzIEM1LjE4NCw1LjEwNCAzLjYzMyw1LjQ2NiAzLjY2MCw2LjE5MSBDMy42NzMsNi42NjYgNC44NDMsOC4xMzAgNS4xMTYsOC40MzcgQzUuNjg3LDkuMDc4IDcuNDQyLDEwLjQ4NyA4LjM4MSwxMC43MjQgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #fa8a0a;
  margin-right: 12px;
  min-height: 35px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.title-page .phones-75 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-75 .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-75 .title {
  border: none;
  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: #787878;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 4px;
}
.title-page .phones-75 .text_body {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  line-height: 1.4;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
}
.title-page .phones-75 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-75 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-75 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-32 {
  margin: 0 0 auto 55px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .email-74 p:first-child {
  margin-top: 0;
}
.title-page .email-74 p:last-child {
  margin-bottom: 0;
}
.title-page .email-74 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-74 .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-74 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("../images/email.svg") left 50% top 50% / auto auto no-repeat #fa8a0a;
  margin-right: 12px;
  min-height: 35px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.title-page .email-74 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-74 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .email-74 .title {
  border: none;
  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: #787878;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 4px;
}
.title-page .email-74 .text_body {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  line-height: 1.4;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
}
.title-page .email-74 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-74 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-30 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-72 p:first-child {
  margin-top: 0;
}
.title-page .address-72 p:last-child {
  margin-bottom: 0;
}
.title-page .address-72 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-72 .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-72 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("../images/adr.svg") left 50% top 50% / auto auto no-repeat #fa8a0a;
  margin-right: 12px;
  min-height: 35px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .address-72 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-72 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-72 .title {
  border: none;
  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: #787878;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 7px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 4px;
}
.title-page .address-72 .text_body {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  line-height: 1.4;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
}
.title-page .address-72 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-72 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-39 {
  margin: 33px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-38 {
  margin: -45px 0 0 17px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  width: 120px;
  min-height: 45px;
  background: #ff951c;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 9px 9px 0px 0px;
  -moz-border-radius: 9px 9px 0px 0px;
  border-radius: 9px 9px 0px 0px;
}
.title-page .widget-38:hover, .title-page .widget-38.hover, .title-page .widget-38.active {
  background: #90c900;
}
.title-page .up-83 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 12px;
  height: 20px;
  width: 34px;
  display: inline-block;
  background: url("../images/str4.svg") left 50% top 50% / auto auto no-repeat;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .up-83 .title {
  box-sizing: border-box;
  color: #000;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .widget-29 {
  padding: 5px 2px 19px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: right;
  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;
  max-width: 100%;
  right: 0;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .menu-70 .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-70 .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-70 .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-70 .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-70 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-70 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-70 .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-70 .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-70 .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-70 .menu-scroll > ul > li.menu-item > a {
  padding: 12px 22px;
  margin: 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
}
.title-page .menu-70 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-70 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-70 .menu-scroll > ul > li.menu-item > a.active {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background: #86ba02;
}
.title-page .menu-70 .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-70 .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-70 .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-70 .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-70 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-70 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-70 .menu-scroll > ul ul {
  padding: 5px;
  margin: 5px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #eee;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
}
.title-page .menu-70 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-70 .menu-scroll > ul ul > li > a {
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  background: #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.title-page .menu-70 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-70 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px 0 2px 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #333;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-70 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-70 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-70 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .menu-70 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .block-37 {
  padding: 88px 22px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/5555.png") left calc(50% + 944px) top calc(50% + 73px) / auto auto no-repeat fixed, url("../images/222.png") left calc(50% - 908px) top calc(50% - 17px) / auto auto no-repeat fixed, url("../images/kubik.svg?1538624741221") left 50% bottom -9px / auto auto repeat-x;
  max-width: 100%;
  z-index: 15;
  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-36 .layout_63 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-36 .layout_65 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-36 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .block-35 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 22px;
  padding-top: 32px;
  right: 0;
}
.title-page .widget-27 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-right: 31px;
}
.title-page .popover-wrap-64 .popover-body {
  padding: 44px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  display: inline-block;
  width: 309px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-64 .popover-body .form_text input {
  padding: 12px 8px 12px 25px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-64 .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;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-64 .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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-64 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-64 .popover-body .s3_button_large {
  border: none;
  background: #fa8a0a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 51px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 222px;
  margin-top: 9px;
}
.title-page .popover-wrap-64 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: 1px solid #e1c893;
  display: table;
  background: #90c900;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .popover-wrap-64 .popover-close {
  border: 4px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("../images/x.svg") left 50% top 50% / auto auto no-repeat #fa8a0a;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-64 .popover-close:hover, .title-page .popover-wrap-64 .popover-close.hover, .title-page .popover-wrap-64 .popover-close.active {
  border: 2px solid #fa8a0a;
}
.title-page .popover-wrap-64 .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-64 .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-64 .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-64 .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-64 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-64 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-64 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-64 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-64 .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-64 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-64 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  padding-right: 6px;
}
.title-page .blocklist-64 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-64 .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-64 .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-64 .bx-wrapper {
  max-width: 100%;
}
.title-page .blocklist-64 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-64 .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-64 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-64 .item {
  padding: 2px 43px 12px 0;
  margin: 10px 10px 24px 11px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  display: block;
  text-align: center;
  flex-basis: 100%;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff, 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 0px 0px 2px #fff, 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 0px 0px 2px #fff, 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  background: #f7f7f7;
  left: 0;
  right: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-64 .text {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .blocklist-64 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-64 .image {
  margin: 12px 17px 0 12px;
  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;
  float: left;
  width: 112px;
  left: 0;
  right: 0;
  min-height: 127px;
}
.title-page .blocklist-64 .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-64 .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-64 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 159px;
  height: 138px;
  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: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-64 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-64 .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-64 .title {
  font-weight: 600;
  margin-bottom: 19px;
  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;
  text-decoration: none;
  font-size: 24px;
  margin-top: 42px;
}
.title-page .blocklist-64 .sub-title {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #ff9419;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
.title-page .blocklist-64 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-64 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-64 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-64 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-64 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-64 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-64 .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-64 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-64 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-64 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-64 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-64 .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-64 .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;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-64 .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-64 .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-64 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-64 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-64 .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-64 .bx-auto_controls {
  margin: 18px 0 auto auto;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .blocklist-64 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-64 .bx-controls-auto {
  box-sizing: border-box;
  display: block;
}
.title-page .blocklist-64 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-64 .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-64 .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-64 .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-64 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  visibility: visible;
  text-align: center;
}
.title-page .blocklist-64 .bx-pager-item {
  display: block;
  box-sizing: border-box;
}
.title-page .blocklist-64 .bx-pager a {
  margin: 2px;
  border: 5px solid rgba(0, 0, 0, 0.06);
  display: inline-block;
  width: 22px;
  min-height: 22px;
  background: #fff;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  box-sizing: border-box;
  text-decoration: none;
  height: 10px;
  text-align: left;
  color: #000;
  -webkit-box-shadow: inset 0px 0px 0px 2px #86ba02;
  -moz-box-shadow: inset 0px 0px 0px 2px #86ba02;
  box-shadow: inset 0px 0px 0px 2px #86ba02;
}
.title-page .blocklist-64 .bx-pager a:hover, .title-page .blocklist-64 .bx-pager a.hover, .title-page .blocklist-64 .bx-pager a.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fa8a0a;
  -moz-box-shadow: inset 0px 0px 0px 2px #fa8a0a;
  box-shadow: inset 0px 0px 0px 2px #fa8a0a;
}
.title-page .blocklist-64 .bx-pager a:active, .title-page .blocklist-64 .bx-pager a.active {
  border: 5px solid #fff;
  background: #fa8a0a;
}
.title-page .popover-container-64 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-64 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-64 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-64 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-64 .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-64 .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-64 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-64 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 34px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 15px;
}
.title-page .popover-wrap-64 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-64 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 13px;
}
.title-page .popover-wrap-64 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .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-64 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-64 .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-64 .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-64 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .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-64 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-64 .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-64 .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-64 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-64 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-64 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .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-64 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-64 .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-64 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-right: 4px;
}
.title-page .popover-wrap-64 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-64 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-64 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-left: 9px;
}
.title-page .popover-wrap-64 .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-64 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-64 .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-64 ::-webkit-input-placeholder {
  color: #474747;
}
.title-page .popover-wrap-64 ::-moz-placeholder {
  color: #474747;
}
.title-page .popover-wrap-64 :-ms-input-placeholder {
  color: #474747;
}
.title-page .block-34 {
  margin: 20px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-right: 22px;
  right: 0;
}
.title-page .widget-26 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  padding-bottom: 0.02px;
  right: 0;
}
.title-page .popover-wrap-62 .popover-body {
  padding: 44px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  display: inline-block;
  width: 309px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_text input {
  padding: 12px 8px 12px 25px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-62 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-62 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-62 .popover-body .s3_button_large {
  border: none;
  background: #fa8a0a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 51px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 222px;
  margin-top: 9px;
}
.title-page .popover-wrap-62 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: 1px solid #e1c893;
  display: table;
  background: #90c900;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .popover-wrap-62 .popover-close {
  border: 4px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("../images/x.svg") left 50% top 50% / auto auto no-repeat #fa8a0a;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-62 .popover-close:hover, .title-page .popover-wrap-62 .popover-close.hover, .title-page .popover-wrap-62 .popover-close.active {
  border: 2px solid #fa8a0a;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-62 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-62 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-62 .header {
  box-sizing: border-box;
  font-size: 45px;
  margin-bottom: 26px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: 600;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-62 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  text-align: left;
}
.title-page .editable_block-62 .title {
  box-sizing: border-box;
  font-size: 25px;
  margin-bottom: 1px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #3d3d3d;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 7px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-62 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-62 .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-62 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-62 .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-62 .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-62 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #949494;
  line-height: 1.7;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-right: 5px;
}
.title-page .editable_block-62 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-62 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-62 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-62 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-62 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-62 .more {
  box-sizing: border-box;
  margin-top: 29px;
  pointer-events: auto;
}
.title-page .editable_block-62 .more > a {
  padding: 12px 22px;
  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: 54px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
  background: #fa8a0a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  width: 206px;
}
.title-page .editable_block-62 .more > a:hover, .title-page .editable_block-62 .more > a.hover, .title-page .editable_block-62 .more > a.active {
  background: #ff9419;
}
.title-page .editable_block-62 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-62 .clear {
  clear: both;
}
.title-page .popover-container-62 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-62 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-62 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-62 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-62 .popover-body .s3_form_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-62 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 34px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 15px;
}
.title-page .popover-wrap-62 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-62 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 13px;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-62 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-62 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-62 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-62 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-right: 4px;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-left: 9px;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-62 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-62 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-62 ::-webkit-input-placeholder {
  color: #474747;
}
.title-page .popover-wrap-62 ::-moz-placeholder {
  color: #474747;
}
.title-page .popover-wrap-62 :-ms-input-placeholder {
  color: #474747;
}
.title-page .widget-28 {
  margin: -7px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 14;
  text-align: left;
  width: auto;
  min-height: 439px;
  display: -webkit-flex;
  display: flex;
  background: #ccc;
  overflow: hidden;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-33 {
  margin: 17px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/kubik.svg?1538562605620") left 50% bottom -9px / 54px repeat-x, url("../images/kubik.svg?1538562605620") left 50% top -9px / 54px repeat-x, url("../images/1111111111.jpg") left 50% top 50% / cover no-repeat fixed;
  max-width: 100%;
  z-index: 13;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-top: 88px;
  padding-bottom: 54px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-32 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  max-width: 100%;
}
.title-page .widget-25 {
  padding: 0.02px 44px 134px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.title-page .popover-wrap-59 .popover-body {
  padding: 44px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  display: inline-block;
  width: 309px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-59 .popover-body .form_text input {
  padding: 12px 8px 12px 25px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-59 .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;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-59 .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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-59 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-59 .popover-body .s3_button_large {
  border: none;
  background: #fa8a0a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 51px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 222px;
  margin-top: 9px;
}
.title-page .popover-wrap-59 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: 1px solid #e1c893;
  display: table;
  background: #90c900;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .popover-wrap-59 .popover-close {
  border: 4px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("../images/x.svg") left 50% top 50% / auto auto no-repeat #fa8a0a;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-59 .popover-close:hover, .title-page .popover-wrap-59 .popover-close.hover, .title-page .popover-wrap-59 .popover-close.active {
  border: 2px solid #fa8a0a;
}
.title-page .popover-wrap-59 .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-59 .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-59 .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-59 .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-59 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-59 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-59 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-59 .header_text {
  border: none;
  font-size: 45px;
  box-sizing: border-box;
  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-weight: 600;
  margin-bottom: 32px;
  padding-bottom: 41px;
  background: url("../images/polosa.svg?1538562605757") left 50% top calc(50% + 100px) / 2px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-59 .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-59 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-59 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding-right: 0;
}
.title-page .blocklist-59 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-59 .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-59 .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-59 .bx-wrapper {
  max-width: 1112px;
}
.title-page .blocklist-59 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-59 .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: 1112px;
}
.title-page .blocklist-59 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-59 .item {
  padding: 44px;
  margin: 10px auto;
  border: none;
  position: relative;
  width: 1042px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0), 0px 0px 0px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0), 0px 0px 0px 6px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0), 0px 0px 0px 6px rgba(0, 0, 0, 0.06);
  background: url("../images/66666666666.png") left calc(50% + 76px) top calc(50% - 110px) / auto auto no-repeat, url("../images/66666666666.png") left calc(50% - 78px) top calc(50% - 23px) / auto auto no-repeat, url("../images/Otzivi.png") left 50% top 50% / auto auto no-repeat #fcfcfc;
  max-width: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-59 .item:hover, .title-page .blocklist-59 .item.hover, .title-page .blocklist-59 .item.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #86ba02, 0px 0px 0px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: inset 0px 0px 0px 2px #86ba02, 0px 0px 0px 6px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 0px 0px 2px #86ba02, 0px 0px 0px 6px rgba(0, 0, 0, 0.06);
}
.title-page .blocklist-59 .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;
  color: #949494;
  line-height: 1.4;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-59 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-59 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 27px;
  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: 99px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-59 .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-59 .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-59 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 99px;
  height: 99px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.07);
}
.title-page .blocklist-59 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-59 .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-59 .title {
  font-weight: 600;
  margin-bottom: 6px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
}
.title-page .blocklist-59 .sub-title {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #ff9419;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
}
.title-page .blocklist-59 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-59 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-59 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-59 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-59 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-59 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-59 .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-59 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-59 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-59 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-59 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-59 .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-59 .controls {
  position: absolute;
  top: auto;
  left: 50%;
  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: -10px;
  z-index: 1;
  text-align: justify;
  width: 101px;
  max-width: 100%;
  margin-left: -49.5px;
  bottom: 0;
  margin-bottom: 33px;
}
.title-page .blocklist-59 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 20px;
  background: url("../images/str2.svg") left 50% top 50% / auto auto no-repeat #86ba02;
  box-sizing: border-box;
  text-align: left;
  min-height: 44px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .blocklist-59 .prev:hover, .title-page .blocklist-59 .prev.hover, .title-page .blocklist-59 .prev.active {
  background: url("../images/str2.svg") left 50% top 50% / auto auto no-repeat #ff951c;
}
.title-page .blocklist-59 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 20px;
  background: url("../images/str1.svg") left 50% top 50% / auto auto no-repeat #86ba02;
  box-sizing: border-box;
  text-align: left;
  min-height: 44px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .blocklist-59 .next:hover, .title-page .blocklist-59 .next.hover, .title-page .blocklist-59 .next.active {
  background: url("../images/str1.svg") left 50% top 50% / auto auto no-repeat #ff951c;
}
.title-page .blocklist-59 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-59 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-59 .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-59 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-59 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-59 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-59 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-59 .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-59 .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-59 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-59 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-59 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-59 .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-59 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-59 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-59 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-59 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-59 .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-59 .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-59 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-59 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 34px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 15px;
}
.title-page .popover-wrap-59 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-59 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 13px;
}
.title-page .popover-wrap-59 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .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-59 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-59 .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-59 .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-59 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .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-59 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-59 .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-59 .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-59 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-59 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-59 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .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-59 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-59 .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-59 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-right: 4px;
}
.title-page .popover-wrap-59 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-59 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-59 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-left: 9px;
}
.title-page .popover-wrap-59 .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-59 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-59 .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-59 ::-webkit-input-placeholder {
  color: #474747;
}
.title-page .popover-wrap-59 ::-moz-placeholder {
  color: #474747;
}
.title-page .popover-wrap-59 :-ms-input-placeholder {
  color: #474747;
}
.title-page .block-30 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 554px;
  max-width: 100%;
  background: url("../images/Akciya.png") left calc(50% - 784px) top calc(50% + 29px) / auto auto no-repeat fixed, url("../images/Akciya 2.png") left calc(50% + 699px) top calc(50% + 41px) / auto auto no-repeat fixed;
  z-index: 12;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-31 {
  margin: 111px auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  background: url("../images/23435.jpg") left calc(50% - 89px) top 50% / cover no-repeat;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 504px;
  padding-top: 56px;
  padding-bottom: 70px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.title-page .widget-24 {
  margin: 0 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 366px;
  width: 1200px;
  max-width: 100%;
  padding-right: 15px;
}
.title-page .popover-wrap-56 .popover-body {
  padding: 44px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  display: inline-block;
  width: 309px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-56 .popover-body .form_text input {
  padding: 12px 8px 12px 25px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-56 .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;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-56 .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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-56 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-56 .popover-body .s3_button_large {
  border: none;
  background: #fa8a0a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 51px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 222px;
  margin-top: 9px;
}
.title-page .popover-wrap-56 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: 1px solid #e1c893;
  display: table;
  background: #90c900;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .popover-wrap-56 .popover-close {
  border: 4px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("../images/x.svg") left 50% top 50% / auto auto no-repeat #fa8a0a;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-56 .popover-close:hover, .title-page .popover-wrap-56 .popover-close.hover, .title-page .popover-wrap-56 .popover-close.active {
  border: 2px solid #fa8a0a;
}
.title-page .popover-wrap-56 .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-56 .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-56 .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-56 .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-56 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-56 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-56 .header {
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 18px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #2b2b2b;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 600;
}
.title-page .editable_block-56 .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-56 .title {
  box-sizing: border-box;
  font-size: 24px;
  margin-bottom: 29px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #4f4f4f;
  line-height: 1.3;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 500;
}
.title-page .editable_block-56 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: left;
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: 0;
}
.title-page .editable_block-56 .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-56 .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-56 .img-convert {
  box-sizing: border-box;
  width: 618px;
  height: 400px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-56 .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-56 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #949494;
  line-height: 1.4;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-56 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-56 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-56 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-56 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-56 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-56 .more {
  box-sizing: border-box;
  margin-top: 43px;
  pointer-events: auto;
}
.title-page .editable_block-56 .more > a {
  padding: 12px 55px;
  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: 54px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(158, 158, 158, 0.18);
  -moz-box-shadow: 0px 0px 0px 6px rgba(158, 158, 158, 0.18);
  box-shadow: 0px 0px 0px 6px rgba(158, 158, 158, 0.18);
  background: #fa8a0a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.title-page .editable_block-56 .more > a:hover, .title-page .editable_block-56 .more > a.hover, .title-page .editable_block-56 .more > a.active {
  background: #ff9419;
}
.title-page .editable_block-56 .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-56 .clear {
  clear: both;
}
.title-page .popover-container-56 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-56 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-56 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-56 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-56 .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-56 .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-56 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-56 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 34px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 15px;
}
.title-page .popover-wrap-56 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-56 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 13px;
}
.title-page .popover-wrap-56 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .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-56 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-56 .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-56 .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-56 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .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-56 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-56 .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-56 .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-56 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-56 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-56 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .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-56 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-56 .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-56 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-right: 4px;
}
.title-page .popover-wrap-56 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-56 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-56 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-left: 9px;
}
.title-page .popover-wrap-56 .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-56 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-56 .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-56 ::-webkit-input-placeholder {
  color: #474747;
}
.title-page .popover-wrap-56 ::-moz-placeholder {
  color: #474747;
}
.title-page .popover-wrap-56 :-ms-input-placeholder {
  color: #474747;
}
.title-page .block-29 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: url("../images/kubik.svg?1538538768246") left 50% bottom -9px / 50px repeat-x, url("../images/kubik.svg?1538538768246") left 50% top -9px / 50px repeat-x, url("../images/3.jpg") left 50% top 50% / auto auto no-repeat fixed;
  z-index: 11;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-46 {
  margin: 111px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-23 {
  padding: 66px 33px;
  margin: 0 22px 90px;
  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;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background: #fff;
  right: 0;
}
.title-page .popover-wrap-54 .popover-body {
  padding: 44px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  display: inline-block;
  width: 309px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-54 .popover-body .form_text input {
  padding: 12px 8px 12px 25px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-54 .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;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-54 .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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-54 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-54 .popover-body .s3_button_large {
  border: none;
  background: #fa8a0a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 51px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 222px;
  margin-top: 9px;
}
.title-page .popover-wrap-54 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: 1px solid #e1c893;
  display: table;
  background: #90c900;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .popover-wrap-54 .popover-close {
  border: 4px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("../images/x.svg") left 50% top 50% / auto auto no-repeat #fa8a0a;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-54 .popover-close:hover, .title-page .popover-wrap-54 .popover-close.hover, .title-page .popover-wrap-54 .popover-close.active {
  border: 2px solid #fa8a0a;
}
.title-page .popover-wrap-54 .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-54 .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-54 .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-54 .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-54 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-54 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-54 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-54 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #2b2b2b;
  text-decoration: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-weight: 600;
}
.title-page .blocklist-54 .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-54 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 32px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #787878;
  text-decoration: none;
  font-size: 16px;
  background: url("../images/lib_1781001_polosa.svg") left 50% bottom -73px / 2px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 40px;
}
.title-page .blocklist-54 .body-outer {
  box-sizing: border-box;
  position: relative;
  padding-left: 55px;
  padding-right: 0;
}
.title-page .blocklist-54 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-54 .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-54 .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-54 .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-54 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-54 .item {
  margin: 10px 10px 37px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  display: block;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-54 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-54 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-54 .image {
  margin: -22px 15px 21px 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
}
.title-page .blocklist-54 .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-54 .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-54 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 103px;
  height: 103px;
  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-box-shadow: 0px 0px 0px 6px #f5f5f5;
  -moz-box-shadow: 0px 0px 0px 6px #f5f5f5;
  box-shadow: 0px 0px 0px 6px #f5f5f5;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.title-page .blocklist-54 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-54 .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-54 .title {
  font-weight: 500;
  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;
  text-decoration: none;
  font-size: 19px;
  margin-top: 9px;
}
.title-page .blocklist-54 .sub-title {
  border: none;
  margin-bottom: -2px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  margin-top: 0;
  font-weight: 500;
  width: 35px;
  min-height: 35px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  background: #ff951c;
  padding-left: 9px;
  padding-top: 10px;
  margin-left: -15px;
}
.title-page .blocklist-54 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-54 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-54 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-54 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-54 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-54 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-54 .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-54 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-54 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-54 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-54 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-54 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-54 .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-54 .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-54 .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-54 .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-54 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-54 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-54 .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-54 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-54 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-54 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-54 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-54 .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-54 .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-54 .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-54 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-54 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-54 .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-54 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-54 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-54 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-54 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-54 .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-54 .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-54 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-54 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 34px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 15px;
}
.title-page .popover-wrap-54 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-54 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 13px;
}
.title-page .popover-wrap-54 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .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-54 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-54 .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-54 .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-54 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .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-54 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-54 .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-54 .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-54 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-54 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-54 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .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-54 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-54 .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-54 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-right: 4px;
}
.title-page .popover-wrap-54 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-54 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-54 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-left: 9px;
}
.title-page .popover-wrap-54 .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-54 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-54 .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-54 ::-webkit-input-placeholder {
  color: #474747;
}
.title-page .popover-wrap-54 ::-moz-placeholder {
  color: #474747;
}
.title-page .popover-wrap-54 :-ms-input-placeholder {
  color: #474747;
}
.title-page .block-23 {
  margin: 25px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.51), rgba(255, 255, 255, 0.51)), url("../images/2222.png") left calc(50% + 807px) top calc(50% + 139px) / auto auto no-repeat fixed, url("../images/333.png") left calc(50% - 816px) top calc(50% - 88px) / auto auto no-repeat fixed;
  z-index: 10;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  max-width: 100%;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-22 {
  margin: 31px auto 129px;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-top: 27px;
  padding-left: 22px;
  padding-right: 22px;
}
.title-page .widget-18 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-47 .popover-body {
  padding: 44px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  display: inline-block;
  width: 309px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-47 .popover-body .form_text input {
  padding: 12px 8px 12px 25px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-47 .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;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-47 .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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-47 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-47 .popover-body .s3_button_large {
  border: none;
  background: #fa8a0a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 51px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 222px;
  margin-top: 9px;
}
.title-page .popover-wrap-47 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: 1px solid #e1c893;
  display: table;
  background: #90c900;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .popover-wrap-47 .popover-close {
  border: 4px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("../images/x.svg") left 50% top 50% / auto auto no-repeat #fa8a0a;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-47 .popover-close:hover, .title-page .popover-wrap-47 .popover-close.hover, .title-page .popover-wrap-47 .popover-close.active {
  border: 2px solid #fa8a0a;
}
.title-page .popover-wrap-47 .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-47 .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-47 .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-47 .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-47 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-47 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-47 .header {
  border: none;
  box-sizing: border-box;
  font-size: 45px;
  margin-bottom: 25px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #2b2b2b;
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 39px;
  background: url("../images/polosa.svg?1538538768472") left 50% bottom -77px / 2px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-47 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-47 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-47 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-47 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-47 .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-47 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-47 .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-47 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-47 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-47 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-47 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-47 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-47 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-47 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-47 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-47 .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-47 .clear {
  clear: both;
}
.title-page .popover-container-47 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-47 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-47 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-47 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-47 .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-47 .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-47 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-47 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 34px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 15px;
}
.title-page .popover-wrap-47 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-47 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 13px;
}
.title-page .popover-wrap-47 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .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-47 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-47 .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-47 .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-47 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .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-47 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-47 .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-47 .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-47 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-47 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-47 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .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-47 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-47 .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-47 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-right: 4px;
}
.title-page .popover-wrap-47 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-47 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-47 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-left: 9px;
}
.title-page .popover-wrap-47 .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-47 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-47 .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-47 ::-webkit-input-placeholder {
  color: #474747;
}
.title-page .popover-wrap-47 ::-moz-placeholder {
  color: #474747;
}
.title-page .popover-wrap-47 :-ms-input-placeholder {
  color: #474747;
}
.title-page .block-45 {
  margin: 38px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-28 .layout_44 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-28 .layout_45 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-28 .layout_46 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-28 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
}
.title-page .block-27 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-17 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 5px;
}
.title-page .popover-wrap-43 .popover-body {
  padding: 44px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  display: inline-block;
  width: 309px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-43 .popover-body .form_text input {
  padding: 12px 8px 12px 25px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-43 .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;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-43 .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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-43 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-43 .popover-body .s3_button_large {
  border: none;
  background: #fa8a0a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 51px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 222px;
  margin-top: 9px;
}
.title-page .popover-wrap-43 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: 1px solid #e1c893;
  display: table;
  background: #90c900;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .popover-wrap-43 .popover-close {
  border: 4px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("../images/x.svg") left 50% top 50% / auto auto no-repeat #fa8a0a;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-43 .popover-close:hover, .title-page .popover-wrap-43 .popover-close.hover, .title-page .popover-wrap-43 .popover-close.active {
  border: 2px solid #fa8a0a;
}
.title-page .popover-wrap-43 .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-43 .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-43 .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-43 .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-43 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-43 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-43 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-43 .header_text {
  font-size: 40px;
  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: #2b2b2b;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 30px;
}
.title-page .blocklist-43 .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-43 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-43 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-43 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-43 .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-43 .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-43 .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-43 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-43 .item {
  margin: 10px 0 22px;
  border: 0px solid #000;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  display: block;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-43 .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: #787878;
  line-height: 1.4;
  text-decoration: none;
  font-size: 16px;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-43 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-43 .image {
  margin: 0 0 5px 33px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: right;
  width: 88px;
  min-height: 88px;
}
.title-page .blocklist-43 .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-43 .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-43 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 99px;
  height: 88px;
  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-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.04);
  background: #fff;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.title-page .blocklist-43 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-43 .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-43 .title {
  font-weight: 600;
  margin-bottom: 18px;
  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;
  text-decoration: none;
  font-size: 16px;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-43 .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-43 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-43 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-43 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-43 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-43 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-43 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-43 .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-43 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-43 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-43 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-43 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-43 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-43 .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-43 .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-43 .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-43 .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-43 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-43 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-43 .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-43 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-43 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-43 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-43 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-43 .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-43 .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-43 .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-43 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-43 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-43 .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-43 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-43 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-43 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-43 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-43 .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-43 .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-43 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-43 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 34px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 15px;
}
.title-page .popover-wrap-43 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-43 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 13px;
}
.title-page .popover-wrap-43 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .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-43 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-43 .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-43 .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-43 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .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-43 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-43 .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-43 .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-43 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-43 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-43 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .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-43 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-43 .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-43 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-right: 4px;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-43 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-left: 9px;
}
.title-page .popover-wrap-43 .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-43 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-43 .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-43 ::-webkit-input-placeholder {
  color: #474747;
}
.title-page .popover-wrap-43 ::-moz-placeholder {
  color: #474747;
}
.title-page .popover-wrap-43 :-ms-input-placeholder {
  color: #474747;
}
.title-page .block-25 {
  margin: 0 0 auto 25px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 443px;
  background: url("../images/dfthyj.png") left 50% top 50% / contain no-repeat;
  z-index: 2;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-26 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-right: 0;
  right: 0;
}
.title-page .widget-16 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-right: 0;
}
.title-page .popover-wrap-39 .popover-body {
  padding: 44px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  display: inline-block;
  width: 309px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_text input {
  padding: 12px 8px 12px 25px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-39 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-39 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-39 .popover-body .s3_button_large {
  border: none;
  background: #fa8a0a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 51px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 222px;
  margin-top: 9px;
}
.title-page .popover-wrap-39 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: 1px solid #e1c893;
  display: table;
  background: #90c900;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .popover-wrap-39 .popover-close {
  border: 4px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("../images/x.svg") left 50% top 50% / auto auto no-repeat #fa8a0a;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-39 .popover-close:hover, .title-page .popover-wrap-39 .popover-close.hover, .title-page .popover-wrap-39 .popover-close.active {
  border: 2px solid #fa8a0a;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-39 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-39 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-39 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-39 .header_text {
  font-size: 40px;
  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: #2b2b2b;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 30px;
}
.title-page .blocklist-39 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-39 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-39 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-39 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-39 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-39 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-39 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-39 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-39 .item {
  margin: 10px 0 22px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  display: block;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-39 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #787878;
  line-height: 1.4;
  text-decoration: none;
  font-size: 16px;
}
.title-page .blocklist-39 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-39 .image {
  margin: 4px 33px 5px 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  width: 108px;
}
.title-page .blocklist-39 .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-39 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-39 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 88px;
  height: 88px;
  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: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.04);
  background: #fff;
}
.title-page .blocklist-39 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-39 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-39 .title {
  font-weight: 600;
  margin-bottom: 18px;
  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;
  text-decoration: none;
  font-size: 16px;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-39 .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-39 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-39 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-39 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-39 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-39 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-39 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-39 .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-39 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-39 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-39 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-39 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-39 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-39 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-39 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-39 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-39 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-39 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-39 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-39 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-39 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-39 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-39 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-39 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-39 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-39 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-39 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-39 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-39 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-39 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-39 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-39 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-39 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-39 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-39 .popover-body .s3_form_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-39 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 34px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 15px;
}
.title-page .popover-wrap-39 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-39 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 13px;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-39 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-39 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-right: 4px;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-left: 9px;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-39 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-39 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-39 ::-webkit-input-placeholder {
  color: #474747;
}
.title-page .popover-wrap-39 ::-moz-placeholder {
  color: #474747;
}
.title-page .popover-wrap-39 :-ms-input-placeholder {
  color: #474747;
}
.title-page .block-18 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 509px;
  max-width: 100%;
  background: url("../images/Kalkul.png") left calc(50% + 820px) top calc(50% - 41px) / 550px no-repeat, url("../images/kubik.svg?1538475771561") left 50% bottom 68px / auto auto repeat-x, url("../images/kubik.svg?1538475771561") left 50% top -10px / auto auto repeat-x #86ba02;
  z-index: 9;
  text-align: left;
  right: 0;
  -webkit-box-shadow: inset 0px -78px 0px #fff;
  -moz-box-shadow: inset 0px -78px 0px #fff;
  box-shadow: inset 0px -78px 0px #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-20 {
  margin: 48px auto -48px;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .block-44 .layout_32 {
  -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-44 .layout_84 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-44 {
  margin: 28px auto -28px;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  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 .block-43 {
  margin: 0 0 231px 13px;
  position: relative;
  top: 0;
  left: 0;
  width: 600px;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-21 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-right: 80px;
  padding-left: 53px;
  padding-bottom: 13px;
  right: 0;
}
.title-page .widget-15 {
  margin: -8px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  text-align: undefined;
  box-sizing: border-box;
  width: 406px;
}
.title-page .phones-38 p:first-child {
  margin-top: 0;
}
.title-page .phones-38 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-38 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .phones-38 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-38 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 0;
}
.title-page .phones-38 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  left: 100%;
  top: auto;
  right: auto;
  bottom: auto;
}
.title-page .phones-38 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-38 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.76);
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 14px;
}
.title-page .phones-38 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  margin-left: 13px;
}
.title-page .phones-38 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-38 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-38 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .text-3 {
  margin: -48px 0 0 -2px;
  position: relative;
  top: 0;
  left: 0;
  width: 465px;
  min-height: 51px;
  z-index: 3;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}
.title-page .widget-14 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-bottom: 78px;
}
.title-page .form-34 .form__header {
  box-sizing: border-box;
  font-size: 31px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: 600;
}
.title-page .form-34 .form__text {
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 33px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .form-34 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-34 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-34 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -8px;
  width: auto;
}
.title-page .form-34 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-34 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .form-34 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: 249px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-34 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 0;
  margin-bottom: 5px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-34 .form-text {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 8px;
}
.title-page .form-34 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.81);
}
.title-page .form-34 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-34 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-34 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-34 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-34 .form-text input {
  padding: 12px 4px 12px 27px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.title-page .form-34 .form-textarea textarea {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.title-page .form-34 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-34 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-34 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-34 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-34 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-34 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  font-family: Montserrat, sans-serif;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  padding-left: 16px;
  padding-top: 14px;
}
.title-page .form-34 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
}
.title-page .form-34 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-34 .form-textarea {
  box-sizing: border-box;
  margin-bottom: 8px;
}
.title-page .form-34 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-34 .form-submit {
  box-sizing: border-box;
  text-align: left;
  margin-top: 9px;
}
.title-page .form-34 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-34 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-34 .form-submit button {
  padding: 12px 55px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #fa8a0a;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 54px;
  width: 247px;
  margin-top: 5px;
  position: relative;
}
.title-page .form-34 .form-submit button:hover, .title-page .form-34 .form-submit button.hover, .title-page .form-34 .form-submit button.active {
  background: #ff9419;
}
.title-page .form-34 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-34 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 8px;
}
.title-page .form-34 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-34 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.title-page .form-34 .form-captcha .form-captcha-container {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 0;
  padding-bottom: 5px;
}
.title-page .form-34 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-34 .form-captcha button {
  padding: 12px 55px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #fa8a0a;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 54px;
  width: 247px;
  margin-top: 5px;
  position: relative;
}
.title-page .form-34 .form-captcha button:hover, .title-page .form-34 .form-captcha button.hover, .title-page .form-34 .form-captcha button.active {
  background: #ff9419;
}
.title-page .form-34 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-34 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-34 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-34 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-34 .form-checkbox {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 8px;
}
.title-page .form-34 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-34 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.81);
}
.title-page .form-34 .form-checkbox .form-item__body label.form-item__title {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.81);
  text-decoration: none;
}
.title-page .form-34 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-34 .form-radio {
  box-sizing: border-box;
  margin-bottom: 8px;
}
.title-page .form-34 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-34 .form-radio .form-item__body label.form-item__title {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.81);
  text-align: left;
  text-decoration: none;
}
.title-page .form-34 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-34 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.81);
}
.title-page .form-34 .form-select {
  box-sizing: border-box;
  margin-bottom: 8px;
}
.title-page .form-34 .form-div {
  box-sizing: border-box;
  margin-bottom: 8px;
}
.title-page .form-34 .form-html {
  box-sizing: border-box;
  margin-bottom: 8px;
}
.title-page .form-34 .form-html .form-item__body {
  font-size: 19px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-weight: 500;
}
.title-page .form-34 .form-upload {
  box-sizing: border-box;
  margin-bottom: 8px;
}
.title-page .form-34 .form-calendar {
  box-sizing: border-box;
  margin-bottom: 8px;
}
.title-page .form-34 .form-calendar .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-34 .form-calendar input {
  padding: 12px 4px 12px 16px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .form-34 .form-calendar_interval {
  box-sizing: border-box;
  margin-bottom: 8px;
}
.title-page .form-34 .form-calendar_interval input {
  padding: 9px 4px 9px 9px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  font-family: Arial;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .form-34 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-34 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.78);
  text-align: left;
  text-decoration: none;
  font-size: 14px;
}
.title-page .form-34 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.78);
  text-align: left;
  text-decoration: none;
  font-size: 14px;
}
.title-page .form-34 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.title-page .form-34 .form-calendar_interval .field_to {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-34 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-34 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-34 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-34 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-34 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  margin-top: 12px;
}
.title-page .form-34 ::-webkit-input-placeholder {
  color: #595959;
}
.title-page .form-34 ::-moz-placeholder {
  color: #595959;
}
.title-page .form-34 :-ms-input-placeholder {
  color: #595959;
}
.title-page .block-19 {
  margin: 57px 0 auto 22px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 447px;
  background: url("../images/46678.png?1538485487932") right -15px bottom -15px / cover no-repeat;
  z-index: 1;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .block-16 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.61), rgba(255, 255, 255, 0.61)), url("../images/15.png") left calc(50% + 788px) top calc(50% - 175px) / auto auto no-repeat fixed, url("../images/14.png") left calc(50% + 820px) top calc(50% + 243px) / auto auto no-repeat fixed, url("../images/13.png") left calc(50% - 758px) top calc(50% + 361px) / auto auto no-repeat fixed, url("../images/12 (1).png") left calc(50% - 805px) top calc(50% - 91px) / auto auto no-repeat fixed;
  z-index: 8;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 24px;
  padding-bottom: 111px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-17 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-12 {
  padding: 75px 22px 60px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-29 .popover-body {
  padding: 44px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  display: inline-block;
  width: 309px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-29 .popover-body .form_text input {
  padding: 12px 8px 12px 25px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-29 .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;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-29 .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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-29 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-29 .popover-body .s3_button_large {
  border: none;
  background: #fa8a0a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 51px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 222px;
  margin-top: 9px;
}
.title-page .popover-wrap-29 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: 1px solid #e1c893;
  display: table;
  background: #90c900;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .popover-wrap-29 .popover-close {
  border: 4px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("../images/x.svg") left 50% top 50% / auto auto no-repeat #fa8a0a;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-29 .popover-close:hover, .title-page .popover-wrap-29 .popover-close.hover, .title-page .popover-wrap-29 .popover-close.active {
  border: 2px solid #fa8a0a;
}
.title-page .popover-wrap-29 .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-29 .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-29 .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-29 .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-29 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-29 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-29 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .blocklist-29 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  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-weight: 600;
}
.title-page .blocklist-29 .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-29 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 45px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #787878;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  background: url("../images/lib_1781001_polosa.svg") left 50% bottom -73px / 2px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 40px;
}
.title-page .blocklist-29 .body-outer {
  box-sizing: border-box;
  position: relative;
  padding-top: 2px;
}
.title-page .blocklist-29 .body {
  margin: 0 -22px;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-29 .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-29 .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-29 .bx-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.title-page .blocklist-29 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-29 .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: 1200px;
}
.title-page .blocklist-29 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-29 .item {
  margin: 0 22px 10px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  padding-top: 6px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-29 .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;
  color: #525252;
  line-height: 1.5;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 16px;
}
.title-page .blocklist-29 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-29 .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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-29 .item-label {
  padding: 2px 5px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: none rgba(31, 31, 31, 0.27);
  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;
  width: auto;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  bottom: auto;
  align-self: auto;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  min-height: 254px;
}
.title-page .blocklist-29 .item-label:hover, .title-page .blocklist-29 .item-label.hover, .title-page .blocklist-29 .item-label.active {
  background: url("../images/luo.svg") left calc(50% + 11px) top calc(50% + 8px) / auto auto no-repeat rgba(31, 31, 31, 0.51);
}
.title-page .blocklist-29 .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-29 .img-convert {
  border: 2px solid #fff;
  box-sizing: border-box;
  width: auto;
  height: 255px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin-bottom: 0;
}
.title-page .blocklist-29 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-29 .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-29 .title {
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #424242;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  margin-top: 18px;
}
.title-page .blocklist-29 .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-29 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-29 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-29 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-29 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-29 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-29 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-29 .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-29 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-29 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-29 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-29 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-29 .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-29 .controls {
  position: absolute;
  top: auto;
  left: 50%;
  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: -10px;
  z-index: 1;
  text-align: justify;
  bottom: 0;
  margin-bottom: 0;
  width: 101px;
  margin-left: -50.5px;
}
.title-page .blocklist-29 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 20px;
  background: url("../images/str2.svg") left 50% top 50% / auto auto no-repeat #86ba02;
  box-sizing: border-box;
  text-align: center;
  min-height: 44px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .blocklist-29 .prev:hover, .title-page .blocklist-29 .prev.hover, .title-page .blocklist-29 .prev.active {
  background: url("../images/str2.svg") left 50% top 50% / auto auto no-repeat #ff951c;
}
.title-page .blocklist-29 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 20px;
  background: url("../images/str1.svg") left 50% top 50% / auto auto no-repeat #86ba02;
  box-sizing: border-box;
  text-align: left;
  min-height: 44px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .blocklist-29 .next:hover, .title-page .blocklist-29 .next.hover, .title-page .blocklist-29 .next.active {
  background: url("../images/str1.svg") left 50% top 50% / auto auto no-repeat #ff951c;
}
.title-page .blocklist-29 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-29 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-29 .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-29 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-29 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-29 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-29 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-29 .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-29 .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-29 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-29 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-29 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-29 .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-29 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-29 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-29 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-29 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-29 .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-29 .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-29 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-29 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 34px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 15px;
}
.title-page .popover-wrap-29 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-29 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 13px;
}
.title-page .popover-wrap-29 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .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-29 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-29 .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-29 .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-29 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .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-29 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-29 .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-29 .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-29 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-29 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-29 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .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-29 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-29 .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-29 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-right: 4px;
}
.title-page .popover-wrap-29 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-29 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-29 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-left: 9px;
}
.title-page .popover-wrap-29 .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-29 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-29 .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-29 ::-webkit-input-placeholder {
  color: #474747;
}
.title-page .popover-wrap-29 ::-moz-placeholder {
  color: #474747;
}
.title-page .popover-wrap-29 :-ms-input-placeholder {
  color: #474747;
}
.title-page .block-14 {
  margin: -70px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 652px;
  max-width: 100%;
  background: url("../images/kubik.svg?1538475771561") left 50% bottom -7px / 50px repeat-x, url("../images/kubik.svg?1538475771561") left 0px top -10px / 50px repeat-x, url("../images/2.jpg?1538471429176") left 50% top 0px / cover no-repeat fixed;
  z-index: 7;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-15 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 65px;
}
.title-page .widget-11 {
  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;
  padding-bottom: 0.02px;
  padding-left: 22px;
  padding-right: 22px;
}
.title-page .popover-wrap-25 .popover-body {
  padding: 44px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  display: inline-block;
  width: 309px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_text input {
  padding: 12px 8px 12px 25px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-25 .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;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-25 .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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-25 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-25 .popover-body .s3_button_large {
  border: none;
  background: #fa8a0a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 51px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 222px;
  margin-top: 9px;
}
.title-page .popover-wrap-25 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: 1px solid #e1c893;
  display: table;
  background: #90c900;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .popover-wrap-25 .popover-close {
  border: 4px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("../images/x.svg") left 50% top 50% / auto auto no-repeat #fa8a0a;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-25 .popover-close:hover, .title-page .popover-wrap-25 .popover-close.hover, .title-page .popover-wrap-25 .popover-close.active {
  border: 2px solid #fa8a0a;
}
.title-page .popover-wrap-25 .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-25 .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-25 .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-25 .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-25 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-25 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-25 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .blocklist-25 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  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-weight: 600;
}
.title-page .blocklist-25 .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-25 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 32px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #787878;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  padding-bottom: 40px;
  background: url("../images/lib_1781001_polosa.svg") left 50% bottom -73px / 2px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-25 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-25 .body {
  margin: 0 -22px;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-25 .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-25 .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-25 .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-25 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-25 .item {
  padding: 44px;
  margin: 10px 15px 34px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: auto;
  right: auto;
  flex-basis: auto;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(204, 204, 204, 0);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(204, 204, 204, 0);
  box-shadow: inset 0px 0px 0px 2px rgba(204, 204, 204, 0);
  background: #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-25 .item:hover, .title-page .blocklist-25 .item.hover, .title-page .blocklist-25 .item.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #86ba02;
  -moz-box-shadow: inset 0px 0px 0px 2px #86ba02;
  box-shadow: inset 0px 0px 0px 2px #86ba02;
}
.title-page .blocklist-25 .text {
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #787878;
  line-height: 1.5;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
}
.title-page .blocklist-25 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-25 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 28px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-25 .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-25 .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-25 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 225px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-25 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-25 .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-25 .title {
  font-weight: 600;
  margin-bottom: 32px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
}
.title-page .blocklist-25 .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-25 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 30px;
}
.title-page .blocklist-25 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-25 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.title-page .blocklist-25 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 33px;
  font-weight: 600;
}
.title-page .blocklist-25 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .blocklist-25 .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: 33px;
  width: 221px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-25 .more > a {
  padding: 12px 33px;
  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: 14px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.84);
  -moz-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.84);
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.84);
  background: #fa8a0a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  min-height: 54px;
  width: 282px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-25 .more > a:hover, .title-page .blocklist-25 .more > a.hover, .title-page .blocklist-25 .more > a.active {
  background: #ff9419;
}
.title-page .blocklist-25 .bx-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-25 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-25 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-25 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-25 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-25 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 29px;
}
.title-page .blocklist-25 .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-25 .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-25 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: justify;
}
.title-page .blocklist-25 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: center;
}
.title-page .blocklist-25 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-25 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-25 .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-25 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-25 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-25 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-25 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-25 .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-25 .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-25 .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-25 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-25 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-25 .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-25 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-25 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-25 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-25 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-25 .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-25 .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-25 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 34px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 15px;
}
.title-page .popover-wrap-25 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-25 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 13px;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .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-25 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-25 .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-25 .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-25 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .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-25 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-25 .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-25 .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-25 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-25 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-25 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .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-25 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-25 .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-25 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-right: 4px;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-left: 9px;
}
.title-page .popover-wrap-25 .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-25 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-25 .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-25 ::-webkit-input-placeholder {
  color: #474747;
}
.title-page .popover-wrap-25 ::-moz-placeholder {
  color: #474747;
}
.title-page .popover-wrap-25 :-ms-input-placeholder {
  color: #474747;
}
.title-page .block-13 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.33), rgba(255, 255, 255, 0.33)), url("../images/1.png") left calc(50% - 842px) top calc(50% - 176px) / auto auto no-repeat fixed, url("../images/4.png") left calc(50% + 820px) top calc(50% + 122px) / auto auto no-repeat fixed;
  max-width: 100%;
  z-index: 6;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-top: 111px;
  padding-bottom: 44px;
  -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: 1200px;
  min-height: 942px;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.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;
  padding-bottom: 74px;
  padding-left: 22px;
  padding-right: 22px;
}
.title-page .popover-wrap-21 .popover-body {
  padding: 44px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  display: inline-block;
  width: 309px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-21 .popover-body .form_text input {
  padding: 12px 8px 12px 25px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-21 .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;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-21 .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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-21 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-21 .popover-body .s3_button_large {
  border: none;
  background: #fa8a0a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 51px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 222px;
  margin-top: 9px;
}
.title-page .popover-wrap-21 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: 1px solid #e1c893;
  display: table;
  background: #90c900;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .popover-wrap-21 .popover-close {
  border: 4px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("../images/x.svg") left 50% top 50% / auto auto no-repeat #fa8a0a;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-21 .popover-close:hover, .title-page .popover-wrap-21 .popover-close.hover, .title-page .popover-wrap-21 .popover-close.active {
  border: 2px solid #fa8a0a;
}
.title-page .popover-wrap-21 .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-21 .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-21 .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-21 .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-21 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-21 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-21 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .blocklist-21 .header_text {
  font-size: 45px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 600;
}
.title-page .blocklist-21 .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-21 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 32px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #787878;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  padding-bottom: 40px;
  background: url("../images/polosa.svg") left 50% bottom -73px / 2px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-21 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-21 .body {
  margin: 0 -22px;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-21 .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-21 .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-21 .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-21 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-21 .item {
  padding: 44px 0;
  margin: 10px 15px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: auto;
  right: auto;
  flex-basis: auto;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  background: #f5f5f5;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-21 .item:hover, .title-page .blocklist-21 .item.hover, .title-page .blocklist-21 .item.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #86ba02;
  -moz-box-shadow: inset 0px 0px 0px 2px #86ba02;
  box-shadow: inset 0px 0px 0px 2px #86ba02;
}
.title-page .blocklist-21 .text {
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #787878;
  line-height: 1.5;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  margin-left: 44px;
  margin-right: 44px;
}
.title-page .blocklist-21 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-21 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 28px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 44px;
  margin-right: 44px;
  background: #f5f5f5;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  padding-top: 33px;
  padding-bottom: 33px;
}
.title-page .blocklist-21 .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-21 .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-21 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 170px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-21 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-21 .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-21 .title {
  font-weight: 600;
  margin-bottom: 32px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  margin-left: 44px;
  margin-right: 44px;
}
.title-page .blocklist-21 .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-21 .price {
  margin: 30px 44px 5px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-21 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-21 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.title-page .blocklist-21 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 33px;
  font-weight: 600;
}
.title-page .blocklist-21 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .blocklist-21 .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: 33px;
  margin-left: 44px;
  margin-right: 44px;
}
.title-page .blocklist-21 .more > a {
  padding: 12px 33px;
  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 0px 0px 6px rgba(255, 255, 255, 0.84);
  -moz-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.84);
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.84);
  background: #fa8a0a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  min-height: 64px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-21 .more > a:hover, .title-page .blocklist-21 .more > a.hover, .title-page .blocklist-21 .more > a.active {
  background: #ff9419;
}
.title-page .blocklist-21 .bx-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-21 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-21 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-21 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-21 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-21 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 29px;
}
.title-page .blocklist-21 .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-21 .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-21 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: justify;
}
.title-page .blocklist-21 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: center;
}
.title-page .blocklist-21 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-21 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-21 .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-21 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-21 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-21 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-21 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-21 .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-21 .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-21 .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-21 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-21 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-21 .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-21 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-21 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-21 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-21 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-21 .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-21 .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-21 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-21 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 34px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 15px;
}
.title-page .popover-wrap-21 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-21 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 13px;
}
.title-page .popover-wrap-21 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .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-21 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-21 .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-21 .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-21 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .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-21 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-21 .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-21 .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-21 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-21 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-21 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .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-21 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-21 .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-21 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-right: 4px;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-21 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-left: 9px;
}
.title-page .popover-wrap-21 .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-21 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-21 .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-21 ::-webkit-input-placeholder {
  color: #474747;
}
.title-page .popover-wrap-21 ::-moz-placeholder {
  color: #474747;
}
.title-page .popover-wrap-21 :-ms-input-placeholder {
  color: #474747;
}
.title-page .block-9 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: #90c900;
  z-index: 5;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-10 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-7 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 100%;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-16 .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-16 .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-16 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-16 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-16 .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-16 .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-16 .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-16 .menu-scroll > ul ul {
  padding: 5px;
  margin: 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #90c900;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  align-self: auto;
}
.title-page .menu-16 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-16 .menu-scroll > ul ul > li > a {
  padding: 12px 10px 12px 17px;
  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: #fff;
  font-size: 15px;
  line-height: 1.4;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.23);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.23);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.23);
  font-weight: 500;
}
.title-page .menu-16 .menu-scroll > ul ul > li > a:hover, .title-page .menu-16 .menu-scroll > ul ul > li > a.hover, .title-page .menu-16 .menu-scroll > ul ul > li > a.active {
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .menu-16 .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-16 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-16 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-16 .menu-scroll > ul > li.menu-item > a {
  padding: 15px 22px;
  margin: 9px 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-transform: none;
  align-self: auto;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
}
.title-page .menu-16 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-16 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-16 .menu-scroll > ul > li.menu-item > a.active {
  color: #2b2b2b;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.39);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.39);
  background: #f2f2f2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.title-page .menu-16 .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-16 .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-16 .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-16 .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-16 .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-16 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-16 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-16 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px 0 2px 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #333;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-16 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-16 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-16 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-5 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 173px;
  background: url("../images/123.png") left -628px top calc(50% - 10px) / auto auto no-repeat, url("../images/123.png") left calc(50% - 536px) top calc(50% - 10px) / auto auto no-repeat;
  z-index: 4;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 44px;
  padding-bottom: 44px;
  text-decoration: none;
  padding-left: 22px;
}
.title-page .block-4 .layout_6 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 .layout_10 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  max-width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-right: 52px;
}
.title-page .block-6 .layout_9 {
  -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-6 .layout_18 {
  -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-6 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 563px;
  min-height: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-right: 7px;
}
.title-page .widget-8 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-18 p:first-child {
  margin-top: 0;
}
.title-page .address-18 p:last-child {
  margin-bottom: 0;
}
.title-page .address-18 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-18 .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-18 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("../images/adr.svg") left 50% top 50% / auto auto no-repeat #fa8a0a;
  margin-right: 12px;
  min-height: 35px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.08);
}
.title-page .address-18 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-18 .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-18 .title {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #787878;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.title-page .address-18 .text_body {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  line-height: 1.4;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-18 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-18 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-4 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-9 p:first-child {
  margin-top: 0;
}
.title-page .phones-9 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-9 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-9 .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-9 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xMy45NzIsNy44NjUgQzEzLjk1OSw4LjA0NiAxMy43OTYsOC4xODYgMTMuNjE5LDguMTcyIEMxMy40NDIsOC4xNTggMTMuMzA2LDcuOTkwIDEzLjMxOSw3LjgwOSBDMTMuMzE5LDcuNzEyIDEzLjMzMyw3LjYyOCAxMy4zMzMsNy41NDQgQzEzLjMzMyw3LjQ0NyAxMy4zMzMsNy4zMzUgMTMuMzMzLDcuMjM3IEMxMy4zMzMsNS40MTEgMTIuNjEyLDMuNzY1IDExLjQ1NiwyLjU4MCBDMTAuMjg1LDEuMzk0IDguNjgwLDAuNjU1IDYuOTExLDAuNjU1IEM2LjcyMSwwLjY1NSA2LjU0NCwwLjY2OSA2LjM1NCwwLjY4MyBDNi4yNTgsMC42ODMgNi4xNjMsMC42OTcgNi4wNjgsMC43MTEgQzUuOTczLDAuNzI1IDUuODkxLDAuNzM5IDUuNzk2LDAuNzUzIEM1LjYzMiwwLjc5NSA1LjQ1NiwwLjY2OSA1LjQyOCwwLjQ4OCBDNS4zODgsMC4zMjEgNS41MTAsMC4xMzkgNS42ODcsMC4xMTEgQzUuODkxLDAuMDcwIDYuMDk1LDAuMDQyIDYuMjk5LDAuMDI4IEM2LjUwMywwLjAxNCA2LjcwNywtMC4wMDAgNi45MTEsLTAuMDAwIEM4Ljg3MSwtMC4wMDAgMTAuNjM5LDAuODA5IDExLjkzMiwyLjEzMyBDMTMuMjExLDMuNDQ0IDE0LjAwMCw1LjI1NyAxNC4wMDAsNy4yNTEgQzE0LjAwMCw3LjQ0NyAxMy45ODYsNy42NTYgMTMuOTcyLDcuODY1IFpNNS43NjksMi4zNTcgQzUuNzI4LDIuMTg5IDUuODUwLDIuMDA4IDYuMDI3LDEuOTgwIEM2LjE3NywxLjk1MiA2LjMyNiwxLjkzOCA2LjQ3NiwxLjkyNCBDNi42MjYsMS45MTAgNi43NzUsMS45MTAgNi45MjUsMS45MTAgQzcuMDYxLDEuOTEwIDcuMjExLDEuOTEwIDcuMzQ3LDEuOTI0IEM4LjYxMiwyLjAyMiA5Ljc1NSwyLjU5NCAxMC42MTIsMy40NzIgQzExLjM2MCw0LjIzOSAxMS44OTEsNS4yNDMgMTIuMDY4LDYuMzU5IEMxMi4xMDksNi42NTIgMTIuMTM2LDYuOTQ1IDEyLjEzNiw3LjI1MSBDMTIuMTM2LDcuNDA1IDEyLjEzNiw3LjU1OCAxMi4xMjIsNy43MTIgQzEyLjEwOSw3Ljg5MyAxMS45NDUsOC4wMzIgMTEuNzY4LDguMDE4IEMxMS41OTIsOC4wMDQgMTEuNDU2LDcuODM3IDExLjQ2OSw3LjY1NiBDMTEuNDY5LDcuNTU4IDExLjQ4Myw3LjQ3NCAxMS41MTAsNy4zNjMgQzExLjUxMCw3LjMyMSAxMS41MTAsNy4yNjUgMTEuNTEwLDcuMjIzIEMxMS41MTAsNi42MTAgMTEuMzg3LDYuMDI0IDExLjE4Myw1LjQ5NCBDMTAuOTUyLDQuOTA5IDEwLjU5OCw0LjM2NSAxMC4xNjMsMy45MTggQzkuNjMyLDMuMzc1IDguOTc5LDIuOTcwIDguMjQ1LDIuNzQ3IEM3LjgyMywyLjYyMiA3LjM4OCwyLjU1MiA2LjkyNSwyLjU1MiBDNi44MDMsMi41NTIgNi42NjYsMi41NTIgNi41MzAsMi41NjYgQzYuNDkwLDIuNTY2IDYuNDQ5LDIuNTgwIDYuNDA4LDIuNTgwIEM2LjMxMywyLjU5NCA2LjIzMSwyLjYwOCA2LjEzNiwyLjYyMiBDNS45NzMsMi42NjMgNS43OTYsMi41MzggNS43NjksMi4zNTcgWk05LjY3Myw3LjE5NiBDOS42NjAsNi40MjkgOS4zNjAsNS43NDUgOC44NzEsNS4yNDMgQzguMzgxLDQuNzI3IDcuNjg3LDQuNDIwIDYuOTM5LDQuNDIwIEM2Ljg3MSw0LjQyMCA2LjgwMyw0LjQzNCA2LjczNSw0LjQzNCBDNi43MjEsNC40MzQgNi43MDcsNC40MzQgNi42OTQsNC40MzQgQzYuNjEyLDQuNDM0IDYuNTQ0LDQuNDQ4IDYuNDYyLDQuNDYyIEM2LjI5OSw0LjUwNCA2LjEyMiw0LjM3OSA2LjA5NSw0LjE5NyBDNi4wNTQsNC4wMzAgNi4xNzcsMy44NDkgNi4zNTQsMy44MjEgQzYuNDQ5LDMuODA3IDYuNTQ0LDMuNzkzIDYuNjM5LDMuNzc5IEM2Ljc0OCwzLjc2NSA2Ljg0MywzLjc2NSA2LjkzOSwzLjc2NSBDNy4yMjQsMy43NjUgNy41MjQsMy44MDcgNy43OTYsMy44NzcgQzguMzgxLDQuMDQ0IDguODk4LDQuMzUxIDkuMzIwLDQuNzgzIEM5LjY2MCw1LjE0NiA5Ljk0NSw1LjU3OCAxMC4xMDksNi4wNjYgQzEwLjIzMSw2LjQ0MiAxMC4yOTksNi44MzMgMTAuMjk5LDcuMjM3IEMxMC4yOTksNy4yNzkgMTAuMjk5LDcuMzIxIDEwLjI5OSw3LjM5MSBDMTAuMjg1LDcuNDYwIDEwLjI4NSw3LjUwMiAxMC4yODUsNy41NDQgQzEwLjI3Miw3LjcyNSAxMC4xMDksNy44NjUgOS45MzIsNy44NTEgQzkuNzU1LDcuODM3IDkuNjE5LDcuNjcwIDkuNjMyLDcuNDg4IEM5LjY0Niw3LjQzMyA5LjY0Niw3LjM5MSA5LjY3Myw3LjM0OSBDOS42NzMsNy4zMjEgOS42NzMsNy4yNzkgOS42NzMsNy4yMjMgTDkuNjczLDcuMTk2IFpNOC4zODEsMTAuNzI0IEM4LjgzMCwxMC44MzUgOS4yMTEsMTAuMjUwIDkuNDE1LDEwLjAyNiBDMTAuMjU4LDkuMTA2IDEwLjI4NSw4LjgxMyAxMS4wODgsOS4yNTkgTDEzLjQ5NiwxMC41ODQgQzE0LjQyMSwxMS4xNTYgMTMuMTcwLDEzLjAxMSAxMi4yNDUsMTMuNTQxIEM4LjA4MSwxNS44NjkgMC42MTIsOC44MTMgMC4wMTQsNC40NDggQy0wLjIxOCwyLjY3NyAyLjU5OSwtMS4xMTYgMy42MDUsMS4yNTUgTDQuNjgwLDMuNzIzIEM1LjE4NCw1LjEwNCAzLjYzMyw1LjQ2NiAzLjY2MCw2LjE5MSBDMy42NzMsNi42NjYgNC44NDMsOC4xMzAgNS4xMTYsOC40MzcgQzUuNjg3LDkuMDc4IDcuNDQyLDEwLjQ4NyA4LjM4MSwxMC43MjQgWiIgY2xhc3M9ImNscy0xIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #fa8a0a;
  margin-right: 12px;
  min-height: 35px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
.title-page .phones-9 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-9 .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-9 .title {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #787878;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  padding-bottom: 4px;
  margin-bottom: 4px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-9 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.title-page .phones-9 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-9 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-9 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-3 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  padding-right: 20px;
}
.title-page .widget-3 {
  margin: -3px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.74);
  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;
  padding-right: 84px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .widget-2 {
  margin: 0 0 10px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-4 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-4 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-4 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-4 .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;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .site-name-4 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-2 {
  margin: -21px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 657px;
  max-width: 100%;
  background: url("../images/kubik.svg?1538475771561") left 50% bottom -9px / 50px repeat-x, url("../images/kubik.svg?1538475771561") left 0px top -9px / 50px repeat-x, url("../images/45 (1).png?1538399544732") right -8px top -28px / 1305px no-repeat, url("../images/3.png?1538453044962") left calc(50% + 310px) bottom 2px / 870px no-repeat, url("../images/1.jpg?1538452720236") left 50% top 0px / auto auto no-repeat fixed;
  z-index: 3;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-bottom: 12px;
}
.title-page .block-8 {
  margin: 97px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  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-6 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: 439px;
  min-width: 439px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding-left: 22px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-13 .popover-body {
  padding: 44px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  display: inline-block;
  width: 309px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-13 .popover-body .form_text input {
  padding: 12px 8px 12px 25px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-13 .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;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-13 .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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-13 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-13 .popover-body .s3_button_large {
  border: none;
  background: #fa8a0a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 51px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 222px;
  margin-top: 9px;
}
.title-page .popover-wrap-13 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: 1px solid #e1c893;
  display: table;
  background: #90c900;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .popover-wrap-13 .popover-close {
  border: 4px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("../images/x.svg") left 50% top 50% / auto auto no-repeat #fa8a0a;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-13 .popover-close:hover, .title-page .popover-wrap-13 .popover-close.hover, .title-page .popover-wrap-13 .popover-close.active {
  border: 2px solid #fa8a0a;
}
.title-page .popover-wrap-13 .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-13 .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-13 .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-13 .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-13 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-13 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-13 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .blocklist-13 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-13 .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-13 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-13 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-13 .body {
  margin: 0 -10px 0 -17px;
  box-sizing: border-box;
}
.title-page .blocklist-13 .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-13 .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-13 .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-13 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: auto;
}
.title-page .blocklist-13 .item {
  margin: 10px 10px 10px 17px;
  border: none;
  position: relative;
  width: 180px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-13 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-13 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-13 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 17px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 88px;
  min-height: 88px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.19);
  -moz-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.19);
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.19);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-13 .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-13 .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-13 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 180px;
  height: 88px;
  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: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  background: #90c900;
}
.title-page .blocklist-13 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-13 .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-13 .title {
  font-weight: 400;
  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;
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 22px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-13 .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-13 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-13 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-13 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-13 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-13 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-13 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-13 .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-13 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-13 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-13 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-13 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-13 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-13 .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-13 .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-13 .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-13 .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-13 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-13 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-13 .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-13 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-13 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-13 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-13 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-13 .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-13 .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-13 .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-13 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-13 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-13 .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-13 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-13 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-13 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-13 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-13 .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-13 .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-13 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-13 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 34px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 15px;
}
.title-page .popover-wrap-13 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-13 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 13px;
}
.title-page .popover-wrap-13 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-13 .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-13 .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-13 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-13 .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-13 .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-13 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-13 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-13 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-13 .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-13 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-right: 4px;
}
.title-page .popover-wrap-13 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-13 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-13 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-left: 9px;
}
.title-page .popover-wrap-13 .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-13 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-13 .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-13 ::-webkit-input-placeholder {
  color: #474747;
}
.title-page .popover-wrap-13 ::-moz-placeholder {
  color: #474747;
}
.title-page .popover-wrap-13 :-ms-input-placeholder {
  color: #474747;
}
.title-page .block-11 {
  margin: 53px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  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;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-7 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-right: 644px;
  padding-top: 41px;
  padding-left: 26px;
}
.title-page .widget-5 {
  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-11 .popover-body {
  padding: 44px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-11 .popover-body .form_text input {
  padding: 12px 8px 12px 25px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-11 .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;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-11 .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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-11 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-11 .popover-body .s3_button_large {
  border: none;
  background: #fa8a0a;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 2px 6px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 51px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 222px;
  margin-top: 22px;
}
.title-page .popover-wrap-11 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: 1px solid #e1c893;
  display: table;
  background: #90c900;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.75), 0px 0px 0px 5px rgba(0, 0, 0, 0.13);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .popover-wrap-11 .popover-close {
  border: 4px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 44px;
  height: 30px;
  background: url("../images/x.svg") left 50% top 50% / auto auto no-repeat #fa8a0a;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 44px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
.title-page .popover-wrap-11 .popover-close:hover, .title-page .popover-wrap-11 .popover-close.hover, .title-page .popover-wrap-11 .popover-close.active {
  border: 2px solid #fa8a0a;
}
.title-page .popover-wrap-11 .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-11 .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-11 .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-11 .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-11 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-11 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-11 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-11 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  margin-top: 9px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-11 .title {
  box-sizing: border-box;
  font-size: 28px;
  margin-bottom: 19px;
  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;
  text-decoration: none;
  font-weight: 600;
  padding-right: 6px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-11 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-11 .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-11 .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-11 .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-11 .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-11 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #787878;
  line-height: 1.4;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 21px;
}
.title-page .editable_block-11 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-11 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-11 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-11 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-11 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-11 .more {
  box-sizing: border-box;
  margin-top: 29px;
  pointer-events: auto;
}
.title-page .editable_block-11 .more > a {
  padding: 12px 12px 12px 54px;
  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: 66px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  width: 272px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.33);
  -moz-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.33);
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.33);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjQ0IiBoZWlnaHQ9IjM3Ljk2OSIgdmlld0JveD0iMCAwIDQ0IDM3Ljk2OSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik00MC4xNDIsMzcuOTY5IEwzNi42OTEsMzcuOTY5IEwwLjUxMSwzNy45NjkgQzAuMjI5LDM3Ljk2OSAtMC4wMDAsMzcuNzQ0IC0wLjAwMCwzNy40NjYgTC0wLjAwMCwzNC4xMjIgQy0wLjAwMCwzMy44NDQgMC4yMjksMzMuNjE5IDAuNTExLDMzLjYxOSBDMC43OTQsMzMuNjE5IDEuMDIzLDMzLjg0NCAxLjAyMywzNC4xMjIgTDEuMDIzLDM2Ljk2MyBMMy4yODAsMzYuOTYzIEwzLjI4MCwzNS43OTQgQzMuMjgwLDM1LjUxNiAzLjUwOSwzNS4yOTEgMy43OTEsMzUuMjkxIEM0LjA3NCwzNS4yOTEgNC4zMDMsMzUuNTE2IDQuMzAzLDM1Ljc5NCBMNC4zMDMsMzYuOTYzIEw2LjU2MCwzNi45NjMgTDYuNTYwLDM0LjEyMiBDNi41NjAsMzMuODQ0IDYuNzg5LDMzLjYxOSA3LjA3MSwzMy42MTkgQzcuMzU0LDMzLjYxOSA3LjU4MywzMy44NDQgNy41ODMsMzQuMTIyIEw3LjU4MywzNi45NjMgTDkuODQwLDM2Ljk2MyBMOS44NDAsMzUuNzk0IEM5Ljg0MCwzNS41MTYgMTAuMDY5LDM1LjI5MSAxMC4zNTEsMzUuMjkxIEMxMC42MzQsMzUuMjkxIDEwLjg2MywzNS41MTYgMTAuODYzLDM1Ljc5NCBMMTAuODYzLDM2Ljk2MyBMMTMuMTIwLDM2Ljk2MyBMMTMuMTIwLDM0LjEyMiBDMTMuMTIwLDMzLjg0NCAxMy4zNDksMzMuNjE5IDEzLjYzMSwzMy42MTkgQzEzLjkxNCwzMy42MTkgMTQuMTQzLDMzLjg0NCAxNC4xNDMsMzQuMTIyIEwxNC4xNDMsMzYuOTYzIEwxNi40MDAsMzYuOTYzIEwxNi40MDAsMzUuNzk0IEMxNi40MDAsMzUuNTE2IDE2LjYyOSwzNS4yOTEgMTYuOTExLDM1LjI5MSBDMTcuMTk0LDM1LjI5MSAxNy40MjMsMzUuNTE2IDE3LjQyMywzNS43OTQgTDE3LjQyMywzNi45NjMgTDE5LjY4MCwzNi45NjMgTDE5LjY4MCwzNC4xMjIgQzE5LjY4MCwzMy44NDQgMTkuOTA5LDMzLjYxOSAyMC4xOTEsMzMuNjE5IEMyMC40NzQsMzMuNjE5IDIwLjcwMywzMy44NDQgMjAuNzAzLDM0LjEyMiBMMjAuNzAzLDM2Ljk2MyBMMjIuOTU5LDM2Ljk2MyBMMjIuOTU5LDM1Ljc5NCBDMjIuOTU5LDM1LjUxNiAyMy4xODgsMzUuMjkxIDIzLjQ3MSwzNS4yOTEgQzIzLjc1MywzNS4yOTEgMjMuOTgyLDM1LjUxNiAyMy45ODIsMzUuNzk0IEwyMy45ODIsMzYuOTYzIEwyNi4yMzksMzYuOTYzIEwyNi4yMzksMzQuMTIyIEMyNi4yMzksMzMuODQ0IDI2LjQ2OCwzMy42MTkgMjYuNzUxLDMzLjYxOSBDMjcuMDMzLDMzLjYxOSAyNy4yNjIsMzMuODQ0IDI3LjI2MiwzNC4xMjIgTDI3LjI2MiwzNi45NjMgTDI5LjUxOSwzNi45NjMgTDI5LjUxOSwzNS43OTQgQzI5LjUxOSwzNS41MTYgMjkuNzQ4LDM1LjI5MSAzMC4wMzEsMzUuMjkxIEMzMC4zMTMsMzUuMjkxIDMwLjU0MiwzNS41MTYgMzAuNTQyLDM1Ljc5NCBMMzAuNTQyLDM2Ljk2MyBMMzIuNzk5LDM2Ljk2MyBMMzIuNzk5LDM0LjEyMiBDMzIuNzk5LDMzLjg0NCAzMy4wMjgsMzMuNjE5IDMzLjMxMSwzMy42MTkgQzMzLjU5MywzMy42MTkgMzMuODIyLDMzLjg0NCAzMy44MjIsMzQuMTIyIEwzMy44MjIsMzYuOTYzIEwzNi4xODAsMzYuOTYzIEwzNi4xODAsMzQuMDcxIEMzNi4xODAsMzEuOTc4IDM3LjkxMSwzMC4yNzUgNDAuMDM4LDMwLjI3NSBMNDAuMTQyLDMwLjI3NSBDNDIuMjY5LDMwLjI3NSA0NC4wMDAsMzEuOTc4IDQ0LjAwMCwzNC4wNzEgTDQ0LjAwMCwzNC4xNzMgQzQ0LjAwMCwzNi4yNjYgNDIuMjY5LDM3Ljk2OSA0MC4xNDIsMzcuOTY5IFpNNDIuOTc3LDM0LjA3MSBDNDIuOTc3LDMyLjUzMyA0MS43MDUsMzEuMjgyIDQwLjE0MiwzMS4yODIgTDQwLjAzOCwzMS4yODIgQzM4LjQ3NSwzMS4yODIgMzcuMjAzLDMyLjUzMyAzNy4yMDMsMzQuMDcxIEwzNy4yMDMsMzYuOTYzIEw0MC4xNDIsMzYuOTYzIEM0MS43MDUsMzYuOTYzIDQyLjk3NywzNS43MTEgNDIuOTc3LDM0LjE3MyBMNDIuOTc3LDM0LjA3MSBaTTQwLjA5MCwzNS41OTggQzM5LjI2MywzNS41OTggMzguNTg5LDM0LjkzNiAzOC41ODksMzQuMTIyIEMzOC41ODksMzMuMzA4IDM5LjI2MywzMi42NDYgNDAuMDkwLDMyLjY0NiBDNDAuOTE3LDMyLjY0NiA0MS41OTAsMzMuMzA4IDQxLjU5MCwzNC4xMjIgQzQxLjU5MCwzNC45MzYgNDAuOTE3LDM1LjU5OCA0MC4wOTAsMzUuNTk4IFpNNDAuMDkwLDMzLjY1MiBDMzkuODI3LDMzLjY1MiAzOS42MTIsMzMuODYzIDM5LjYxMiwzNC4xMjIgQzM5LjYxMiwzNC4zODEgMzkuODI3LDM0LjU5MiA0MC4wOTAsMzQuNTkyIEM0MC4zNTMsMzQuNTkyIDQwLjU2NywzNC4zODEgNDAuNTY3LDM0LjEyMiBDNDAuNTY3LDMzLjg2MyA0MC4zNTMsMzMuNjUyIDQwLjA5MCwzMy42NTIgWk0zNS42NzMsMjkuNzY5IEwxNC4wODgsMjkuNzY5IEwxNC4wODgsMzAuOTY4IEMxNC4wODgsMzEuMTI4IDE0LjAxMSwzMS4yNzggMTMuODgwLDMxLjM3MyBDMTMuNzkxLDMxLjQzOCAxMy42ODUsMzEuNDcyIDEzLjU3NywzMS40NzIgQzEzLjUyNiwzMS40NzIgMTMuNDc1LDMxLjQ2NCAxMy40MjYsMzEuNDQ5IEw3Ljg3NSwyOS43NjkgTDAuNTczLDI5Ljc2OSBDMC4yOTAsMjkuNzY5IDAuMDYxLDI5LjU0NCAwLjA2MSwyOS4yNjYgTDAuMDYxLDIuMTc0IEMwLjA2MSwxLjg5NiAwLjI5MCwxLjY3MSAwLjU3MywxLjY3MSBMNy44NzUsMS42NzEgTDEzLjQyNiwtMC4wMDkgQzEzLjU4MSwtMC4wNTYgMTMuNzUwLC0wLjAyOCAxMy44ODAsMC4wNjcgQzE0LjAxMSwwLjE2MiAxNC4wODgsMC4zMTIgMTQuMDg4LDAuNDcxIEwxNC4wODgsMS42NzEgTDM1LjY3MywxLjY3MSBDMzUuOTU1LDEuNjcxIDM2LjE4NCwxLjg5NiAzNi4xODQsMi4xNzQgTDM2LjE4NCwyOS4yNjYgQzM2LjE4NCwyOS41NDQgMzUuOTU1LDI5Ljc2OSAzNS42NzMsMjkuNzY5IFpNMS4wODQsMi42NzcgTDEuMDg0LDI4Ljc2MyBMNC41NTEsMjguNzYzIEwyLjI5MSwyOC4wNzkgQzIuMDc3LDI4LjAxNCAxLjkzMCwyNy44MTkgMS45MzAsMjcuNTk4IEwxLjkzMCwzLjg0MiBDMS45MzAsMy42MjEgMi4wNzcsMy40MjYgMi4yOTEsMy4zNjEgTDQuNTUwLDIuNjc3IEwxLjA4NCwyLjY3NyBaTTEzLjA2NSwyNy41OTggTDEzLjA2NSwzLjg0MiBMMTMuMDY1LDEuMTUzIEwyLjk1Myw0LjIxNCBMMi45NTMsMjcuMjI2IEwxMy4wNjUsMzAuMjg3IEwxMy4wNjUsMjcuNTk4IFpNMTQuMDg4LDI3LjA5NSBMMTYuMjM3LDI3LjA5NSBMMTYuMjM3LDQuMzQ1IEwxNC4wODgsNC4zNDUgTDE0LjA4OCwyNy4wOTUgWk0zNS4xNjEsMi42NzcgTDE0LjA4OCwyLjY3NyBMMTQuMDg4LDMuMzM5IEwxNi43NDgsMy4zMzkgQzE3LjAzMSwzLjMzOSAxNy4yNjAsMy41NjQgMTcuMjYwLDMuODQyIEwxNy4yNjAsMjcuNTk4IEMxNy4yNjAsMjcuODc2IDE3LjAzMSwyOC4xMDEgMTYuNzQ4LDI4LjEwMSBMMTQuMDg4LDI4LjEwMSBMMTQuMDg4LDI4Ljc2MyBMMzUuMTYxLDI4Ljc2MyBMMzUuMTYxLDIuNjc3IFpNMTkuNDk4LDMuMzM5IEwzMy44MDYsMy4zMzkgQzM0LjA4OCwzLjMzOSAzNC4zMTcsMy41NjUgMzQuMzE3LDMuODQzIEwzNC4zMTcsMjcuNTk3IEMzNC4zMTcsMjcuODc1IDM0LjA4OCwyOC4xMDAgMzMuODA2LDI4LjEwMCBMMTkuNDk4LDI4LjEwMCBDMTkuMjE1LDI4LjEwMCAxOC45ODYsMjcuODc1IDE4Ljk4NiwyNy41OTcgTDE4Ljk4NiwzLjg0MyBDMTguOTg2LDMuNTY1IDE5LjIxNSwzLjMzOSAxOS40OTgsMy4zMzkgWk0yMC4wMDksMjcuMDk0IEwzMy4yOTQsMjcuMDk0IEwzMy4yOTQsNC4zNDYgTDIwLjAwOSw0LjM0NiBMMjAuMDA5LDI3LjA5NCBaTTMuNzcyLDQuMzM0IEwxMS45NDYsMS44NjEgQzEyLjEwMSwxLjgxNCAxMi4yNzAsMS44NDIgMTIuNDAwLDEuOTM3IEMxMi41MzEsMi4wMzIgMTIuNjA4LDIuMTgyIDEyLjYwOCwyLjM0MiBMMTIuNjA4LDE2LjU3OCBDMTIuODU0LDE2Ljc3NCAxMy4wMTQsMTcuMDYzIDEzLjAxNCwxNy4zOTAgTDEzLjAxNCwxNy41NjUgQzEzLjAxNCwxNy44OTIgMTIuODU0LDE4LjE4MSAxMi42MDgsMTguMzc3IEwxMi42MDgsMjkuMDk4IEMxMi42MDgsMjkuMjU4IDEyLjUzMSwyOS40MDggMTIuNDAwLDI5LjUwMyBDMTIuMzExLDI5LjU2OCAxMi4yMDQsMjkuNjAxIDEyLjA5NiwyOS42MDEgQzEyLjA0NiwyOS42MDEgMTEuOTk1LDI5LjU5NCAxMS45NDYsMjkuNTc5IEwzLjc3MiwyNy4xMDYgQzMuNTU3LDI3LjA0MSAzLjQxMCwyNi44NDYgMy40MTAsMjYuNjI1IEwzLjQxMCw0LjgxNSBDMy40MTAsNC41OTQgMy41NTcsNC4zOTkgMy43NzIsNC4zMzQgWk0xMS45OTEsMTcuNTY1IEwxMS45OTEsMTcuMzkwIEMxMS45OTEsMTcuMzY5IDExLjk1MSwxNy4zMzEgMTEuODg1LDE3LjMzMSBMNy44ODYsMTcuMzMxIEw3Ljg4NiwxNy42MjQgTDExLjg4NSwxNy42MjQgQzExLjk1MSwxNy42MjQgMTEuOTkxLDE3LjU4NiAxMS45OTEsMTcuNTY1IFpNNC40MzMsMjYuMjUzIEwxMS41ODUsMjguNDE3IEwxMS41ODUsMTguNjMxIEw3LjM3NSwxOC42MzEgQzcuMDkyLDE4LjYzMSA2Ljg2MywxOC40MDUgNi44NjMsMTguMTI4IEw2Ljg2MywxNi44MjcgQzYuODYzLDE2LjU1MCA3LjA5MiwxNi4zMjQgNy4zNzUsMTYuMzI0IEwxMS41ODUsMTYuMzI0IEwxMS41ODUsMy4wMjMgTDQuNDMzLDUuMTg2IEw0LjQzMywyNi4yNTMgWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPg==") left 16px top 50% / auto auto no-repeat #fa8a0a;
}
.title-page .editable_block-11 .more > a:hover, .title-page .editable_block-11 .more > a.hover, .title-page .editable_block-11 .more > a.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjQ0IiBoZWlnaHQ9IjM3Ljk2OSIgdmlld0JveD0iMCAwIDQ0IDM3Ljk2OSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik00MC4xNDIsMzcuOTY5IEwzNi42OTEsMzcuOTY5IEwwLjUxMSwzNy45NjkgQzAuMjI5LDM3Ljk2OSAtMC4wMDAsMzcuNzQ0IC0wLjAwMCwzNy40NjYgTC0wLjAwMCwzNC4xMjIgQy0wLjAwMCwzMy44NDQgMC4yMjksMzMuNjE5IDAuNTExLDMzLjYxOSBDMC43OTQsMzMuNjE5IDEuMDIzLDMzLjg0NCAxLjAyMywzNC4xMjIgTDEuMDIzLDM2Ljk2MyBMMy4yODAsMzYuOTYzIEwzLjI4MCwzNS43OTQgQzMuMjgwLDM1LjUxNiAzLjUwOSwzNS4yOTEgMy43OTEsMzUuMjkxIEM0LjA3NCwzNS4yOTEgNC4zMDMsMzUuNTE2IDQuMzAzLDM1Ljc5NCBMNC4zMDMsMzYuOTYzIEw2LjU2MCwzNi45NjMgTDYuNTYwLDM0LjEyMiBDNi41NjAsMzMuODQ0IDYuNzg5LDMzLjYxOSA3LjA3MSwzMy42MTkgQzcuMzU0LDMzLjYxOSA3LjU4MywzMy44NDQgNy41ODMsMzQuMTIyIEw3LjU4MywzNi45NjMgTDkuODQwLDM2Ljk2MyBMOS44NDAsMzUuNzk0IEM5Ljg0MCwzNS41MTYgMTAuMDY5LDM1LjI5MSAxMC4zNTEsMzUuMjkxIEMxMC42MzQsMzUuMjkxIDEwLjg2MywzNS41MTYgMTAuODYzLDM1Ljc5NCBMMTAuODYzLDM2Ljk2MyBMMTMuMTIwLDM2Ljk2MyBMMTMuMTIwLDM0LjEyMiBDMTMuMTIwLDMzLjg0NCAxMy4zNDksMzMuNjE5IDEzLjYzMSwzMy42MTkgQzEzLjkxNCwzMy42MTkgMTQuMTQzLDMzLjg0NCAxNC4xNDMsMzQuMTIyIEwxNC4xNDMsMzYuOTYzIEwxNi40MDAsMzYuOTYzIEwxNi40MDAsMzUuNzk0IEMxNi40MDAsMzUuNTE2IDE2LjYyOSwzNS4yOTEgMTYuOTExLDM1LjI5MSBDMTcuMTk0LDM1LjI5MSAxNy40MjMsMzUuNTE2IDE3LjQyMywzNS43OTQgTDE3LjQyMywzNi45NjMgTDE5LjY4MCwzNi45NjMgTDE5LjY4MCwzNC4xMjIgQzE5LjY4MCwzMy44NDQgMTkuOTA5LDMzLjYxOSAyMC4xOTEsMzMuNjE5IEMyMC40NzQsMzMuNjE5IDIwLjcwMywzMy44NDQgMjAuNzAzLDM0LjEyMiBMMjAuNzAzLDM2Ljk2MyBMMjIuOTU5LDM2Ljk2MyBMMjIuOTU5LDM1Ljc5NCBDMjIuOTU5LDM1LjUxNiAyMy4xODgsMzUuMjkxIDIzLjQ3MSwzNS4yOTEgQzIzLjc1MywzNS4yOTEgMjMuOTgyLDM1LjUxNiAyMy45ODIsMzUuNzk0IEwyMy45ODIsMzYuOTYzIEwyNi4yMzksMzYuOTYzIEwyNi4yMzksMzQuMTIyIEMyNi4yMzksMzMuODQ0IDI2LjQ2OCwzMy42MTkgMjYuNzUxLDMzLjYxOSBDMjcuMDMzLDMzLjYxOSAyNy4yNjIsMzMuODQ0IDI3LjI2MiwzNC4xMjIgTDI3LjI2MiwzNi45NjMgTDI5LjUxOSwzNi45NjMgTDI5LjUxOSwzNS43OTQgQzI5LjUxOSwzNS41MTYgMjkuNzQ4LDM1LjI5MSAzMC4wMzEsMzUuMjkxIEMzMC4zMTMsMzUuMjkxIDMwLjU0MiwzNS41MTYgMzAuNTQyLDM1Ljc5NCBMMzAuNTQyLDM2Ljk2MyBMMzIuNzk5LDM2Ljk2MyBMMzIuNzk5LDM0LjEyMiBDMzIuNzk5LDMzLjg0NCAzMy4wMjgsMzMuNjE5IDMzLjMxMSwzMy42MTkgQzMzLjU5MywzMy42MTkgMzMuODIyLDMzLjg0NCAzMy44MjIsMzQuMTIyIEwzMy44MjIsMzYuOTYzIEwzNi4xODAsMzYuOTYzIEwzNi4xODAsMzQuMDcxIEMzNi4xODAsMzEuOTc4IDM3LjkxMSwzMC4yNzUgNDAuMDM4LDMwLjI3NSBMNDAuMTQyLDMwLjI3NSBDNDIuMjY5LDMwLjI3NSA0NC4wMDAsMzEuOTc4IDQ0LjAwMCwzNC4wNzEgTDQ0LjAwMCwzNC4xNzMgQzQ0LjAwMCwzNi4yNjYgNDIuMjY5LDM3Ljk2OSA0MC4xNDIsMzcuOTY5IFpNNDIuOTc3LDM0LjA3MSBDNDIuOTc3LDMyLjUzMyA0MS43MDUsMzEuMjgyIDQwLjE0MiwzMS4yODIgTDQwLjAzOCwzMS4yODIgQzM4LjQ3NSwzMS4yODIgMzcuMjAzLDMyLjUzMyAzNy4yMDMsMzQuMDcxIEwzNy4yMDMsMzYuOTYzIEw0MC4xNDIsMzYuOTYzIEM0MS43MDUsMzYuOTYzIDQyLjk3NywzNS43MTEgNDIuOTc3LDM0LjE3MyBMNDIuOTc3LDM0LjA3MSBaTTQwLjA5MCwzNS41OTggQzM5LjI2MywzNS41OTggMzguNTg5LDM0LjkzNiAzOC41ODksMzQuMTIyIEMzOC41ODksMzMuMzA4IDM5LjI2MywzMi42NDYgNDAuMDkwLDMyLjY0NiBDNDAuOTE3LDMyLjY0NiA0MS41OTAsMzMuMzA4IDQxLjU5MCwzNC4xMjIgQzQxLjU5MCwzNC45MzYgNDAuOTE3LDM1LjU5OCA0MC4wOTAsMzUuNTk4IFpNNDAuMDkwLDMzLjY1MiBDMzkuODI3LDMzLjY1MiAzOS42MTIsMzMuODYzIDM5LjYxMiwzNC4xMjIgQzM5LjYxMiwzNC4zODEgMzkuODI3LDM0LjU5MiA0MC4wOTAsMzQuNTkyIEM0MC4zNTMsMzQuNTkyIDQwLjU2NywzNC4zODEgNDAuNTY3LDM0LjEyMiBDNDAuNTY3LDMzLjg2MyA0MC4zNTMsMzMuNjUyIDQwLjA5MCwzMy42NTIgWk0zNS42NzMsMjkuNzY5IEwxNC4wODgsMjkuNzY5IEwxNC4wODgsMzAuOTY4IEMxNC4wODgsMzEuMTI4IDE0LjAxMSwzMS4yNzggMTMuODgwLDMxLjM3MyBDMTMuNzkxLDMxLjQzOCAxMy42ODUsMzEuNDcyIDEzLjU3NywzMS40NzIgQzEzLjUyNiwzMS40NzIgMTMuNDc1LDMxLjQ2NCAxMy40MjYsMzEuNDQ5IEw3Ljg3NSwyOS43NjkgTDAuNTczLDI5Ljc2OSBDMC4yOTAsMjkuNzY5IDAuMDYxLDI5LjU0NCAwLjA2MSwyOS4yNjYgTDAuMDYxLDIuMTc0IEMwLjA2MSwxLjg5NiAwLjI5MCwxLjY3MSAwLjU3MywxLjY3MSBMNy44NzUsMS42NzEgTDEzLjQyNiwtMC4wMDkgQzEzLjU4MSwtMC4wNTYgMTMuNzUwLC0wLjAyOCAxMy44ODAsMC4wNjcgQzE0LjAxMSwwLjE2MiAxNC4wODgsMC4zMTIgMTQuMDg4LDAuNDcxIEwxNC4wODgsMS42NzEgTDM1LjY3MywxLjY3MSBDMzUuOTU1LDEuNjcxIDM2LjE4NCwxLjg5NiAzNi4xODQsMi4xNzQgTDM2LjE4NCwyOS4yNjYgQzM2LjE4NCwyOS41NDQgMzUuOTU1LDI5Ljc2OSAzNS42NzMsMjkuNzY5IFpNMS4wODQsMi42NzcgTDEuMDg0LDI4Ljc2MyBMNC41NTEsMjguNzYzIEwyLjI5MSwyOC4wNzkgQzIuMDc3LDI4LjAxNCAxLjkzMCwyNy44MTkgMS45MzAsMjcuNTk4IEwxLjkzMCwzLjg0MiBDMS45MzAsMy42MjEgMi4wNzcsMy40MjYgMi4yOTEsMy4zNjEgTDQuNTUwLDIuNjc3IEwxLjA4NCwyLjY3NyBaTTEzLjA2NSwyNy41OTggTDEzLjA2NSwzLjg0MiBMMTMuMDY1LDEuMTUzIEwyLjk1Myw0LjIxNCBMMi45NTMsMjcuMjI2IEwxMy4wNjUsMzAuMjg3IEwxMy4wNjUsMjcuNTk4IFpNMTQuMDg4LDI3LjA5NSBMMTYuMjM3LDI3LjA5NSBMMTYuMjM3LDQuMzQ1IEwxNC4wODgsNC4zNDUgTDE0LjA4OCwyNy4wOTUgWk0zNS4xNjEsMi42NzcgTDE0LjA4OCwyLjY3NyBMMTQuMDg4LDMuMzM5IEwxNi43NDgsMy4zMzkgQzE3LjAzMSwzLjMzOSAxNy4yNjAsMy41NjQgMTcuMjYwLDMuODQyIEwxNy4yNjAsMjcuNTk4IEMxNy4yNjAsMjcuODc2IDE3LjAzMSwyOC4xMDEgMTYuNzQ4LDI4LjEwMSBMMTQuMDg4LDI4LjEwMSBMMTQuMDg4LDI4Ljc2MyBMMzUuMTYxLDI4Ljc2MyBMMzUuMTYxLDIuNjc3IFpNMTkuNDk4LDMuMzM5IEwzMy44MDYsMy4zMzkgQzM0LjA4OCwzLjMzOSAzNC4zMTcsMy41NjUgMzQuMzE3LDMuODQzIEwzNC4zMTcsMjcuNTk3IEMzNC4zMTcsMjcuODc1IDM0LjA4OCwyOC4xMDAgMzMuODA2LDI4LjEwMCBMMTkuNDk4LDI4LjEwMCBDMTkuMjE1LDI4LjEwMCAxOC45ODYsMjcuODc1IDE4Ljk4NiwyNy41OTcgTDE4Ljk4NiwzLjg0MyBDMTguOTg2LDMuNTY1IDE5LjIxNSwzLjMzOSAxOS40OTgsMy4zMzkgWk0yMC4wMDksMjcuMDk0IEwzMy4yOTQsMjcuMDk0IEwzMy4yOTQsNC4zNDYgTDIwLjAwOSw0LjM0NiBMMjAuMDA5LDI3LjA5NCBaTTMuNzcyLDQuMzM0IEwxMS45NDYsMS44NjEgQzEyLjEwMSwxLjgxNCAxMi4yNzAsMS44NDIgMTIuNDAwLDEuOTM3IEMxMi41MzEsMi4wMzIgMTIuNjA4LDIuMTgyIDEyLjYwOCwyLjM0MiBMMTIuNjA4LDE2LjU3OCBDMTIuODU0LDE2Ljc3NCAxMy4wMTQsMTcuMDYzIDEzLjAxNCwxNy4zOTAgTDEzLjAxNCwxNy41NjUgQzEzLjAxNCwxNy44OTIgMTIuODU0LDE4LjE4MSAxMi42MDgsMTguMzc3IEwxMi42MDgsMjkuMDk4IEMxMi42MDgsMjkuMjU4IDEyLjUzMSwyOS40MDggMTIuNDAwLDI5LjUwMyBDMTIuMzExLDI5LjU2OCAxMi4yMDQsMjkuNjAxIDEyLjA5NiwyOS42MDEgQzEyLjA0NiwyOS42MDEgMTEuOTk1LDI5LjU5NCAxMS45NDYsMjkuNTc5IEwzLjc3MiwyNy4xMDYgQzMuNTU3LDI3LjA0MSAzLjQxMCwyNi44NDYgMy40MTAsMjYuNjI1IEwzLjQxMCw0LjgxNSBDMy40MTAsNC41OTQgMy41NTcsNC4zOTkgMy43NzIsNC4zMzQgWk0xMS45OTEsMTcuNTY1IEwxMS45OTEsMTcuMzkwIEMxMS45OTEsMTcuMzY5IDExLjk1MSwxNy4zMzEgMTEuODg1LDE3LjMzMSBMNy44ODYsMTcuMzMxIEw3Ljg4NiwxNy42MjQgTDExLjg4NSwxNy42MjQgQzExLjk1MSwxNy42MjQgMTEuOTkxLDE3LjU4NiAxMS45OTEsMTcuNTY1IFpNNC40MzMsMjYuMjUzIEwxMS41ODUsMjguNDE3IEwxMS41ODUsMTguNjMxIEw3LjM3NSwxOC42MzEgQzcuMDkyLDE4LjYzMSA2Ljg2MywxOC40MDUgNi44NjMsMTguMTI4IEw2Ljg2MywxNi44MjcgQzYuODYzLDE2LjU1MCA3LjA5MiwxNi4zMjQgNy4zNzUsMTYuMzI0IEwxMS41ODUsMTYuMzI0IEwxMS41ODUsMy4wMjMgTDQuNDMzLDUuMTg2IEw0LjQzMywyNi4yNTMgWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPg==") left 16px top 50% / auto auto no-repeat #ff9419;
}
.title-page .editable_block-11 .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-11 .clear {
  clear: both;
}
.title-page .popover-container-11 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-11 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-11 .popover-form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-11 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-11 .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-11 .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-11 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-11 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 34px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 15px;
}
.title-page .popover-wrap-11 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-11 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 13px;
}
.title-page .popover-wrap-11 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .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-11 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-11 .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-11 .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-11 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .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-11 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-11 .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-11 .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-11 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-11 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-11 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .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-11 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-11 .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-11 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-right: 4px;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-11 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  margin-left: 9px;
}
.title-page .popover-wrap-11 .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-11 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-11 .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-11 ::-webkit-input-placeholder {
  color: #474747;
}
.title-page .popover-wrap-11 ::-moz-placeholder {
  color: #474747;
}
.title-page .popover-wrap-11 :-ms-input-placeholder {
  color: #474747;
}
.title-page .widget-9 {
  padding: 44px 20px 39px 22px;
  border: none;
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: left;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
  background: url("../images/polosa.svg") left calc(50% + 579px) top calc(50% - 32px) / 2px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel-19 .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-19 .side-panel-content {
  border: none;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px #000;
  -moz-box-shadow: 0px 0px 15px #000;
  box-shadow: 0px 0px 15px #000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel-19 .side-panel-close {
  border: 2px solid #fa8a0a;
  position: absolute;
  z-index: 1;
  left: auto;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 44px;
  min-height: 44px;
  background: url("../images/x.svg?1538452547987") left 50% top 50% / auto auto no-repeat #fa8a0a;
  cursor: pointer;
  right: 100%;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  margin-left: 16px;
  margin-right: -19px;
}
.title-page .side-panel-19 .side-panel-close:hover, .title-page .side-panel-19 .side-panel-close.hover, .title-page .side-panel-19 .side-panel-close.active {
  border: 2px solid #fff;
}
.title-page .side-panel-19 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-19 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.title-page .side-panel-19 .side-panel-button {
  padding: 11px 10px 7px;
  border: none;
  box-sizing: border-box;
  font-size: 0;
  width: 44px;
  min-height: 44px;
  background: #90c900;
  cursor: pointer;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.04);
  max-width: 100%;
}
.title-page .side-panel-19 .side-panel-button:hover, .title-page .side-panel-19 .side-panel-button.hover, .title-page .side-panel-19 .side-panel-button.active {
  background: #86ba02;
}
.title-page .side-panel-19 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-19 .side-panel-button-icon-line {
  border: none;
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 3px;
}
.title-page .side-panel-19 .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-38 {
    background: url("../images/456 (1).png") left calc(50% + 689px) top 3px / auto auto no-repeat, url("../images/kubik.svg?1538624741221") left calc(50% - 2px) top 95px / auto auto repeat-x;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 18;
    -moz-order: 18;
    order: 18;
  }
  .title-page .block-42 .layout_79 {
    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-42 .layout_80 {
    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-42 .layout_81 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-42 {
    width: auto;
    background: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 14px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-37 {
    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-36 {
    margin-top: 15px;
    margin-left: auto;
    display: none;
  }
  .title-page .widget-35 {
    margin-top: 15px;
    margin-right: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-41 {
    width: auto;
    margin-top: 23px;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-40 .layout_72 {
    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-40 .layout_74 {
    margin: 0 auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_75 {
    margin: 0 auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_76 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-34 {
    text-align: center;
    margin-top: 15px;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widgetsocial-76 .soc-item {
    width: auto;
    text-align: left;
  }
  .title-page .widgetsocial-76 .soc {
    text-align: center;
  }
  .title-page .widgetsocial-76 .vk .wg-soc-icon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-76 .fb .wg-soc-icon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-76 .tw .wg-soc-icon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-76 .google .wg-soc-icon {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-76 .ins .wg-soc-icon {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-76 .ok .wg-soc-icon {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-76 .mail .wg-soc-icon {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-76 .pin .wg-soc-icon {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-76 .lj .wg-soc-icon {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-76 .my .wg-soc-icon {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-76 .youtube .wg-soc-icon {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-76 .telegram .wg-soc-icon {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widgetsocial-76 .whatsapp .wg-soc-icon {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widget-33 {
    margin: 15px auto 0 36px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .phones-75 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-75 .icon {
    margin-right: 0;
  }
  .title-page .phones-75 .block-body-drop {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
  }
  .title-page .phones-75 .title {
    background: none;
    margin-top: 7px;
    margin-bottom: 10px;
  }
  .title-page .phones-75 .text_body {
    background: none;
  }
  .title-page .widget-32 {
    margin: 15px auto 0 11px;
  }
  .title-page .email-74 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .email-74 .icon {
    margin-right: 0;
  }
  .title-page .email-74 .block-body-drop {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
  }
  .title-page .email-74 .title {
    background: none;
    margin-top: 10px;
    margin-bottom: 7px;
  }
  .title-page .email-74 .text_body {
    background: none;
  }
  .title-page .widget-30 {
    margin-top: 15px;
    margin-right: 13px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-right: 0;
  }
  .title-page .address-72 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .address-72 .icon {
    margin-right: auto;
    margin-left: 0;
  }
  .title-page .address-72 .block-body-drop {
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .title-page .address-72 .title {
    background: none;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-left: 0;
    margin-right: auto;
    margin-top: 9px;
  }
  .title-page .address-72 .text_body {
    background: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 262px;
  }
  .title-page .block-39 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-38 {
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-37 {
    padding-top: 78px;
    -webkit-order: 17;
    -moz-order: 17;
    order: 17;
  }
  .title-page .block-36 .layout_63 {
    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-36 .layout_65 {
    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-36 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-27 {
    margin-bottom: 34px;
    display: block;
  }
  .title-page .blocklist-64 .body-outer {
    width: auto;
  }
  .title-page .blocklist-64 .body {
    width: auto;
  }
  .title-page .blocklist-64 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    align-self: auto;
  }
  .title-page .blocklist-64 .image {
    margin-right: auto;
    float: none;
    margin-left: auto;
  }
  .title-page .blocklist-64 .img-convert {
    background: none;
  }
  .title-page .blocklist-64 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-64 .sub-title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-26 {
    -webkit-order: 17;
    -moz-order: 17;
    order: 17;
    display: block;
  }
  .title-page .editable_block-62 .header {
    font-size: 33px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-62 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-62 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-62 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-62 .more {
    clear: none;
    text-align: center;
  }
  .title-page .widget-28 {
    display: none;
    -webkit-order: 17;
    -moz-order: 17;
    order: 17;
  }
  .title-page .block-33 {
    -webkit-order: 17;
    -moz-order: 17;
    order: 17;
  }
  .title-page .block-32 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-25 {
    background: none;
    -webkit-order: 16;
    -moz-order: 16;
    order: 16;
    display: block;
  }
  .title-page .blocklist-59 .header {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-59 .header_text {
    font-size: 33px;
    -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/polosa.svg?1538562605757") left 50% top calc(50% + 88px) / 2px no-repeat;
  }
  .title-page .blocklist-59 .body-outer {
    width: auto;
  }
  .title-page .blocklist-59 .body {
    width: auto;
  }
  .title-page .blocklist-59 .bx-wrapper {
    max-width: 872px;
  }
  .title-page .blocklist-59 .list {
    width: 872px;
  }
  .title-page .blocklist-59 .item {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 22px;
    margin-right: 22px;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/66666666666.png") left calc(50% + 80px) top calc(50% - 133px) / auto auto no-repeat, url("../images/66666666666.png") left calc(50% - 76px) top calc(50% - 40px) / auto auto no-repeat, url("../images/Otzivi.png") left 50% top 50% / auto auto no-repeat #fcfcfc;
  }
  .title-page .blocklist-59 .image {
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-59 .img-convert {
    background: none;
  }
  .title-page .blocklist-59 .title {
    margin-top: 27px;
  }
  .title-page .blocklist-59 .bx-pager-wrap {
    display: none;
  }
  .title-page .block-30 {
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
  }
  .title-page .block-31 {
    margin: 21px 0 0;
    width: auto;
    padding-left: 282px;
  }
  .title-page .widget-24 {
    width: auto;
    margin-left: 0;
    padding-right: 20px;
    display: block;
  }
  .title-page .editable_block-56 .header {
    font-size: 33px;
  }
  .title-page .editable_block-56 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-56 .more {
    clear: none;
  }
  .title-page .block-29 {
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .block-46 {
    width: auto;
    margin-top: 73px;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-23 {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 5px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-54 .header_text {
    font-size: 33px;
  }
  .title-page .blocklist-54 .body-outer {
    width: auto;
    padding-left: 0;
  }
  .title-page .blocklist-54 .body {
    width: auto;
  }
  .title-page .blocklist-54 .item {
    width: 107px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    flex-basis: auto;
    margin-right: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-54 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-54 .img-convert {
    background: none;
  }
  .title-page .blocklist-54 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 15px;
    text-align: center;
  }
  .title-page .block-23 {
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-22 {
    margin: -29px 0 0;
    width: auto;
  }
  .title-page .widget-18 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .editable_block-47 .header {
    font-size: 33px;
  }
  .title-page .editable_block-47 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-47 .more {
    clear: none;
  }
  .title-page .block-45 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-28 .layout_44 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_45 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_46 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-27 {
    margin-top: 15px;
    margin-left: auto;
  }
  .title-page .widget-17 {
    padding-left: 0;
    display: block;
  }
  .title-page .blocklist-43 .body-outer {
    padding-bottom: 45px;
  }
  .title-page .blocklist-43 .body {
    width: auto;
  }
  .title-page .blocklist-43 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
  }
  .title-page .blocklist-43 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-43 .image {
    margin-right: auto;
    margin-bottom: 0;
    float: none;
    margin-left: auto;
  }
  .title-page .blocklist-43 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 11px;
    text-align: center;
  }
  .title-page .block-25 {
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .block-26 {
    margin-top: 15px;
    margin-right: auto;
  }
  .title-page .widget-16 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-39 .body-outer {
    width: auto;
  }
  .title-page .blocklist-39 .body {
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-39 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
  }
  .title-page .blocklist-39 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-39 .image {
    margin-right: auto;
    margin-bottom: 0;
    float: none;
    margin-left: auto;
  }
  .title-page .blocklist-39 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 23px;
    text-align: center;
  }
  .title-page .blocklist-39 .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-18 {
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-20 {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .title-page .block-44 .layout_32 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-44 .layout_84 {
    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-44 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .title-page .block-43 {
    margin-left: auto;
    margin-bottom: 157px;
    margin-right: auto;
  }
  .title-page .block-21 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .title-page .widget-15 {
    text-align: center;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .phones-38 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-38 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-38 .cell-text {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-38 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-38 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .text-3 {
    width: auto;
    text-align: center;
    margin-left: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .widget-14 {
    text-align: center;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .form-34 .form__header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-34 .form__text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .form-34 .form-item-group {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 33px;
    padding-right: 33px;
  }
  .title-page .form-34 .form-submit {
    text-align: center;
  }
  .title-page .form-34 .group-text {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .block-19 {
    margin-right: 22px;
    min-height: 469px;
    display: none;
  }
  .title-page .block-16 {
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-17 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-12 {
    padding-top: 10px;
    display: block;
  }
  .title-page .blocklist-29 .header_text {
    font-size: 33px;
  }
  .title-page .blocklist-29 .body-outer {
    width: auto;
  }
  .title-page .blocklist-29 .body {
    width: auto;
  }
  .title-page .blocklist-29 .bx-wrapper {
    max-width: 960px;
  }
  .title-page .blocklist-29 .list {
    width: 960px;
  }
  .title-page .blocklist-29 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-29 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
    background: none;
  }
  .title-page .blocklist-29 .img-convert {
    background: none;
  }
  .title-page .blocklist-29 .bx-pager-wrap {
    display: none;
  }
  .title-page .block-14 {
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-15 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 13px;
  }
  .title-page .widget-11 {
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
    display: block;
  }
  .title-page .blocklist-25 .header_text {
    font-size: 33px;
  }
  .title-page .blocklist-25 .body-outer {
    width: auto;
  }
  .title-page .blocklist-25 .body {
    width: auto;
  }
  .title-page .blocklist-25 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-25 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 9px;
    margin-right: 9px;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-25 .text {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-25 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-25 .more {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
  }
  .title-page .block-13 {
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-12 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-10 {
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    display: block;
  }
  .title-page .blocklist-21 .header_text {
    font-size: 33px;
  }
  .title-page .blocklist-21 .body-outer {
    width: auto;
  }
  .title-page .blocklist-21 .body {
    width: auto;
  }
  .title-page .blocklist-21 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-21 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 9px;
    margin-right: 9px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-21 .text {
    margin-left: 12px;
    margin-right: 12px;
  }
  .title-page .blocklist-21 .image {
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-21 .img-convert {
    background: none;
  }
  .title-page .blocklist-21 .title {
    margin-left: 12px;
    margin-right: 12px;
  }
  .title-page .blocklist-21 .more {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-21 .more > a {
    width: 160px;
  }
  .title-page .block-9 {
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-10 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-5 {
    background: url("../images/123.png") left -491px top calc(50% - 134px) / auto auto no-repeat, url("../images/123.png") left calc(50% - 167px) top calc(50% - 103px) / 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;
    padding-left: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-4 .layout_6 {
    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-4 .layout_10 {
    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-4 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 22px;
    margin-right: 22px;
    padding-right: 0;
  }
  .title-page .block-6 .layout_9 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_18 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 {
    width: auto;
    margin-top: 33px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-8 {
    text-align: left;
    margin-top: 32px;
  }
  .title-page .address-18 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-18 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-18 .title {
    background: none;
  }
  .title-page .address-18 .text_body {
    background: none;
  }
  .title-page .widget-4 {
    margin-top: 30px;
  }
  .title-page .phones-9 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-9 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-9 .title {
    background: none;
  }
  .title-page .block-3 {
    margin-top: 3px;
  }
  .title-page .widget-3 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-2 {
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .block-2 {
    background: url("../images/kubik.svg?1538475771561") left 50% bottom -9px / 50px repeat-x, url("../images/kubik.svg?1538475771561") left 0px top -9px / 50px repeat-x, url("../images/45 (1).png?1538399544732") right -8px top -28px / 1305px no-repeat, url("../images/3.png?1538453044962") left calc(50% + 325px) bottom 181px / 742px no-repeat, url("../images/1.jpg?1538452720236") left 50% top 0px / auto auto no-repeat fixed;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-8 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-6 {
    width: auto;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-13 .body-outer {
    width: auto;
    background: none;
  }
  .title-page .blocklist-13 .body {
    width: auto;
  }
  .title-page .blocklist-13 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-13 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-13 .image {
    margin-bottom: 0;
    float: none;
    background: none;
    margin-left: auto;
  }
  .title-page .blocklist-13 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-top: 7px;
  }
  .title-page .block-11 {
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-7 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 447px;
  }
  .title-page .widget-5 {
    display: block;
  }
  .title-page .editable_block-11 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-11 .more {
    clear: none;
  }
  .title-page .widget-9 {
    box-sizing: border-box;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .side-panel-19 .side-panel-top {
    width: auto;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-38 {
    margin-top: -60px;
  }
  .title-page .block-42 .layout_79 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-42 .layout_80 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-42 .layout_81 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_72 {
    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-40 .layout_74 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_75 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_76 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-34 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    -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;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-33 {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
  .title-page .widget-32 {
    margin-top: 0;
    margin-left: 6px;
  }
  .title-page .widget-30 {
    margin-top: 0;
    margin-right: auto;
  }
  .title-page .address-72 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .address-72 .text_body {
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
  }
  .title-page .block-36 .layout_63 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-36 .layout_65 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-27 {
    margin-bottom: 0;
  }
  .title-page .blocklist-64 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-64 .sub-title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-62 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-59 .bx-wrapper {
    max-width: 680px;
  }
  .title-page .blocklist-59 .list {
    width: 680px;
  }
  .title-page .blocklist-59 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .block-31 {
    background: url("../images/23435.jpg") left calc(50% - 221px) top 50% / cover no-repeat;
    padding-left: 72px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-right: 72px;
  }
  .title-page .blocklist-54 .item {
    width: 111px;
  }
  .title-page .blocklist-54 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-22 {
    padding-left: 44px;
    padding-right: 44px;
  }
  .title-page .block-28 .layout_44 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_45 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_46 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-43 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-43 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-39 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-39 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-44 .layout_32 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-44 .layout_84 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .form-34 .form__text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .form-34 .form-item-group {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .block-16 {
    padding-bottom: 64px;
  }
  .title-page .widget-12 {
    padding-left: 44px;
    padding-right: 44px;
  }
  .title-page .blocklist-29 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-29 .bx-wrapper {
    max-width: 680px;
  }
  .title-page .blocklist-29 .list {
    width: 680px;
  }
  .title-page .blocklist-29 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-29 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-29 .image {
    margin-right: auto;
    width: 476px;
    margin-left: auto;
  }
  .title-page .widget-11 {
    padding-left: 44px;
    padding-right: 44px;
  }
  .title-page .blocklist-25 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-25 .item-outer {
    width: 100%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-25 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-25 .bx-wrapper {
    max-width: 680px;
  }
  .title-page .blocklist-25 .controls {
    text-align: justify;
    width: 609px;
    right: auto;
    left: 50%;
    margin-left: -304.5px;
  }
  .title-page .blocklist-25 .prev {
    border: none;
    width: 44px;
    min-height: 44px;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/str2.svg") left 50% top 50% / auto auto no-repeat #86ba02;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
  }
  .title-page .blocklist-25 .prev:hover, .title-page .blocklist-25 .prev.hover, .title-page .blocklist-25 .prev.active {
    background: url("../images/str2.svg") left 50% top 50% / auto auto no-repeat #ff951c;
  }
  .title-page .blocklist-25 .next {
    border: none;
    text-align: left;
    width: 44px;
    min-height: 44px;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/str1.svg") left 50% top 50% / auto auto no-repeat #86ba02;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
  }
  .title-page .blocklist-25 .next:hover, .title-page .blocklist-25 .next.hover, .title-page .blocklist-25 .next.active {
    background: url("../images/str1.svg") left 50% top 50% / auto auto no-repeat #ff951c;
  }
  .title-page .blocklist-25 .pager-wrap {
    display: none;
  }
  .title-page .block-13 {
    padding-bottom: 0.02px;
  }
  .title-page .widget-10 {
    padding-bottom: 0.02px;
    padding-left: 44px;
    padding-right: 44px;
  }
  .title-page .blocklist-21 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-21 .item-outer {
    width: 100%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-21 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-21 .bx-wrapper {
    max-width: 680px;
  }
  .title-page .blocklist-21 .controls {
    text-align: justify;
    width: 610px;
    right: auto;
    left: 50%;
    margin-left: -305px;
  }
  .title-page .blocklist-21 .prev {
    border: none;
    width: 44px;
    min-height: 44px;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/str2.svg") left 50% top 50% / auto auto no-repeat #86ba02;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
  }
  .title-page .blocklist-21 .prev:hover, .title-page .blocklist-21 .prev.hover, .title-page .blocklist-21 .prev.active {
    background: url("../images/str2.svg") left 50% top 50% / auto auto no-repeat #ff951c;
  }
  .title-page .blocklist-21 .next {
    border: none;
    text-align: left;
    width: 44px;
    min-height: 44px;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.06);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/str1.svg") left 50% top 50% / auto auto no-repeat #86ba02;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
  }
  .title-page .blocklist-21 .next:hover, .title-page .blocklist-21 .next.hover, .title-page .blocklist-21 .next.active {
    background: url("../images/str1.svg") left 50% top 50% / auto auto no-repeat #ff951c;
  }
  .title-page .blocklist-21 .pager-wrap {
    display: none;
  }
  .title-page .block-4 .layout_6 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_10 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 22px;
    padding-left: 22px;
  }
  .title-page .block-6 .layout_9 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_18 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-8 {
    margin-top: 15px;
    margin-right: auto;
    padding-right: 1px;
  }
  .title-page .address-18 .text_body {
    padding-right: 0;
    width: 260px;
  }
  .title-page .widget-4 {
    margin-top: 15px;
    margin-left: auto;
  }
  .title-page .block-2 {
    background: url("../images/kubik.svg?1538475771561") left 50% bottom -9px / 50px repeat-x, url("../images/kubik.svg?1538475771561") left 0px top -9px / 50px repeat-x, url("../images/45 (1).png?1538399544732") right -8px top -28px / 1305px no-repeat, url("../images/3.png?1538453044962") left calc(50% + 449px) bottom 220px / 742px no-repeat, url("../images/1.jpg?1538452720236") left 50% top 0px / auto auto no-repeat fixed;
  }
  .title-page .block-8 {
    margin-top: 47px;
  }
  .title-page .widget-6 {
    padding-right: 22px;
  }
  .title-page .blocklist-13 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-13 .item {
    width: 594px;
    margin-right: 0;
    margin-left: 0;
    flex-basis: auto;
    left: 0;
    right: 0;
  }
  .title-page .block-7 {
    padding-right: 261px;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-42 .layout_79 {
    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-42 .layout_80 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-42 .layout_81 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-37 {
    margin-bottom: 0;
  }
  .title-page .widget-36 {
    margin-right: auto;
    margin-bottom: 0;
  }
  .title-page .widget-35 {
    margin-left: auto;
    margin-bottom: 0;
  }
  .title-page .block-40 .layout_72 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_74 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_75 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_76 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 {
    margin-top: 12px;
  }
  .title-page .widget-34 {
    margin-top: 14px;
    margin-bottom: 24px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-33 {
    margin-top: 18px;
    margin-left: 21px;
    margin-right: 21px;
  }
  .title-page .phones-75 .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .phones-75 .title {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .phones-75 .text_body {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-32 {
    margin-left: auto;
  }
  .title-page .block-36 .layout_63 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-36 .layout_65 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-64 .item {
    padding-right: 0;
  }
  .title-page .block-34 {
    padding-right: 0;
  }
  .title-page .blocklist-59 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-59 .bx-wrapper {
    max-width: 392px;
  }
  .title-page .blocklist-59 .list {
    width: 392px;
  }
  .title-page .blocklist-59 .item {
    background: url("../images/66666666666.png") left calc(50% + 75px) top calc(50% - 151px) / auto auto no-repeat, url("../images/66666666666.png") left calc(50% - 66px) top calc(50% - 65px) / auto auto no-repeat, url("../images/Otzivi.png") left 50% top 50% / auto auto no-repeat #fcfcfc;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-31 {
    padding-left: 44px;
    padding-right: 44px;
  }
  .title-page .editable_block-56 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-56 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-56 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-56 .more {
    text-align: center;
  }
  .title-page .blocklist-54 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-54 .item-outer {
    width: 50%;
  }
  .title-page .block-28 .layout_44 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_45 {
    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-28 .layout_46 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-27 {
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .block-26 {
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .block-44 .layout_32 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-44 .layout_84 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .form-34 .form-submit button {
    width: 100%;
  }
  .title-page .form-34 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-34 .form-captcha button {
    width: 100%;
  }
  .title-page .block-19 {
    margin: 15px 0 0;
  }
  .title-page .blocklist-29 .bx-wrapper {
    max-width: 392px;
  }
  .title-page .blocklist-29 .list {
    width: 392px;
  }
  .title-page .blocklist-29 .item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-29 .image {
    margin-right: 0;
    width: auto;
    margin-left: 0;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-25 .bx-wrapper {
    max-width: 392px;
  }
  .title-page .blocklist-25 .controls {
    width: 433px;
    margin-left: -216.5px;
    margin-top: 49px;
  }
  .title-page .blocklist-21 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-21 .bx-wrapper {
    max-width: 392px;
  }
  .title-page .blocklist-21 .controls {
    width: 433px;
    margin-left: -216.5px;
  }
  .title-page .block-5 {
    background: url("../images/123.png") left -477px top calc(50% - 175px) / auto auto no-repeat, url("../images/123.png") left calc(50% - 195px) top calc(50% - 175px) / auto auto no-repeat;
  }
  .title-page .block-4 .layout_6 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_10 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_9 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_18 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-8 {
    margin-top: 29px;
    margin-left: auto;
  }
  .title-page .address-18 .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .address-18 .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .address-18 .block-body-drop {
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .title-page .address-18 .title {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-top: 11px;
  }
  .title-page .address-18 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-4 {
    margin-right: auto;
    margin-bottom: 13px;
  }
  .title-page .phones-9 .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-9 .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .phones-9 .block-body-drop {
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .title-page .phones-9 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-9 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-2 {
    background: url("../images/kubik.svg?1538475771561") left 50% bottom -9px / 50px repeat-x, url("../images/kubik.svg?1538475771561") left 0px top -9px / 50px repeat-x, url("../images/45 (1).png?1538399544732") right -8px top -28px / 1305px no-repeat, url("../images/3.png?1538453044962") left calc(50% + 587px) bottom 217px / 742px no-repeat, url("../images/1.jpg?1538452720236") left 50% top 0px / auto auto no-repeat fixed;
  }
  .title-page .blocklist-13 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-11 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-7 {
    border: none;
    background: none;
    padding-right: 44px;
    -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 .editable_block-11 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-11 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-11 .more {
    text-align: center;
  }
  .title-page .editable_block-11 .more > a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-42 .layout_79 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-42 .layout_80 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-42 .layout_81 {
    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 .widget-37 {
    text-align: center;
  }
  .title-page .widget-35 {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-40 .layout_72 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_74 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_75 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_76 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: auto;
    -webkit-flex: 1 0 0px;
    -moz-flex: 1 0 0px;
    flex: 1 0 0px;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-34 {
    width: 274px;
    margin-top: 28px;
  }
  .title-page .widget-33 {
    margin-top: 0;
  }
  .title-page .phones-75 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-75 .text_body {
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
  }
  .title-page .widget-32 {
    text-align: center;
    margin-left: 0;
    margin-right: 12px;
    margin-bottom: 28px;
  }
  .title-page .email-74 .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .email-74 .cell-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .email-74 .title {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .email-74 .text_body {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-30 {
    text-align: center;
    margin-bottom: 35px;
  }
  .title-page .address-72 .icon {
    margin-left: auto;
  }
  .title-page .address-72 .cell-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .address-72 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-right: 0;
    width: auto;
  }
  .title-page .address-72 .text_body {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-37 {
    padding-top: 57px;
  }
  .title-page .block-36 .layout_63 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-36 .layout_65 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-35 {
    margin-top: 17px;
    padding-left: 28px;
  }
  .title-page .editable_block-62 .header {
    font-size: 28px;
  }
  .title-page .editable_block-62 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-33 {
    padding-bottom: 23px;
  }
  .title-page .widget-25 {
    padding-left: 22px;
    padding-right: 22px;
  }
  .title-page .blocklist-59 .header_text {
    font-size: 28px;
    background: url("../images/polosa.svg?1538562605757") left 50% top calc(50% + 113px) / 2px no-repeat;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-59 .bx-wrapper {
    max-width: 276px;
  }
  .title-page .blocklist-59 .list {
    width: 276px;
  }
  .title-page .blocklist-59 .item {
    padding-left: 22px;
    padding-right: 22px;
    background: url("../images/66666666666.png") left calc(50% + 66px) top calc(50% - 194px) / auto auto no-repeat, url("../images/66666666666.png") left calc(50% - 61px) top calc(50% - 88px) / auto auto no-repeat, url("../images/Otzivi.png") left 50% top 50% / auto auto no-repeat #fcfcfc;
  }
  .title-page .blocklist-59 .image {
    margin-bottom: 27px;
  }
  .title-page .block-31 {
    padding-left: 22px;
    padding-right: 22px;
  }
  .title-page .widget-24 {
    padding-right: 0;
  }
  .title-page .popover-wrap-56 .popover-body .s3_button_large {
    width: 200px;
  }
  .title-page .editable_block-56 .header {
    font-size: 28px;
  }
  .title-page .editable_block-56 .body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .editable_block-56 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-56 .image {
    float: none;
    margin-right: 0;
  }
  .title-page .block-46 {
    margin-top: 0;
  }
  .title-page .widget-23 {
    padding-left: 22px;
    padding-right: 22px;
  }
  .title-page .blocklist-54 .header_text {
    font-size: 28px;
  }
  .title-page .blocklist-54 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-54 .item {
    width: 132px;
  }
  .title-page .blocklist-54 .image {
    margin-right: auto;
    margin-bottom: 21px;
    width: 112px;
    margin-left: auto;
  }
  .title-page .blocklist-54 .sub-title {
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-22 {
    padding-left: 22px;
    padding-right: 22px;
  }
  .title-page .editable_block-47 .header {
    font-size: 28px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .editable_block-47 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-28 .layout_44 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: none;
  }
  .title-page .block-28 .layout_45 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-28 .layout_46 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-43 .image {
    margin-bottom: 5px;
  }
  .title-page .block-25 {
    display: none;
  }
  .title-page .blocklist-39 .image {
    margin-bottom: 5px;
  }
  .title-page .block-44 .layout_32 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-44 .layout_84 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 {
    margin-top: 14px;
  }
  .title-page .phones-38 .cell-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-38 .title {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .phones-38 .text_body {
    margin-left: 0;
  }
  .title-page .widget-12 {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 57px;
  }
  .title-page .blocklist-29 .header_text {
    font-size: 28px;
  }
  .title-page .blocklist-29 .bx-wrapper {
    max-width: 276px;
  }
  .title-page .blocklist-29 .list {
    width: 276px;
  }
  .title-page .blocklist-29 .image {
    margin-bottom: 5px;
  }
  .title-page .block-14 {
    margin-top: 55px;
  }
  .title-page .widget-11 {
    padding-bottom: 76px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .popover-wrap-25 .popover-body .s3_button_large {
    width: 200px;
  }
  .title-page .blocklist-25 .header_text {
    font-size: 28px;
  }
  .title-page .blocklist-25 .image {
    margin-bottom: 28px;
  }
  .title-page .blocklist-25 .bx-wrapper {
    max-width: 296px;
  }
  .title-page .blocklist-25 .controls {
    width: 103px;
    margin-left: -51.5px;
    bottom: 0;
    top: auto;
    margin-bottom: 28px;
  }
  .title-page .widget-10 {
    padding-bottom: 82px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .popover-wrap-21 .popover-body .s3_button_large {
    width: 200px;
  }
  .title-page .blocklist-21 .header_text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-21 .image {
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
  }
  .title-page .blocklist-21 .img-convert {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-21 .bx-wrapper {
    max-width: 296px;
  }
  .title-page .blocklist-21 .controls {
    width: 102px;
    margin-left: -51px;
    bottom: 0;
    top: auto;
    margin-bottom: 41px;
  }
  .title-page .block-5 {
    background: url("../images/123.png") left -394px top calc(50% - 148px) / auto auto no-repeat, url("../images/123.png") left -403px top calc(50% - 134px) / auto auto no-repeat;
  }
  .title-page .block-4 .layout_6 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_10 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 {
    margin-top: 54px;
  }
  .title-page .block-6 .layout_9 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_18 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 {
    margin-bottom: 5px;
  }
  .title-page .widget-8 {
    margin-top: 15px;
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .address-18 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-4 {
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .phones-9 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-3 {
    margin-top: -1px;
  }
  .title-page .widget-3 {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-right: 0;
  }
  .title-page .widget-2 {
    margin-top: 17px;
  }
  .title-page .site-name-4 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-6 {
    min-width: 0;
    right: 0;
  }
  .title-page .blocklist-13 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-13 .image {
    margin-bottom: 17px;
  }
  .title-page .block-7 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .title-page .popover-wrap-11 .popover-body .s3_button_large {
    width: 200px;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-11 .body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 12px;
    padding-right: 12px;
  }
  .title-page .editable_block-11 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-11 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .title-page .editable_block-11 .more > a {
    width: auto;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjQ0IiBoZWlnaHQ9IjM3Ljk2OSIgdmlld0JveD0iMCAwIDQ0IDM3Ljk2OSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik00MC4xNDIsMzcuOTY5IEwzNi42OTEsMzcuOTY5IEwwLjUxMSwzNy45NjkgQzAuMjI5LDM3Ljk2OSAtMC4wMDAsMzcuNzQ0IC0wLjAwMCwzNy40NjYgTC0wLjAwMCwzNC4xMjIgQy0wLjAwMCwzMy44NDQgMC4yMjksMzMuNjE5IDAuNTExLDMzLjYxOSBDMC43OTQsMzMuNjE5IDEuMDIzLDMzLjg0NCAxLjAyMywzNC4xMjIgTDEuMDIzLDM2Ljk2MyBMMy4yODAsMzYuOTYzIEwzLjI4MCwzNS43OTQgQzMuMjgwLDM1LjUxNiAzLjUwOSwzNS4yOTEgMy43OTEsMzUuMjkxIEM0LjA3NCwzNS4yOTEgNC4zMDMsMzUuNTE2IDQuMzAzLDM1Ljc5NCBMNC4zMDMsMzYuOTYzIEw2LjU2MCwzNi45NjMgTDYuNTYwLDM0LjEyMiBDNi41NjAsMzMuODQ0IDYuNzg5LDMzLjYxOSA3LjA3MSwzMy42MTkgQzcuMzU0LDMzLjYxOSA3LjU4MywzMy44NDQgNy41ODMsMzQuMTIyIEw3LjU4MywzNi45NjMgTDkuODQwLDM2Ljk2MyBMOS44NDAsMzUuNzk0IEM5Ljg0MCwzNS41MTYgMTAuMDY5LDM1LjI5MSAxMC4zNTEsMzUuMjkxIEMxMC42MzQsMzUuMjkxIDEwLjg2MywzNS41MTYgMTAuODYzLDM1Ljc5NCBMMTAuODYzLDM2Ljk2MyBMMTMuMTIwLDM2Ljk2MyBMMTMuMTIwLDM0LjEyMiBDMTMuMTIwLDMzLjg0NCAxMy4zNDksMzMuNjE5IDEzLjYzMSwzMy42MTkgQzEzLjkxNCwzMy42MTkgMTQuMTQzLDMzLjg0NCAxNC4xNDMsMzQuMTIyIEwxNC4xNDMsMzYuOTYzIEwxNi40MDAsMzYuOTYzIEwxNi40MDAsMzUuNzk0IEMxNi40MDAsMzUuNTE2IDE2LjYyOSwzNS4yOTEgMTYuOTExLDM1LjI5MSBDMTcuMTk0LDM1LjI5MSAxNy40MjMsMzUuNTE2IDE3LjQyMywzNS43OTQgTDE3LjQyMywzNi45NjMgTDE5LjY4MCwzNi45NjMgTDE5LjY4MCwzNC4xMjIgQzE5LjY4MCwzMy44NDQgMTkuOTA5LDMzLjYxOSAyMC4xOTEsMzMuNjE5IEMyMC40NzQsMzMuNjE5IDIwLjcwMywzMy44NDQgMjAuNzAzLDM0LjEyMiBMMjAuNzAzLDM2Ljk2MyBMMjIuOTU5LDM2Ljk2MyBMMjIuOTU5LDM1Ljc5NCBDMjIuOTU5LDM1LjUxNiAyMy4xODgsMzUuMjkxIDIzLjQ3MSwzNS4yOTEgQzIzLjc1MywzNS4yOTEgMjMuOTgyLDM1LjUxNiAyMy45ODIsMzUuNzk0IEwyMy45ODIsMzYuOTYzIEwyNi4yMzksMzYuOTYzIEwyNi4yMzksMzQuMTIyIEMyNi4yMzksMzMuODQ0IDI2LjQ2OCwzMy42MTkgMjYuNzUxLDMzLjYxOSBDMjcuMDMzLDMzLjYxOSAyNy4yNjIsMzMuODQ0IDI3LjI2MiwzNC4xMjIgTDI3LjI2MiwzNi45NjMgTDI5LjUxOSwzNi45NjMgTDI5LjUxOSwzNS43OTQgQzI5LjUxOSwzNS41MTYgMjkuNzQ4LDM1LjI5MSAzMC4wMzEsMzUuMjkxIEMzMC4zMTMsMzUuMjkxIDMwLjU0MiwzNS41MTYgMzAuNTQyLDM1Ljc5NCBMMzAuNTQyLDM2Ljk2MyBMMzIuNzk5LDM2Ljk2MyBMMzIuNzk5LDM0LjEyMiBDMzIuNzk5LDMzLjg0NCAzMy4wMjgsMzMuNjE5IDMzLjMxMSwzMy42MTkgQzMzLjU5MywzMy42MTkgMzMuODIyLDMzLjg0NCAzMy44MjIsMzQuMTIyIEwzMy44MjIsMzYuOTYzIEwzNi4xODAsMzYuOTYzIEwzNi4xODAsMzQuMDcxIEMzNi4xODAsMzEuOTc4IDM3LjkxMSwzMC4yNzUgNDAuMDM4LDMwLjI3NSBMNDAuMTQyLDMwLjI3NSBDNDIuMjY5LDMwLjI3NSA0NC4wMDAsMzEuOTc4IDQ0LjAwMCwzNC4wNzEgTDQ0LjAwMCwzNC4xNzMgQzQ0LjAwMCwzNi4yNjYgNDIuMjY5LDM3Ljk2OSA0MC4xNDIsMzcuOTY5IFpNNDIuOTc3LDM0LjA3MSBDNDIuOTc3LDMyLjUzMyA0MS43MDUsMzEuMjgyIDQwLjE0MiwzMS4yODIgTDQwLjAzOCwzMS4yODIgQzM4LjQ3NSwzMS4yODIgMzcuMjAzLDMyLjUzMyAzNy4yMDMsMzQuMDcxIEwzNy4yMDMsMzYuOTYzIEw0MC4xNDIsMzYuOTYzIEM0MS43MDUsMzYuOTYzIDQyLjk3NywzNS43MTEgNDIuOTc3LDM0LjE3MyBMNDIuOTc3LDM0LjA3MSBaTTQwLjA5MCwzNS41OTggQzM5LjI2MywzNS41OTggMzguNTg5LDM0LjkzNiAzOC41ODksMzQuMTIyIEMzOC41ODksMzMuMzA4IDM5LjI2MywzMi42NDYgNDAuMDkwLDMyLjY0NiBDNDAuOTE3LDMyLjY0NiA0MS41OTAsMzMuMzA4IDQxLjU5MCwzNC4xMjIgQzQxLjU5MCwzNC45MzYgNDAuOTE3LDM1LjU5OCA0MC4wOTAsMzUuNTk4IFpNNDAuMDkwLDMzLjY1MiBDMzkuODI3LDMzLjY1MiAzOS42MTIsMzMuODYzIDM5LjYxMiwzNC4xMjIgQzM5LjYxMiwzNC4zODEgMzkuODI3LDM0LjU5MiA0MC4wOTAsMzQuNTkyIEM0MC4zNTMsMzQuNTkyIDQwLjU2NywzNC4zODEgNDAuNTY3LDM0LjEyMiBDNDAuNTY3LDMzLjg2MyA0MC4zNTMsMzMuNjUyIDQwLjA5MCwzMy42NTIgWk0zNS42NzMsMjkuNzY5IEwxNC4wODgsMjkuNzY5IEwxNC4wODgsMzAuOTY4IEMxNC4wODgsMzEuMTI4IDE0LjAxMSwzMS4yNzggMTMuODgwLDMxLjM3MyBDMTMuNzkxLDMxLjQzOCAxMy42ODUsMzEuNDcyIDEzLjU3NywzMS40NzIgQzEzLjUyNiwzMS40NzIgMTMuNDc1LDMxLjQ2NCAxMy40MjYsMzEuNDQ5IEw3Ljg3NSwyOS43NjkgTDAuNTczLDI5Ljc2OSBDMC4yOTAsMjkuNzY5IDAuMDYxLDI5LjU0NCAwLjA2MSwyOS4yNjYgTDAuMDYxLDIuMTc0IEMwLjA2MSwxLjg5NiAwLjI5MCwxLjY3MSAwLjU3MywxLjY3MSBMNy44NzUsMS42NzEgTDEzLjQyNiwtMC4wMDkgQzEzLjU4MSwtMC4wNTYgMTMuNzUwLC0wLjAyOCAxMy44ODAsMC4wNjcgQzE0LjAxMSwwLjE2MiAxNC4wODgsMC4zMTIgMTQuMDg4LDAuNDcxIEwxNC4wODgsMS42NzEgTDM1LjY3MywxLjY3MSBDMzUuOTU1LDEuNjcxIDM2LjE4NCwxLjg5NiAzNi4xODQsMi4xNzQgTDM2LjE4NCwyOS4yNjYgQzM2LjE4NCwyOS41NDQgMzUuOTU1LDI5Ljc2OSAzNS42NzMsMjkuNzY5IFpNMS4wODQsMi42NzcgTDEuMDg0LDI4Ljc2MyBMNC41NTEsMjguNzYzIEwyLjI5MSwyOC4wNzkgQzIuMDc3LDI4LjAxNCAxLjkzMCwyNy44MTkgMS45MzAsMjcuNTk4IEwxLjkzMCwzLjg0MiBDMS45MzAsMy42MjEgMi4wNzcsMy40MjYgMi4yOTEsMy4zNjEgTDQuNTUwLDIuNjc3IEwxLjA4NCwyLjY3NyBaTTEzLjA2NSwyNy41OTggTDEzLjA2NSwzLjg0MiBMMTMuMDY1LDEuMTUzIEwyLjk1Myw0LjIxNCBMMi45NTMsMjcuMjI2IEwxMy4wNjUsMzAuMjg3IEwxMy4wNjUsMjcuNTk4IFpNMTQuMDg4LDI3LjA5NSBMMTYuMjM3LDI3LjA5NSBMMTYuMjM3LDQuMzQ1IEwxNC4wODgsNC4zNDUgTDE0LjA4OCwyNy4wOTUgWk0zNS4xNjEsMi42NzcgTDE0LjA4OCwyLjY3NyBMMTQuMDg4LDMuMzM5IEwxNi43NDgsMy4zMzkgQzE3LjAzMSwzLjMzOSAxNy4yNjAsMy41NjQgMTcuMjYwLDMuODQyIEwxNy4yNjAsMjcuNTk4IEMxNy4yNjAsMjcuODc2IDE3LjAzMSwyOC4xMDEgMTYuNzQ4LDI4LjEwMSBMMTQuMDg4LDI4LjEwMSBMMTQuMDg4LDI4Ljc2MyBMMzUuMTYxLDI4Ljc2MyBMMzUuMTYxLDIuNjc3IFpNMTkuNDk4LDMuMzM5IEwzMy44MDYsMy4zMzkgQzM0LjA4OCwzLjMzOSAzNC4zMTcsMy41NjUgMzQuMzE3LDMuODQzIEwzNC4zMTcsMjcuNTk3IEMzNC4zMTcsMjcuODc1IDM0LjA4OCwyOC4xMDAgMzMuODA2LDI4LjEwMCBMMTkuNDk4LDI4LjEwMCBDMTkuMjE1LDI4LjEwMCAxOC45ODYsMjcuODc1IDE4Ljk4NiwyNy41OTcgTDE4Ljk4NiwzLjg0MyBDMTguOTg2LDMuNTY1IDE5LjIxNSwzLjMzOSAxOS40OTgsMy4zMzkgWk0yMC4wMDksMjcuMDk0IEwzMy4yOTQsMjcuMDk0IEwzMy4yOTQsNC4zNDYgTDIwLjAwOSw0LjM0NiBMMjAuMDA5LDI3LjA5NCBaTTMuNzcyLDQuMzM0IEwxMS45NDYsMS44NjEgQzEyLjEwMSwxLjgxNCAxMi4yNzAsMS44NDIgMTIuNDAwLDEuOTM3IEMxMi41MzEsMi4wMzIgMTIuNjA4LDIuMTgyIDEyLjYwOCwyLjM0MiBMMTIuNjA4LDE2LjU3OCBDMTIuODU0LDE2Ljc3NCAxMy4wMTQsMTcuMDYzIDEzLjAxNCwxNy4zOTAgTDEzLjAxNCwxNy41NjUgQzEzLjAxNCwxNy44OTIgMTIuODU0LDE4LjE4MSAxMi42MDgsMTguMzc3IEwxMi42MDgsMjkuMDk4IEMxMi42MDgsMjkuMjU4IDEyLjUzMSwyOS40MDggMTIuNDAwLDI5LjUwMyBDMTIuMzExLDI5LjU2OCAxMi4yMDQsMjkuNjAxIDEyLjA5NiwyOS42MDEgQzEyLjA0NiwyOS42MDEgMTEuOTk1LDI5LjU5NCAxMS45NDYsMjkuNTc5IEwzLjc3MiwyNy4xMDYgQzMuNTU3LDI3LjA0MSAzLjQxMCwyNi44NDYgMy40MTAsMjYuNjI1IEwzLjQxMCw0LjgxNSBDMy40MTAsNC41OTQgMy41NTcsNC4zOTkgMy43NzIsNC4zMzQgWk0xMS45OTEsMTcuNTY1IEwxMS45OTEsMTcuMzkwIEMxMS45OTEsMTcuMzY5IDExLjk1MSwxNy4zMzEgMTEuODg1LDE3LjMzMSBMNy44ODYsMTcuMzMxIEw3Ljg4NiwxNy42MjQgTDExLjg4NSwxNy42MjQgQzExLjk1MSwxNy42MjQgMTEuOTkxLDE3LjU4NiAxMS45OTEsMTcuNTY1IFpNNC40MzMsMjYuMjUzIEwxMS41ODUsMjguNDE3IEwxMS41ODUsMTguNjMxIEw3LjM3NSwxOC42MzEgQzcuMDkyLDE4LjYzMSA2Ljg2MywxOC40MDUgNi44NjMsMTguMTI4IEw2Ljg2MywxNi44MjcgQzYuODYzLDE2LjU1MCA3LjA5MiwxNi4zMjQgNy4zNzUsMTYuMzI0IEwxMS41ODUsMTYuMzI0IEwxMS41ODUsMy4wMjMgTDQuNDMzLDUuMTg2IEw0LjQzMywyNi4yNTMgWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPg==") left 9px top 50% / auto auto no-repeat #fa8a0a;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-11 .more > a:hover, .title-page .editable_block-11 .more > a.hover, .title-page .editable_block-11 .more > a.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjQ0IiBoZWlnaHQ9IjM3Ljk2OSIgdmlld0JveD0iMCAwIDQ0IDM3Ljk2OSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik00MC4xNDIsMzcuOTY5IEwzNi42OTEsMzcuOTY5IEwwLjUxMSwzNy45NjkgQzAuMjI5LDM3Ljk2OSAtMC4wMDAsMzcuNzQ0IC0wLjAwMCwzNy40NjYgTC0wLjAwMCwzNC4xMjIgQy0wLjAwMCwzMy44NDQgMC4yMjksMzMuNjE5IDAuNTExLDMzLjYxOSBDMC43OTQsMzMuNjE5IDEuMDIzLDMzLjg0NCAxLjAyMywzNC4xMjIgTDEuMDIzLDM2Ljk2MyBMMy4yODAsMzYuOTYzIEwzLjI4MCwzNS43OTQgQzMuMjgwLDM1LjUxNiAzLjUwOSwzNS4yOTEgMy43OTEsMzUuMjkxIEM0LjA3NCwzNS4yOTEgNC4zMDMsMzUuNTE2IDQuMzAzLDM1Ljc5NCBMNC4zMDMsMzYuOTYzIEw2LjU2MCwzNi45NjMgTDYuNTYwLDM0LjEyMiBDNi41NjAsMzMuODQ0IDYuNzg5LDMzLjYxOSA3LjA3MSwzMy42MTkgQzcuMzU0LDMzLjYxOSA3LjU4MywzMy44NDQgNy41ODMsMzQuMTIyIEw3LjU4MywzNi45NjMgTDkuODQwLDM2Ljk2MyBMOS44NDAsMzUuNzk0IEM5Ljg0MCwzNS41MTYgMTAuMDY5LDM1LjI5MSAxMC4zNTEsMzUuMjkxIEMxMC42MzQsMzUuMjkxIDEwLjg2MywzNS41MTYgMTAuODYzLDM1Ljc5NCBMMTAuODYzLDM2Ljk2MyBMMTMuMTIwLDM2Ljk2MyBMMTMuMTIwLDM0LjEyMiBDMTMuMTIwLDMzLjg0NCAxMy4zNDksMzMuNjE5IDEzLjYzMSwzMy42MTkgQzEzLjkxNCwzMy42MTkgMTQuMTQzLDMzLjg0NCAxNC4xNDMsMzQuMTIyIEwxNC4xNDMsMzYuOTYzIEwxNi40MDAsMzYuOTYzIEwxNi40MDAsMzUuNzk0IEMxNi40MDAsMzUuNTE2IDE2LjYyOSwzNS4yOTEgMTYuOTExLDM1LjI5MSBDMTcuMTk0LDM1LjI5MSAxNy40MjMsMzUuNTE2IDE3LjQyMywzNS43OTQgTDE3LjQyMywzNi45NjMgTDE5LjY4MCwzNi45NjMgTDE5LjY4MCwzNC4xMjIgQzE5LjY4MCwzMy44NDQgMTkuOTA5LDMzLjYxOSAyMC4xOTEsMzMuNjE5IEMyMC40NzQsMzMuNjE5IDIwLjcwMywzMy44NDQgMjAuNzAzLDM0LjEyMiBMMjAuNzAzLDM2Ljk2MyBMMjIuOTU5LDM2Ljk2MyBMMjIuOTU5LDM1Ljc5NCBDMjIuOTU5LDM1LjUxNiAyMy4xODgsMzUuMjkxIDIzLjQ3MSwzNS4yOTEgQzIzLjc1MywzNS4yOTEgMjMuOTgyLDM1LjUxNiAyMy45ODIsMzUuNzk0IEwyMy45ODIsMzYuOTYzIEwyNi4yMzksMzYuOTYzIEwyNi4yMzksMzQuMTIyIEMyNi4yMzksMzMuODQ0IDI2LjQ2OCwzMy42MTkgMjYuNzUxLDMzLjYxOSBDMjcuMDMzLDMzLjYxOSAyNy4yNjIsMzMuODQ0IDI3LjI2MiwzNC4xMjIgTDI3LjI2MiwzNi45NjMgTDI5LjUxOSwzNi45NjMgTDI5LjUxOSwzNS43OTQgQzI5LjUxOSwzNS41MTYgMjkuNzQ4LDM1LjI5MSAzMC4wMzEsMzUuMjkxIEMzMC4zMTMsMzUuMjkxIDMwLjU0MiwzNS41MTYgMzAuNTQyLDM1Ljc5NCBMMzAuNTQyLDM2Ljk2MyBMMzIuNzk5LDM2Ljk2MyBMMzIuNzk5LDM0LjEyMiBDMzIuNzk5LDMzLjg0NCAzMy4wMjgsMzMuNjE5IDMzLjMxMSwzMy42MTkgQzMzLjU5MywzMy42MTkgMzMuODIyLDMzLjg0NCAzMy44MjIsMzQuMTIyIEwzMy44MjIsMzYuOTYzIEwzNi4xODAsMzYuOTYzIEwzNi4xODAsMzQuMDcxIEMzNi4xODAsMzEuOTc4IDM3LjkxMSwzMC4yNzUgNDAuMDM4LDMwLjI3NSBMNDAuMTQyLDMwLjI3NSBDNDIuMjY5LDMwLjI3NSA0NC4wMDAsMzEuOTc4IDQ0LjAwMCwzNC4wNzEgTDQ0LjAwMCwzNC4xNzMgQzQ0LjAwMCwzNi4yNjYgNDIuMjY5LDM3Ljk2OSA0MC4xNDIsMzcuOTY5IFpNNDIuOTc3LDM0LjA3MSBDNDIuOTc3LDMyLjUzMyA0MS43MDUsMzEuMjgyIDQwLjE0MiwzMS4yODIgTDQwLjAzOCwzMS4yODIgQzM4LjQ3NSwzMS4yODIgMzcuMjAzLDMyLjUzMyAzNy4yMDMsMzQuMDcxIEwzNy4yMDMsMzYuOTYzIEw0MC4xNDIsMzYuOTYzIEM0MS43MDUsMzYuOTYzIDQyLjk3NywzNS43MTEgNDIuOTc3LDM0LjE3MyBMNDIuOTc3LDM0LjA3MSBaTTQwLjA5MCwzNS41OTggQzM5LjI2MywzNS41OTggMzguNTg5LDM0LjkzNiAzOC41ODksMzQuMTIyIEMzOC41ODksMzMuMzA4IDM5LjI2MywzMi42NDYgNDAuMDkwLDMyLjY0NiBDNDAuOTE3LDMyLjY0NiA0MS41OTAsMzMuMzA4IDQxLjU5MCwzNC4xMjIgQzQxLjU5MCwzNC45MzYgNDAuOTE3LDM1LjU5OCA0MC4wOTAsMzUuNTk4IFpNNDAuMDkwLDMzLjY1MiBDMzkuODI3LDMzLjY1MiAzOS42MTIsMzMuODYzIDM5LjYxMiwzNC4xMjIgQzM5LjYxMiwzNC4zODEgMzkuODI3LDM0LjU5MiA0MC4wOTAsMzQuNTkyIEM0MC4zNTMsMzQuNTkyIDQwLjU2NywzNC4zODEgNDAuNTY3LDM0LjEyMiBDNDAuNTY3LDMzLjg2MyA0MC4zNTMsMzMuNjUyIDQwLjA5MCwzMy42NTIgWk0zNS42NzMsMjkuNzY5IEwxNC4wODgsMjkuNzY5IEwxNC4wODgsMzAuOTY4IEMxNC4wODgsMzEuMTI4IDE0LjAxMSwzMS4yNzggMTMuODgwLDMxLjM3MyBDMTMuNzkxLDMxLjQzOCAxMy42ODUsMzEuNDcyIDEzLjU3NywzMS40NzIgQzEzLjUyNiwzMS40NzIgMTMuNDc1LDMxLjQ2NCAxMy40MjYsMzEuNDQ5IEw3Ljg3NSwyOS43NjkgTDAuNTczLDI5Ljc2OSBDMC4yOTAsMjkuNzY5IDAuMDYxLDI5LjU0NCAwLjA2MSwyOS4yNjYgTDAuMDYxLDIuMTc0IEMwLjA2MSwxLjg5NiAwLjI5MCwxLjY3MSAwLjU3MywxLjY3MSBMNy44NzUsMS42NzEgTDEzLjQyNiwtMC4wMDkgQzEzLjU4MSwtMC4wNTYgMTMuNzUwLC0wLjAyOCAxMy44ODAsMC4wNjcgQzE0LjAxMSwwLjE2MiAxNC4wODgsMC4zMTIgMTQuMDg4LDAuNDcxIEwxNC4wODgsMS42NzEgTDM1LjY3MywxLjY3MSBDMzUuOTU1LDEuNjcxIDM2LjE4NCwxLjg5NiAzNi4xODQsMi4xNzQgTDM2LjE4NCwyOS4yNjYgQzM2LjE4NCwyOS41NDQgMzUuOTU1LDI5Ljc2OSAzNS42NzMsMjkuNzY5IFpNMS4wODQsMi42NzcgTDEuMDg0LDI4Ljc2MyBMNC41NTEsMjguNzYzIEwyLjI5MSwyOC4wNzkgQzIuMDc3LDI4LjAxNCAxLjkzMCwyNy44MTkgMS45MzAsMjcuNTk4IEwxLjkzMCwzLjg0MiBDMS45MzAsMy42MjEgMi4wNzcsMy40MjYgMi4yOTEsMy4zNjEgTDQuNTUwLDIuNjc3IEwxLjA4NCwyLjY3NyBaTTEzLjA2NSwyNy41OTggTDEzLjA2NSwzLjg0MiBMMTMuMDY1LDEuMTUzIEwyLjk1Myw0LjIxNCBMMi45NTMsMjcuMjI2IEwxMy4wNjUsMzAuMjg3IEwxMy4wNjUsMjcuNTk4IFpNMTQuMDg4LDI3LjA5NSBMMTYuMjM3LDI3LjA5NSBMMTYuMjM3LDQuMzQ1IEwxNC4wODgsNC4zNDUgTDE0LjA4OCwyNy4wOTUgWk0zNS4xNjEsMi42NzcgTDE0LjA4OCwyLjY3NyBMMTQuMDg4LDMuMzM5IEwxNi43NDgsMy4zMzkgQzE3LjAzMSwzLjMzOSAxNy4yNjAsMy41NjQgMTcuMjYwLDMuODQyIEwxNy4yNjAsMjcuNTk4IEMxNy4yNjAsMjcuODc2IDE3LjAzMSwyOC4xMDEgMTYuNzQ4LDI4LjEwMSBMMTQuMDg4LDI4LjEwMSBMMTQuMDg4LDI4Ljc2MyBMMzUuMTYxLDI4Ljc2MyBMMzUuMTYxLDIuNjc3IFpNMTkuNDk4LDMuMzM5IEwzMy44MDYsMy4zMzkgQzM0LjA4OCwzLjMzOSAzNC4zMTcsMy41NjUgMzQuMzE3LDMuODQzIEwzNC4zMTcsMjcuNTk3IEMzNC4zMTcsMjcuODc1IDM0LjA4OCwyOC4xMDAgMzMuODA2LDI4LjEwMCBMMTkuNDk4LDI4LjEwMCBDMTkuMjE1LDI4LjEwMCAxOC45ODYsMjcuODc1IDE4Ljk4NiwyNy41OTcgTDE4Ljk4NiwzLjg0MyBDMTguOTg2LDMuNTY1IDE5LjIxNSwzLjMzOSAxOS40OTgsMy4zMzkgWk0yMC4wMDksMjcuMDk0IEwzMy4yOTQsMjcuMDk0IEwzMy4yOTQsNC4zNDYgTDIwLjAwOSw0LjM0NiBMMjAuMDA5LDI3LjA5NCBaTTMuNzcyLDQuMzM0IEwxMS45NDYsMS44NjEgQzEyLjEwMSwxLjgxNCAxMi4yNzAsMS44NDIgMTIuNDAwLDEuOTM3IEMxMi41MzEsMi4wMzIgMTIuNjA4LDIuMTgyIDEyLjYwOCwyLjM0MiBMMTIuNjA4LDE2LjU3OCBDMTIuODU0LDE2Ljc3NCAxMy4wMTQsMTcuMDYzIDEzLjAxNCwxNy4zOTAgTDEzLjAxNCwxNy41NjUgQzEzLjAxNCwxNy44OTIgMTIuODU0LDE4LjE4MSAxMi42MDgsMTguMzc3IEwxMi42MDgsMjkuMDk4IEMxMi42MDgsMjkuMjU4IDEyLjUzMSwyOS40MDggMTIuNDAwLDI5LjUwMyBDMTIuMzExLDI5LjU2OCAxMi4yMDQsMjkuNjAxIDEyLjA5NiwyOS42MDEgQzEyLjA0NiwyOS42MDEgMTEuOTk1LDI5LjU5NCAxMS45NDYsMjkuNTc5IEwzLjc3MiwyNy4xMDYgQzMuNTU3LDI3LjA0MSAzLjQxMCwyNi44NDYgMy40MTAsMjYuNjI1IEwzLjQxMCw0LjgxNSBDMy40MTAsNC41OTQgMy41NTcsNC4zOTkgMy43NzIsNC4zMzQgWk0xMS45OTEsMTcuNTY1IEwxMS45OTEsMTcuMzkwIEMxMS45OTEsMTcuMzY5IDExLjk1MSwxNy4zMzEgMTEuODg1LDE3LjMzMSBMNy44ODYsMTcuMzMxIEw3Ljg4NiwxNy42MjQgTDExLjg4NSwxNy42MjQgQzExLjk1MSwxNy42MjQgMTEuOTkxLDE3LjU4NiAxMS45OTEsMTcuNTY1IFpNNC40MzMsMjYuMjUzIEwxMS41ODUsMjguNDE3IEwxMS41ODUsMTguNjMxIEw3LjM3NSwxOC42MzEgQzcuMDkyLDE4LjYzMSA2Ljg2MywxOC40MDUgNi44NjMsMTguMTI4IEw2Ljg2MywxNi44MjcgQzYuODYzLDE2LjU1MCA3LjA5MiwxNi4zMjQgNy4zNzUsMTYuMzI0IEwxMS41ODUsMTYuMzI0IEwxMS41ODUsMy4wMjMgTDQuNDMzLDUuMTg2IEw0LjQzMywyNi4yNTMgWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPg==") left 9px top 50% / auto auto no-repeat #ff9419;
  }
}
.title-page .side-panel .widget-29 {
  padding: 5px 0 19px;
  margin: 0 0 20px;
  border: none;
  z-index: 2;
  text-align: right;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  max-width: 100%;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.12);
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: #8fc702;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-70 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-70 .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-70 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-70 .menu-scroll > ul > li.menu-item > a {
  width: auto;
}
.title-page .side-panel .menu-70 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-70 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-70 .menu-scroll > ul > li.menu-item > a.active {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background: #86ba02;
}
.title-page .side-panel .menu-70 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-70 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .widget-7 {
  margin: 0 0 20px;
  border: none;
  z-index: 1;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 265px;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 100%;
  right: 0;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: center;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
  padding-top: 39px;
}
.title-page .side-panel .menu-16 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-16 .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-16 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-16 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-16 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-16 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-16 .menu-scroll > ul ul > li > a.active {
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #424242;
}
.title-page .side-panel .menu-16 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-16 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  color: #616161;
}
.title-page .side-panel .menu-16 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-16 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-16 .menu-scroll > ul > li.menu-item > a.active {
  color: #fff;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.39);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.39);
  background: #8fc702;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}