@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  border: none;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .wrapper {
  border: none;
  position: relative;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-9 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(70deg, #02a37d 0%, #0eb637 54.6%, rgba(5, 153, 20, 0) 54.6%, rgba(17, 189, 149, 0) 100%), url("../images/bg_or.jpg") left 50% top 50% / auto 100% repeat-x;
  max-width: 100%;
  z-index: 9;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  padding-right: 0;
  padding-left: 0;
}
.title-page .block-111 {
  margin: 0 auto -30px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  background: #fff;
  max-width: 100%;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 0.38);
  -moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 0.38);
  box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 0.38);
  -webkit-border-radius: 53px;
  -moz-border-radius: 53px;
  border-radius: 53px;
  padding-bottom: 0.02px;
}
.title-page .block-4 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -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-decoration: none;
  padding-top: 0.02px;
  right: 0;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-2 {
  padding: 2px 5px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-6 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  padding-right: 7px;
  padding-left: 0;
  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-top: 4px;
}
.title-page .menu-7 .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-7 .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-7 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-7 .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-7 .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-7 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 6px;
  min-height: 18px;
  background: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .menu-7 .menu-scroll > ul ul {
  padding: 9px;
  margin: 5px 0 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  width: 220px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  -webkit-box-shadow: 14px 14px 15px rgba(243, 87, 40, 0.17);
  -moz-box-shadow: 14px 14px 15px rgba(243, 87, 40, 0.17);
  box-shadow: 14px 14px 15px rgba(243, 87, 40, 0.17);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .menu-7 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-7 .menu-scroll > ul ul > li > a {
  padding: 7px 10px 5px;
  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: #343434;
  font-size: 13px;
  line-height: 1.4;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  min-height: 32px;
  font-weight: 500;
}
.title-page .menu-7 .menu-scroll > ul ul > li > a:hover, .title-page .menu-7 .menu-scroll > ul ul > li > a.hover, .title-page .menu-7 .menu-scroll > ul ul > li > a.active {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: underline;
  color: #f35728;
}
.title-page .menu-7 .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-7 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-7 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 15px;
  margin: 4px 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: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: bold;
  min-height: 47px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: url("../images/bg_22.jpg?1573468013796") left 50% top 50% / contain repeat-x, none #fff;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  align-self: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-7 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-7 .menu-scroll > ul > li.menu-item > a.active {
  -webkit-box-shadow: 0px 8px 16px rgba(6, 122, 58, 0.45);
  -moz-box-shadow: 0px 8px 16px rgba(6, 122, 58, 0.45);
  box-shadow: 0px 8px 16px rgba(6, 122, 58, 0.45);
  background: none, repeating-linear-gradient(to top left, #07a17f 0%, #10cc32 100%) #fff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .menu-7 .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-7 .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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 40px;
  width: 40px;
  overflow: hidden;
}
.title-page .menu-7 .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-7 .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-7 .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-7 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 9px 0 2px 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBpZD0ic3ZnLTEiPjxwYXRoIGNsYXNzPSJoZXJvaWNvbi11aSIgZD0iTTQgNWgxNmExIDEgMCAwIDEgMCAySDRhMSAxIDAgMSAxIDAtMnptMCA2aDE2YTEgMSAwIDAgMSAwIDJINGExIDEgMCAwIDEgMC0yem0wIDZoMTZhMSAxIDAgMCAxIDAgMkg0YTEgMSAwIDAgMSAwLTJ6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNlZDUwMTIiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / auto auto no-repeat;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0);
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-124 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-8 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  background: none;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-top: 36px;
  padding-bottom: 33px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-7 .layout_12 {
  -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-7 .layout_16 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-7 .layout_73 {
  -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-7 {
  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;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  right: 0;
  padding-left: 0;
  text-decoration: none;
}
.title-page .block-117 {
  padding: 30px 15px 12px 131px;
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/bb.png?1573462251499") left 50% top 50% / auto auto no-repeat;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-124 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-left: 0;
  padding-right: 50px;
  padding-top: 0.02px;
}
.title-page .popover-wrap-72 .popover-body {
  padding: 55px 60px 55px 208px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  position: relative;
  display: inline-block;
  width: 600px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25.7%, #ebeff0 25.7%), url("../images/icc.png?1573782145196") left calc(50% - 229px) top 50% / 450px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-72 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
}
.title-page .popover-wrap-72 .popover-body .form_text input:hover, .title-page .popover-wrap-72 .popover-body .form_text input.hover, .title-page .popover-wrap-72 .popover-body .form_text input.active {
  border-top: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 0px 3px #0ebd4d;
  -moz-box-shadow: 0px 0px 0px 3px #0ebd4d;
  box-shadow: 0px 0px 0px 3px #0ebd4d;
}
.title-page .popover-wrap-72 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-72 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-72 .popover-body textarea {
  padding: 15px 8px 7px;
  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: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-72 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top left, #07a17f 0%, #10cc32 100%) #f0db76;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
}
.title-page .popover-wrap-72 .popover-body .s3_message {
  padding: 12px;
  margin: 1em 0;
  border: 1px solid #e1c893;
  display: table;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: auto;
}
.title-page .popover-wrap-72 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/icon_392517.svg") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-72 .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-72 .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-72 .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-72 .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-72 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-72 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-72 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-72 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-72 .title {
  box-sizing: border-box;
  font-size: 24px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  padding-top: 0.02px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 900;
}
.title-page .editable_block-72 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 5px;
}
.title-page .editable_block-72 .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-72 .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-72 .img-convert {
  box-sizing: border-box;
  width: 90px;
  height: 90px;
  -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-72 .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-72 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-72 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-72 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-72 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-72 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-72 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-72 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  text-align: center;
}
.title-page .editable_block-72 .more > a {
  padding: 23px 27px 24px 30px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 0;
  min-height: 14px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px #000, 0 0 0 transparent, 0px 13px 18px rgba(154, 26, 33, 0.63);
  -moz-box-shadow: 0px 0px 0px #000, 0 0 0 transparent, 0px 13px 18px rgba(154, 26, 33, 0.63);
  box-shadow: 0px 0px 0px #000, 0 0 0 transparent, 0px 13px 18px rgba(154, 26, 33, 0.63);
  -webkit-text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.17);
  -moz-text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.17);
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.17);
  background: url("../images/bg_22.jpg?1573468013796") left 0px top 0px / contain repeat-x, none;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  font-weight: 900;
  margin-top: 3px;
}
.title-page .editable_block-72 .more > a:hover, .title-page .editable_block-72 .more > a.hover, .title-page .editable_block-72 .more > a.active {
  background: url("../images/bg_22.jpg?1573468013796") left 0px top 0px / contain repeat-x, repeating-linear-gradient(to top left, #078534 0%, #0fb218 100%);
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 7px 0px rgba(0, 0, 0, 0.51), 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 7px 0px rgba(0, 0, 0, 0.51), 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, inset 0px 0px 7px 0px rgba(0, 0, 0, 0.51), 0 0 0 transparent;
}
.title-page .editable_block-72 .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-72 .clear {
  clear: both;
}
.title-page .popover-container-72 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-72 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-72 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 15px;
}
.title-page .popover-wrap-72 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-72 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-72 .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-72 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-72 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-72 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-72 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-72 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-72 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-72 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .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-72 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-72 .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-72 .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-72 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-72 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .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-72 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-72 .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-72 .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-72 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-72 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-72 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-72 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .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-72 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-72 .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-72 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-72 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-72 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-72 .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-72 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-72 .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-72 ::-webkit-input-placeholder {
  color: #808080;
}
.title-page .popover-wrap-72 ::-moz-placeholder {
  color: #808080;
}
.title-page .popover-wrap-72 :-ms-input-placeholder {
  color: #808080;
}
.title-page .block-10 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 330px;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-left: 0;
  text-decoration: none;
}
.title-page .block-5 {
  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;
  right: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .widget-125 {
  margin: 15px 0 0 60px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  font-size: 19px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 270px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 59px;
  background: url("../images/icon_3915320.svg") left 19px top calc(50% - 1px) / 24px no-repeat, url("../images/rr.png?1573625924945") left 5px top calc(50% + 2px) / contain no-repeat, repeating-linear-gradient(to top left, rgba(7, 161, 127, 0.62) 0%, rgba(16, 204, 50, 0.62) 100%) #04805f;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: 900;
  padding-right: 0;
  -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 0.27), 0px 4px 12px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 0.27), 0px 4px 12px rgba(0, 0, 0, 0.31);
  box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, 0.27), 0px 4px 12px rgba(0, 0, 0, 0.31);
  padding-bottom: 3px;
  padding-left: 25px;
}
.title-page .popover-wrap-75 .popover-body {
  padding: 55px 60px 55px 208px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  position: relative;
  display: inline-block;
  width: 600px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25.7%, #ebeff0 25.7%), url("../images/icc.png?1573782145196") left calc(50% - 229px) top 50% / 450px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-75 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
}
.title-page .popover-wrap-75 .popover-body .form_text input:hover, .title-page .popover-wrap-75 .popover-body .form_text input.hover, .title-page .popover-wrap-75 .popover-body .form_text input.active {
  border-top: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 0px 3px #0ebd4d;
  -moz-box-shadow: 0px 0px 0px 3px #0ebd4d;
  box-shadow: 0px 0px 0px 3px #0ebd4d;
}
.title-page .popover-wrap-75 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-75 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-75 .popover-body textarea {
  padding: 15px 8px 7px;
  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: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-75 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top left, #07a17f 0%, #10cc32 100%) #f0db76;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
}
.title-page .popover-wrap-75 .popover-body .s3_message {
  padding: 12px;
  margin: 1em 0;
  border: 1px solid #e1c893;
  display: table;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: auto;
}
.title-page .popover-wrap-75 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/icon_392517.svg") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-75 .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-75 .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-75 .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-75 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-75 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-75 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-75 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-75 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 15px;
}
.title-page .popover-wrap-75 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-75 .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-75 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-75 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-75 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-75 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .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-75 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-75 .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-75 .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-75 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .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-75 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-75 .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-75 .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-75 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-75 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-75 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .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-75 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-75 .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-75 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-75 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-75 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-75 .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-75 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-75 .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-75 ::-webkit-input-placeholder {
  color: #808080;
}
.title-page .popover-wrap-75 ::-moz-placeholder {
  color: #808080;
}
.title-page .popover-wrap-75 :-ms-input-placeholder {
  color: #808080;
}
.title-page .widget-4 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-top: 0.02px;
}
.title-page .phones-5 p:first-child {
  margin-top: 0;
}
.title-page .phones-5 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-5 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-5 .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-5 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-5 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-5 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-5 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: right;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  font-weight: normal;
}
.title-page .phones-5 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: right;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 36px;
  font-weight: 900;
  padding-top: 4px;
}
.title-page .phones-5 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-5 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-5 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-6 {
  margin: 21px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  text-decoration: none;
}
.title-page .widget-2 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  min-height: 50px;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-3 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-3 .sn-logo {
  border: none;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 1px;
  width: 1px;
}
.title-page .site-name-3 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-3 .sn-text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Roboto, 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: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 52px;
  font-weight: 900;
  -webkit-text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.34);
  -moz-text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.34);
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.34);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .site-name-3 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-123 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  padding-top: 9px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .block-12 .layout_21 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-12 .layout_20_id_23 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  left: 0;
  top: 0;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
}
.title-page .block-12 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 8;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 45px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 75px;
}
.title-page .block-32 {
  padding: 25px 45px;
  margin: 0 -3px 0 52px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/el_1.png?1571725849790") right -82px top -11px / 418px no-repeat, repeating-linear-gradient(to top left, #06b025 0%, #11bd95 100%);
  z-index: 3;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-26 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-25 .popover-body {
  padding: 55px 60px 55px 208px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  position: relative;
  display: inline-block;
  width: 600px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25.7%, #ebeff0 25.7%), url("../images/icc.png?1573782145196") left calc(50% - 229px) top 50% / 450px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
}
.title-page .popover-wrap-25 .popover-body .form_text input:hover, .title-page .popover-wrap-25 .popover-body .form_text input.hover, .title-page .popover-wrap-25 .popover-body .form_text input.active {
  border-top: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 0px 3px #0ebd4d;
  -moz-box-shadow: 0px 0px 0px 3px #0ebd4d;
  box-shadow: 0px 0px 0px 3px #0ebd4d;
}
.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;
}
.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;
}
.title-page .popover-wrap-25 .popover-body textarea {
  padding: 15px 8px 7px;
  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: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  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_button_large {
  border: none;
  background: repeating-linear-gradient(to top left, #07a17f 0%, #10cc32 100%) #f0db76;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
}
.title-page .popover-wrap-25 .popover-body .s3_message {
  padding: 12px;
  margin: 1em 0;
  border: 1px solid #e1c893;
  display: table;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: auto;
}
.title-page .popover-wrap-25 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/icon_392517.svg") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 20px;
  margin-right: 20px;
}
.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 .editable_block-25 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-25 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-25 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}
.title-page .editable_block-25 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-25 .title {
  box-sizing: border-box;
  font-size: 38px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 900;
  padding-bottom: 6px;
  margin-right: 200px;
  margin-top: 17px;
}
.title-page .editable_block-25 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-25 .item-label {
  padding: 7px 50px 5px 22px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: url("../images/flame.svg") right 13px top calc(50% - 1px) / 26px no-repeat #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -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-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  margin-top: -103px;
  align-self: auto;
  margin-left: -2px;
  font-weight: 900;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  -webkit-box-shadow: 0px 3px 9px rgba(232, 48, 49, 0.31);
  -moz-box-shadow: 0px 3px 9px rgba(232, 48, 49, 0.31);
  box-shadow: 0px 3px 9px rgba(232, 48, 49, 0.31);
  min-height: 33px;
}
.title-page .editable_block-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 .editable_block-25 .img-convert {
  box-sizing: border-box;
  width: 1px;
  height: 1px;
  -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-25 .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-25 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #fff;
  text-decoration: none;
}
.title-page .editable_block-25 .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-25 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-25 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-25 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-25 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-25 .more {
  box-sizing: border-box;
  margin-top: -62px;
  pointer-events: auto;
  text-align: right;
  margin-bottom: 0;
  margin-left: 100px;
}
.title-page .editable_block-25 .more > a {
  padding: 15px 33px;
  margin: -3px 0 0;
  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: 70px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 0px 7px #fff, 0px 14px 7px rgba(5, 115, 16, 0.73);
  -moz-box-shadow: 0px 0px 0px 7px #fff, 0px 14px 7px rgba(5, 115, 16, 0.73);
  box-shadow: 0px 0px 0px 7px #fff, 0px 14px 7px rgba(5, 115, 16, 0.73);
  background: url("../images/bg_22.jpg") left 50% top 50% / contain repeat-x, linear-gradient(to top, #ff9142 0%, #ff5523 22.8%, #ff6737 84%, #ff9142 100%) #79c9ba;
  -webkit-border-radius: 53px;
  -moz-border-radius: 53px;
  border-radius: 53px;
  font-weight: 900;
  width: auto;
}
.title-page .editable_block-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 .editable_block-25 .clear {
  clear: both;
}
.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: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 15px;
}
.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: center;
}
.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_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 {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  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%;
}
.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 {
  text-align: center;
  box-sizing: border-box;
}
.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%;
}
.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;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_radio {
  text-align: center;
  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;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_select {
  text-align: center;
  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;
}
.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 {
  text-align: center;
  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 {
  text-align: center;
  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;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_upload {
  text-align: center;
  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;
}
.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: #808080;
}
.title-page .popover-wrap-25 ::-moz-placeholder {
  color: #808080;
}
.title-page .popover-wrap-25 :-ms-input-placeholder {
  color: #808080;
}
.title-page .block-14 {
  padding: 33px 45px;
  margin: -26px 0 0 55px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-box-shadow: 0px 0px 0px 3px #0aa31b;
  -moz-box-shadow: 0px 0px 0px 3px #0aa31b;
  box-shadow: 0px 0px 0px 3px #0aa31b;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-114 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-62 .popover-body {
  padding: 55px 60px 55px 208px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  position: relative;
  display: inline-block;
  width: 600px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25.7%, #ebeff0 25.7%), url("../images/icc.png?1573782145196") left calc(50% - 229px) top 50% / 450px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
}
.title-page .popover-wrap-62 .popover-body .form_text input:hover, .title-page .popover-wrap-62 .popover-body .form_text input.hover, .title-page .popover-wrap-62 .popover-body .form_text input.active {
  border-top: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 0px 3px #0ebd4d;
  -moz-box-shadow: 0px 0px 0px 3px #0ebd4d;
  box-shadow: 0px 0px 0px 3px #0ebd4d;
}
.title-page .popover-wrap-62 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-62 .popover-body textarea {
  padding: 15px 8px 7px;
  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: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  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_button_large {
  border: none;
  background: repeating-linear-gradient(to top left, #07a17f 0%, #10cc32 100%) #f0db76;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
}
.title-page .popover-wrap-62 .popover-body .s3_message {
  padding: 12px;
  margin: 1em 0;
  border: 1px solid #e1c893;
  display: table;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: auto;
}
.title-page .popover-wrap-62 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/icon_392517.svg") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 20px;
  margin-right: 20px;
}
.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 .horizontal_blocklist-62 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-62 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-62 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-62 .header_text {
  font-size: 25px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #ff6021;
  text-decoration: none;
  font-weight: 800;
}
.title-page .horizontal_blocklist-62 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
.title-page .horizontal_blocklist-62 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-62 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-62 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-62 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-62 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .horizontal_blocklist-62 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .horizontal_blocklist-62 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-62 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
}
.title-page .horizontal_blocklist-62 .item {
  margin: 10px 10px 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  left: 0;
  right: 0;
}
.title-page .horizontal_blocklist-62 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-62 .item_body {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-62 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  width: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-62 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .horizontal_blocklist-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;
  text-align: left;
}
.title-page .horizontal_blocklist-62 .img-convert {
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .horizontal_blocklist-62 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-62 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .horizontal_blocklist-62 .item_detail {
  box-sizing: border-box;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
.title-page .horizontal_blocklist-62 .text {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .horizontal_blocklist-62 .text .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-62 .title {
  font-weight: 500;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: underline;
  font-size: 17px;
  min-height: 45px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .horizontal_blocklist-62 .title:hover, .title-page .horizontal_blocklist-62 .title.hover, .title-page .horizontal_blocklist-62 .title.active {
  color: #078013;
}
.title-page .horizontal_blocklist-62 .title .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-62 .price-wrap {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-62 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
}
.title-page .horizontal_blocklist-62 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-62 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-62 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-62 .more {
  box-sizing: border-box;
  position: relative;
  margin-top: 5px;
}
.title-page .horizontal_blocklist-62 .more > a {
  box-sizing: border-box;
  text-decoration: underline;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}
.title-page .horizontal_blocklist-62 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-62 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .horizontal_blocklist-62 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-62 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-62 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}
.title-page .horizontal_blocklist-62 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-62 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-62 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-62 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-62 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-62 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .horizontal_blocklist-62 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-62 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-62 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-62 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-62 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_pause.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-62 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-62 .pager-wrap {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-62 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-62 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-62 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-62 .bx-pager a:active, .title-page .horizontal_blocklist-62 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-62 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-62 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  box-sizing: border-box;
}
.title-page .popover-container-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 {
  margin: 0 auto auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-62 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 15px;
}
.title-page .popover-wrap-62 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-62 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-62 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-62 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-62 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-62 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-62 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-62 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-62 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-62 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-62 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-62 .popover-body .s3_required {
  color: #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: #808080;
}
.title-page .popover-wrap-62 ::-moz-placeholder {
  color: #808080;
}
.title-page .popover-wrap-62 :-ms-input-placeholder {
  color: #808080;
}
.title-page .block-13 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 500px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-8 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-19 .popover-body {
  padding: 55px 60px 55px 208px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  position: relative;
  display: inline-block;
  width: 600px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25.7%, #ebeff0 25.7%), url("../images/icc.png?1573782145196") left calc(50% - 229px) top 50% / 450px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
}
.title-page .popover-wrap-19 .popover-body .form_text input:hover, .title-page .popover-wrap-19 .popover-body .form_text input.hover, .title-page .popover-wrap-19 .popover-body .form_text input.active {
  border-top: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 0px 3px #0ebd4d;
  -moz-box-shadow: 0px 0px 0px 3px #0ebd4d;
  box-shadow: 0px 0px 0px 3px #0ebd4d;
}
.title-page .popover-wrap-19 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-19 .popover-body textarea {
  padding: 15px 8px 7px;
  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: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-19 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top left, #07a17f 0%, #10cc32 100%) #f0db76;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
}
.title-page .popover-wrap-19 .popover-body .s3_message {
  padding: 12px;
  margin: 1em 0;
  border: 1px solid #e1c893;
  display: table;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: auto;
}
.title-page .popover-wrap-19 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/icon_392517.svg") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .horizontal_blocklist-19 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-19 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-19 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 3px;
  text-align: left;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 1px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 5px 0px rgba(121, 13, 196, 0.05);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 5px 0px rgba(121, 13, 196, 0.05);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 5px 0px rgba(121, 13, 196, 0.05);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 0;
}
.title-page .horizontal_blocklist-19 .header_text {
  font-size: 22px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #0aa31b;
  text-decoration: none;
  font-weight: 800;
}
.title-page .horizontal_blocklist-19 .all {
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  color: #f35c28;
  text-decoration: underline;
  margin-right: 0;
  margin-left: auto;
  min-height: 52px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 5px 0px #f7875a;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 5px 0px #f7875a;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 5px 0px #f7875a;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 120px;
  padding-bottom: 0.02px;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-19 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  margin-bottom: 15px;
}
.title-page .horizontal_blocklist-19 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-19 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-19 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-19 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-19 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .horizontal_blocklist-19 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .horizontal_blocklist-19 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-19 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .horizontal_blocklist-19 .item {
  padding: 18px 15px 15px;
  margin: 0 10px;
  border: none;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  left: 0;
  right: 0;
  text-align: left;
  align-self: auto;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-19 .item:hover, .title-page .horizontal_blocklist-19 .item.hover, .title-page .horizontal_blocklist-19 .item.active {
  background: rgba(218, 224, 237, 0.15);
}
.title-page .horizontal_blocklist-19 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-19 .item_body {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-19 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  width: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-19 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .horizontal_blocklist-19 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .horizontal_blocklist-19 .img-convert {
  box-sizing: border-box;
  width: 38px;
  height: 45px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .horizontal_blocklist-19 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-19 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .horizontal_blocklist-19 .item_detail {
  box-sizing: border-box;
  margin-left: 0;
  position: relative;
  z-index: 2;
  text-align: center;
  padding-right: 25px;
  width: auto;
  left: 0;
  right: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  padding-left: 0;
  padding-top: 5px;
}
.title-page .horizontal_blocklist-19 .text {
  display: -webkit-flex;
  display: flex;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  -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;
  padding-bottom: 5px;
}
.title-page .horizontal_blocklist-19 .text .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-19 .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #ff6021;
  text-decoration: none;
  font-size: 19px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-19 .title .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-19 .price-wrap {
  box-sizing: border-box;
  position: relative;
  margin-top: 10px;
  align-self: auto;
}
.title-page .horizontal_blocklist-19 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
}
.title-page .horizontal_blocklist-19 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #1c7a26;
  text-decoration: none;
  font-size: 13px;
}
.title-page .horizontal_blocklist-19 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #0aa31b;
  text-decoration: none;
  font-size: 18px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-19 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #1c7a26;
  text-decoration: none;
  font-size: 13px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-19 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-top: 5px;
  padding-top: 4px;
}
.title-page .horizontal_blocklist-19 .more > a {
  box-sizing: border-box;
  text-decoration: underline;
  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;
  color: #ff6021;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-19 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-19 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .horizontal_blocklist-19 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-19 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-19 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-19 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-19 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-19 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-19 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-19 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .horizontal_blocklist-19 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-19 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-19 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-19 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-19 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_pause.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-19 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-19 .pager-wrap {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-19 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-19 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-19 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-19 .bx-pager a:active, .title-page .horizontal_blocklist-19 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-19 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-19 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  box-sizing: border-box;
}
.title-page .popover-container-19 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-19 {
  margin: 0 auto auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-19 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 15px;
}
.title-page .popover-wrap-19 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-19 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-19 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-19 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-19 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-19 ::-webkit-input-placeholder {
  color: #808080;
}
.title-page .popover-wrap-19 ::-moz-placeholder {
  color: #808080;
}
.title-page .popover-wrap-19 :-ms-input-placeholder {
  color: #808080;
}
.title-page .block-33 .layout_29 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-33 .layout_31 {
  -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-33 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 7;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  padding-top: 35px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 31px;
}
.title-page .block-35 {
  margin: 0 0 auto 30px;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-left: 25px;
}
.title-page .block-36 {
  padding: 33px 45px 55px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTExLjk5OSA1MTEuOTk5IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIGNsYXNzPSIiPjxnIGlkPSJnLTIiPjxnIGlkPSJnLTMiPgoJPGcgaWQ9ImctNCI+CgkJPHBhdGggZD0iTTQyMC45OTksMzczLjk5OWMtNS41MjMsMC0xMCw0LjQ3Ny0xMCwxMHY5OGMwLDUuNTE0LTQuNDg2LDEwLTEwLDEwSDU3LjAyNWMtNS41MTQsMC0xMC00LjQ4Ni0xMC0xMHYtMTgxICAgIGMwLTUuNTIzLTQuNDc3LTEwLTEwLTEwcy0xMCw0LjQ3Ny0xMCwxMHYxODFjMCwxNi41NDIsMTMuNDU4LDMwLDMwLDMwaDM0My45NzRjMTYuNTQyLDAsMzAtMTMuNDU4LDMwLTMwdi05OCAgICBDNDMwLjk5OSwzNzguNDc2LDQyNi41MjIsMzczLjk5OSw0MjAuOTk5LDM3My45OTl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjYTVkMTJlIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KCTwvZz4KPC9nPjxnIGlkPSJnLTYiPgoJPGcgaWQ9ImctNyI+CgkJPHBhdGggZD0iTTQ2MC4yNTUsMTg3LjE0OGMtOC41OS04LjU5LTE4LjU5LTE0LjkxOS0yOS4yNTUtMTkuMDMydi02MC4xMjdjLTAuMDA4LTAuMDAxLTAuMDE2LTAuMDAyLTAuMDI0LTAuMDAyICAgIGMtMC4wMDEtMi42MDEtMC45OTMtNS4xNTctMi45MDUtNy4wNjlMMzMwLjA4MywyLjkzYy0xLjkxMi0xLjkxMi00LjQ3LTIuOTAzLTcuMDctMi45MDRjMC0wLjAwOS0wLjAwMS0wLjAxNy0wLjAwMS0wLjAyNkg1Ny4wMjUgICAgYy0xNi41NDIsMC0zMCwxMy40NTgtMzAsMzB2MTg2LjMzM2MwLDUuNTIzLDQuNDc3LDEwLDEwLDEwczEwLTQuNDc3LDEwLTEwVjI5Ljk5OWMwLTUuNTE0LDQuNDg2LTEwLDEwLTEwaDI1NS45ODd2NjcuOTkgICAgYzAsMTYuNTQyLDEzLjQ1OCwzMCwzMCwzMGg2Ny45ODd2NDUuMTE0Yy0yNS4wMDMtMy4xMDktNTEuMTM2LDQuODktNzAuMjkxLDI0LjA0NWwtMTQyLjUyMSwxNDIuNTIgICAgYy0zLjkwNSwzLjkwNS0zLjkwNSwxMC4yMzcsMCwxNC4xNDNjMy45MDUsMy45MDUsMTAuMjM3LDMuOTA1LDE0LjE0MywwTDM1NC44NTEsMjAxLjI5YzI1LjE2LTI1LjE2LDY2LjEwMS0yNS4xNjEsOTEuMjYyLDAgICAgczI1LjE2MSw2Ni4xMDEsMCw5MS4yNjFMMzEyLjQ0Nyw0MjYuMjE3Yy0xNS42OSwxNS42ODktNDEuMjE5LDE1LjY5LTU2LjkwOCwwYy03LjYtNy42LTExLjc4Ni0xNy43MDUtMTEuNzg2LTI4LjQ1NCAgICBjMC0xMC43NDgsNC4xODYtMjAuODU0LDExLjc4Ni0yOC40NTRsMTM0LjMxNi0xMzQuMzE2YzIuOTYtMi45Niw2Ljg5Ni00LjU5MSwxMS4wODItNC41OTFjNC4xODYsMCw4LjEyMiwxLjYzLDExLjA4Miw0LjU5MSAgICBjMi45NiwyLjk2LDQuNTksNi44OTYsNC41OSwxMS4wODJjMCw0LjE4Ni0xLjYzLDguMTIyLTQuNTkxLDExLjA4MkwyOTAuOTY1LDM3OC4yMDljLTMuOTA1LDMuOTA1LTMuOTA1LDEwLjIzNywwLDE0LjE0MyAgICBjMy45MDUsMy45MDQsMTAuMjM3LDMuOTA0LDE0LjE0MywwTDQyNi4xNiwyNzEuMjk5YzYuNzM4LTYuNzM3LDEwLjQ0OS0xNS42OTYsMTAuNDQ5LTI1LjIyNHMtMy43MTEtMTguNDg3LTEwLjQ0OC0yNS4yMjQgICAgYy02LjczNy02LjczOC0xNS42OTYtMTAuNDQ5LTI1LjIyNC0xMC40NDljLTkuNTI4LDAtMTguNDg2LDMuNzExLTI1LjIyNCwxMC40NDhMMjQxLjM5NywzNTUuMTY2ICAgIGMtMjMuNDg3LDIzLjQ4OC0yMy40ODcsNjEuNzA1LDAsODUuMTkzYzExLjc0NSwxMS43NDUsMjcuMTY4LDE3LjYxNyw0Mi41OTYsMTcuNjE1YzE1LjQyNC0wLjAwMSwzMC44NTQtNS44NzMsNDIuNTk2LTE3LjYxNSAgICBsMTMzLjY2Ni0xMzMuNjY2QzQ5My4yMTMsMjczLjczNSw0OTMuMjEzLDIyMC4xMDYsNDYwLjI1NSwxODcuMTQ4eiBNMzQzLjAxMiw5Ny45ODljLTUuNTE0LDAtMTAtNC40ODYtMTAtMTBWMzQuMTQzICAgIGw2My44NDUsNjMuODQ2SDM0My4wMTJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjYTVkMTJlIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTgiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KCTwvZz4KPC9nPjxnIGlkPSJnLTkiPgoJPGcgaWQ9ImctMTAiPgoJCTxwYXRoIGQ9Ik00NC4wOTgsMjUyLjEzOWMtMS44Ni0xLjg2LTQuNDQtMi45My03LjA3LTIuOTNjLTIuNjQsMC01LjIxLDEuMDctNy4wOCwyLjkzYy0xLjg2LDEuODYtMi45Miw0LjQ0LTIuOTIsNy4wNyAgICBzMS4wNiw1LjIxLDIuOTIsNy4wN2MxLjg3LDEuODcsNC40NCwyLjkzLDcuMDgsMi45M2MyLjYzLDAsNS4yMS0xLjA2LDcuMDctMi45M2MxLjg2LTEuODYsMi45My00LjQ0LDIuOTMtNy4wNyAgICBTNDUuOTU4LDI1My45OTksNDQuMDk4LDI1Mi4xMzl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjYTVkMTJlIiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTExIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cgk8L2c+CjwvZz48ZyBpZD0iZy0xMiI+Cgk8ZyBpZD0iZy0xMyI+CgkJPHBhdGggZD0iTTE4Mi45NSwzNjQuMzU4bC0wLjE5OC0wLjYxMWMtMS43MDUtNS4yNTMtNy4zNDYtOC4xMy0xMi41OTktNi40MjVjLTUuMjUzLDEuNzA1LTguMTMsNy4zNDYtNi40MjUsMTIuNTk5bDAuMTk4LDAuNjExICAgIGMxLjM3Miw0LjIyOCw1LjI5Myw2LjkxNiw5LjUxLDYuOTE2YzEuMDIzLDAsMi4wNjQtMC4xNTksMy4wODktMC40OTFDMTgxLjc3OCwzNzUuMjUyLDE4NC42NTUsMzY5LjYxMSwxODIuOTUsMzY0LjM1OHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiNhNWQxMmUiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtMTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+") right -257px top 50% / 297px no-repeat, repeating-linear-gradient(to top left, #078534 0%, #0fb218 100%);
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(10, 163, 27, 0.2), 31px 31px 42px rgba(5, 115, 16, 0.45);
  -moz-box-shadow: 0px 0px 0px 6px rgba(10, 163, 27, 0.2), 31px 31px 42px rgba(5, 115, 16, 0.45);
  box-shadow: 0px 0px 0px 6px rgba(10, 163, 27, 0.2), 31px 31px 42px rgba(5, 115, 16, 0.45);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .widget-28 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-30 .popover-body {
  padding: 55px 60px 55px 208px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  position: relative;
  display: inline-block;
  width: 600px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25.7%, #ebeff0 25.7%), url("../images/icc.png?1573782145196") left calc(50% - 229px) top 50% / 450px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
}
.title-page .popover-wrap-30 .popover-body .form_text input:hover, .title-page .popover-wrap-30 .popover-body .form_text input.hover, .title-page .popover-wrap-30 .popover-body .form_text input.active {
  border-top: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 0px 3px #0ebd4d;
  -moz-box-shadow: 0px 0px 0px 3px #0ebd4d;
  box-shadow: 0px 0px 0px 3px #0ebd4d;
}
.title-page .popover-wrap-30 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-30 .popover-body textarea {
  padding: 15px 8px 7px;
  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: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-30 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top left, #07a17f 0%, #10cc32 100%) #f0db76;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
}
.title-page .popover-wrap-30 .popover-body .s3_message {
  padding: 12px;
  margin: 1em 0;
  border: 1px solid #e1c893;
  display: table;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: auto;
}
.title-page .popover-wrap-30 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/icon_392517.svg") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-30 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-30 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-30 .header {
  box-sizing: border-box;
  font-size: 29px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -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: #fff;
  text-decoration: none;
  font-weight: 800;
  padding-bottom: 15px;
}
.title-page .editable_block-30 .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-30 .title {
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
}
.title-page .editable_block-30 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-30 .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-30 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-30 .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-30 .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-30 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
}
.title-page .editable_block-30 .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-30 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-30 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-30 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-30 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-30 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  text-align: left;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-30 .more > a {
  padding: 29px 56px 29px 15px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-weight: 800;
  margin-top: 25px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.18), 12px 12px 15px #1c7a26;
  -moz-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.18), 12px 12px 15px #1c7a26;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.18), 12px 12px 15px #1c7a26;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTEycHQiIHZpZXdCb3g9Ii01MyAwIDUxMiA1MTIiIHdpZHRoPSI1MTJwdCIgaWQ9InN2Zy0xIj48cGF0aCBkPSJtMzY1Ljg4NjcxOSAzMzJ2LTIyMWMwLTIyLjA1NDY4OC0xNy45NDE0MDctNDAtNDAtNDBoLTEyNS44ODY3MTl2MTQzYzAgMzMuMDg1OTM4LTI2LjkxNDA2MiA2MC02MCA2MHMtNjAtMjYuOTE0MDYyLTYwLTYwdi04NmMwLTExLjA0Njg3NSA4Ljk1MzEyNS0yMCAyMC0yMHMyMCA4Ljk1MzEyNSAyMCAyMHY4NmMwIDExLjAyNzM0NCA4Ljk3MjY1NiAyMCAyMCAyMHMyMC04Ljk3MjY1NiAyMC0yMHYtMTU0YzAtMTEuMDI3MzQ0LTguOTcyNjU2LTIwLTIwLTIwLTkuMjMwNDY5IDAtMTcuNDI5Njg4IDYuNTExNzE5LTE5LjQ5MjE4OCAxNS40ODA0NjktMi4yNDIxODcgOS43NjE3MTktMTEuMjg1MTU2IDE2LjE3NTc4MS0yMC45NzY1NjIgMTUuNDQxNDA2LS41MDM5MDYuMDM5MDYzLTEuMDExNzE5LjA3ODEyNS0xLjUzMTI1LjA3ODEyNWgtMThjLTIyLjA1NDY4OCAwLTQwIDE3Ljk0NTMxMi00MCA0MHYzMjFjMCAyMi4wNTQ2ODggMTcuOTQ1MzEyIDQwIDQwIDQwaDI0NS44OTA2MjVjMjIuMDU0Njg3IDAgNDAtMTcuOTQ1MzEyIDQwLTQwIDAtMTEuMDQ2ODc1IDguOTUzMTI1LTIwIDIwLTIwIDExLjA0Mjk2OSAwIDIwIDguOTUzMTI1IDIwIDIwIDAgNDQuMTEzMjgxLTM1Ljg5MDYyNSA4MC04MCA4MGgtMjQ1Ljg5MDYyNWMtNDQuMTEzMjgxIDAtODAtMzUuODg2NzE5LTgwLTgwdi0zMjFjMC00NC4xMTMyODEgMzUuODg2NzE5LTgwIDgwLTgwaDcuNDI5Njg4YzEwLjMwNDY4Ny0xOC44MjQyMTkgMzAuMTMyODEyLTMxIDUyLjU3MDMxMi0zMSAyMi41NzAzMTIgMCA0Mi4yNjE3MTkgMTIuNTMxMjUgNTIuNTAzOTA2IDMxaDEzMy4zODI4MTNjNDQuMTEzMjgxIDAgODAgMzUuODg2NzE5IDgwIDgwdjIyMWMwIDExLjA0Njg3NS04Ljk1MzEyNSAyMC0yMCAyMC0xMS4wNDI5NjkgMC0yMC04Ljk1MzEyNS0yMC0yMHptLTI2NS44ODY3MTkgNjBjLTExLjA0Njg3NSAwLTIwIDguOTUzMTI1LTIwIDIwczguOTUzMTI1IDIwIDIwIDIwaDE0NWMxMS4wNDY4NzUgMCAyMC04Ljk1MzEyNSAyMC0yMHMtOC45NTMxMjUtMjAtMjAtMjB6bTIyNS01OWMwLTExLjA0Njg3NS04Ljk1MzEyNS0yMC0yMC0yMGgtMjA1Yy0xMS4wNDY4NzUgMC0yMCA4Ljk1MzEyNS0yMCAyMHM4Ljk1MzEyNSAyMCAyMCAyMGgyMDVjMTEuMDQ2ODc1IDAgMjAtOC45NTMxMjUgMjAtMjB6bS0yMC05OGgtNDZjLTExLjA0Njg3NSAwLTIwIDguOTUzMTI1LTIwIDIwczguOTUzMTI1IDIwIDIwIDIwaDQ2YzExLjA0Njg3NSAwIDIwLTguOTUzMTI1IDIwLTIwcy04Ljk1MzEyNS0yMC0yMC0yMHptMC03OWgtNDZjLTExLjA0Njg3NSAwLTIwIDguOTUzMTI1LTIwIDIwczguOTUzMTI1IDIwIDIwIDIwaDQ2YzExLjA0Njg3NSAwIDIwLTguOTUzMTI1IDIwLTIwcy04Ljk1MzEyNS0yMC0yMC0yMHptMCAwIiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmN2Y3ZjciPjwvcGF0aD48L3N2Zz4=") right 13px top calc(50% - 1px) / 34px no-repeat, linear-gradient(58deg, rgba(255, 255, 255, 0.08) 35.8%, rgba(189, 189, 189, 0) 36.2%);
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
  width: 330px;
}
.title-page .editable_block-30 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-30 .clear {
  clear: both;
}
.title-page .popover-container-30 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-30 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-30 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 15px;
}
.title-page .popover-wrap-30 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-30 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-30 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-30 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-30 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-30 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-30 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-30 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-30 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-30 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-30 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-30 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-30 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-30 ::-webkit-input-placeholder {
  color: #808080;
}
.title-page .popover-wrap-30 ::-moz-placeholder {
  color: #808080;
}
.title-page .popover-wrap-30 :-ms-input-placeholder {
  color: #808080;
}
.title-page .block-37 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 25px;
}
.title-page .widget-29 {
  padding: 0.02px 0 25px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-33 .popover-body {
  padding: 55px 60px 55px 208px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  position: relative;
  display: inline-block;
  width: 600px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25.7%, #ebeff0 25.7%), url("../images/icc.png?1573782145196") left calc(50% - 229px) top 50% / 450px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-33 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
}
.title-page .popover-wrap-33 .popover-body .form_text input:hover, .title-page .popover-wrap-33 .popover-body .form_text input.hover, .title-page .popover-wrap-33 .popover-body .form_text input.active {
  border-top: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 0px 3px #0ebd4d;
  -moz-box-shadow: 0px 0px 0px 3px #0ebd4d;
  box-shadow: 0px 0px 0px 3px #0ebd4d;
}
.title-page .popover-wrap-33 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-33 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-33 .popover-body textarea {
  padding: 15px 8px 7px;
  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: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-33 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top left, #07a17f 0%, #10cc32 100%) #f0db76;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
}
.title-page .popover-wrap-33 .popover-body .s3_message {
  padding: 12px;
  margin: 1em 0;
  border: 1px solid #e1c893;
  display: table;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: auto;
}
.title-page .popover-wrap-33 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/icon_392517.svg") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-33 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-33 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-33 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-33 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-33 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-33 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-33 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: 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-33 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #059914;
  text-decoration: none;
  font-weight: 600;
  padding-left: 45px;
  padding-right: 45px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-right: 100px;
}
.title-page .blocklist-33 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-33 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-33 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-33 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-33 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-33 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-33 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-33 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-33 .item {
  margin: 5px 0;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 280px;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-33 .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;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 5px;
}
.title-page .blocklist-33 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-33 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-33 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: url("../images/banner.png") left 50% top 50% / contain no-repeat;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 440px;
  min-height: 250px;
  margin-left: 107px;
  margin-top: -17px;
  align-self: auto;
}
.title-page .blocklist-33 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-33 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 230px;
  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: -20px;
  margin-right: 177px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 25px;
}
.title-page .blocklist-33 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-33 .image-inner {
  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-33 .title {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #f35728;
  text-decoration: none;
  font-size: 16px;
  padding-left: 45px;
  padding-right: 45px;
  margin-right: 0;
}
.title-page .blocklist-33 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-33 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-33 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-33 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-33 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-33 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-33 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: 45px;
  margin-top: 15px;
}
.title-page .blocklist-33 .more > a {
  padding: 15px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0px 5px 16px rgba(243, 87, 40, 0.41);
  -moz-box-shadow: 0px 5px 16px rgba(243, 87, 40, 0.41);
  box-shadow: 0px 5px 16px rgba(243, 87, 40, 0.41);
  background: url("../images/bg_22.jpg") left 50% top 50% / contain repeat-x, linear-gradient(to top, #ff9142 0%, #ff5523 22.8%, #ff6737 84%, #ff9142 100%);
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  font-weight: bold;
  width: 190px;
}
.title-page .blocklist-33 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-33 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-33 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-33 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-33 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-33 .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-33 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-33 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-33 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-33 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-33 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-33 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-33 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-33 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-33 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-33 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-33 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-33 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-33 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-33 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-33 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-33 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-33 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-33 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-33 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 15px;
}
.title-page .popover-wrap-33 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-33 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-33 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-33 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-33 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-33 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-33 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-33 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-33 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-33 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-33 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-33 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-33 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-33 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-33 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-33 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-33 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-33 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-33 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-33 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-33 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-33 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-33 ::-webkit-input-placeholder {
  color: #808080;
}
.title-page .popover-wrap-33 ::-moz-placeholder {
  color: #808080;
}
.title-page .popover-wrap-33 :-ms-input-placeholder {
  color: #808080;
}
.title-page .block-34 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 660px;
  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;
}
.title-page .widget-27 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-27 .popover-body {
  padding: 55px 60px 55px 208px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  position: relative;
  display: inline-block;
  width: 600px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25.7%, #ebeff0 25.7%), url("../images/icc.png?1573782145196") left calc(50% - 229px) top 50% / 450px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
}
.title-page .popover-wrap-27 .popover-body .form_text input:hover, .title-page .popover-wrap-27 .popover-body .form_text input.hover, .title-page .popover-wrap-27 .popover-body .form_text input.active {
  border-top: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 0px 3px #0ebd4d;
  -moz-box-shadow: 0px 0px 0px 3px #0ebd4d;
  box-shadow: 0px 0px 0px 3px #0ebd4d;
}
.title-page .popover-wrap-27 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-27 .popover-body textarea {
  padding: 15px 8px 7px;
  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: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-27 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top left, #07a17f 0%, #10cc32 100%) #f0db76;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
}
.title-page .popover-wrap-27 .popover-body .s3_message {
  padding: 12px;
  margin: 1em 0;
  border: 1px solid #e1c893;
  display: table;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: auto;
}
.title-page .popover-wrap-27 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/icon_392517.svg") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .horizontal_blocklist-27 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-27 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-27 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-27 .header_text {
  font-size: 32px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #ff5d2d;
  text-decoration: none;
  font-weight: 800;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-27 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #1c7a26;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 25px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-27 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-27 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-27 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-27 .body {
  margin: 0;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .horizontal_blocklist-27 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .horizontal_blocklist-27 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .horizontal_blocklist-27 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-27 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .horizontal_blocklist-27 .item {
  margin: 0 0 10px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  left: 0;
  right: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0.02px;
  align-self: auto;
  text-align: left;
}
.title-page .horizontal_blocklist-27 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-27 .item_body {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-27 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  width: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-27 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-27 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #fff;
  color: #0aa31b;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 47px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05), 13px 13px 15px rgba(45, 10, 84, 0.24);
  -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05), 13px 13px 15px rgba(45, 10, 84, 0.24);
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05), 13px 13px 15px rgba(45, 10, 84, 0.24);
  -webkit-border-radius: 803px;
  -moz-border-radius: 803px;
  border-radius: 803px;
  font-weight: 900;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: -6px;
  align-self: auto;
  margin-right: 0;
  min-height: 87px;
  margin-left: 21px;
  width: 87px;
}
.title-page .horizontal_blocklist-27 .img-convert {
  box-sizing: border-box;
  width: 1px;
  height: 1px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  margin-right: -78px;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
  margin-top: 45px;
  align-self: auto;
}
.title-page .horizontal_blocklist-27 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-27 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .horizontal_blocklist-27 .item_detail {
  box-sizing: border-box;
  margin-left: 20px;
  position: relative;
  z-index: 2;
  padding-left: 45px;
  padding-right: 15px;
}
.title-page .horizontal_blocklist-27 .text {
  padding: 12px 45px 33px 75px;
  border: none;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #2d0a54;
  line-height: 1.4;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
  margin-right: 0;
}
.title-page .horizontal_blocklist-27 .text .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-27 .title {
  padding: 15px 39px 15px 110px;
  border: none;
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  font-size: 18px;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(243, 77, 20, 0.1), 7px 7px 10px rgba(245, 153, 2, 0.24);
  -moz-box-shadow: 0px 0px 0px 6px rgba(243, 77, 20, 0.1), 7px 7px 10px rgba(245, 153, 2, 0.24);
  box-shadow: 0px 0px 0px 6px rgba(243, 77, 20, 0.1), 7px 7px 10px rgba(245, 153, 2, 0.24);
  background: url("../images/el_1.png?1571725849790") left -47px top 8px / 141px no-repeat, url("../images/bg_22.jpg") left 0px top 0px / contain repeat-x;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
  margin-left: -36px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 0;
  min-height: 81px;
}
.title-page .horizontal_blocklist-27 .title .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-27 .price-wrap {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-27 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
}
.title-page .horizontal_blocklist-27 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-27 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-27 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-27 .more {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-top: 0;
  padding-top: 0.02px;
  -webkit-box-shadow: 0px 1px 0px rgba(96, 38, 157, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(96, 38, 157, 0.2);
  box-shadow: 0px 1px 0px rgba(96, 38, 157, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: 0;
  margin-left: 61px;
}
.title-page .horizontal_blocklist-27 .more > a {
  padding: 9px 15px;
  border: none;
  box-sizing: border-box;
  text-decoration: underline;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  color: #60269d;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(96, 38, 157, 0.09);
  -moz-box-shadow: 0px 0px 0px 2px rgba(96, 38, 157, 0.09);
  box-shadow: 0px 0px 0px 2px rgba(96, 38, 157, 0.09);
  background: #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  margin-bottom: -25px;
  margin-top: 0;
}
.title-page .horizontal_blocklist-27 .bx-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.title-page .horizontal_blocklist-27 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-27 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .horizontal_blocklist-27 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-27 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-27 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}
.title-page .horizontal_blocklist-27 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-27 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-27 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-27 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-27 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-27 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .horizontal_blocklist-27 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-27 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-27 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-27 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-27 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_pause.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-27 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_horizontal_play.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-27 .pager-wrap {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-27 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-27 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-27 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-27 .bx-pager a:active, .title-page .horizontal_blocklist-27 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-27 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-27 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  box-sizing: border-box;
}
.title-page .popover-container-27 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-27 {
  margin: 0 auto auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-27 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 15px;
}
.title-page .popover-wrap-27 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-27 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-27 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-27 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-27 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-27 ::-webkit-input-placeholder {
  color: #808080;
}
.title-page .popover-wrap-27 ::-moz-placeholder {
  color: #808080;
}
.title-page .popover-wrap-27 :-ms-input-placeholder {
  color: #808080;
}
.title-page .block-110 .layout_60_id_61 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-110 {
  margin: -95px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: -9px;
  z-index: 6;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: auto;
  max-width: 100%;
}
.title-page .widget-113 {
  padding: 14px 45px 68px;
  margin: -16px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: 880px;
  right: 0;
  -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.11), 38px 38px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.11), 38px 38px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.11), 38px 38px 30px rgba(0, 0, 0, 0.2);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWRfMmhmZzE1YSIgc3ByZWFkTWV0aG9kPSJwYWQiIHgxPSIwLjAiIHkxPSIwLjAiIHgyPSIxLjAiIHkyPSIwLjAiPjxzdG9wIHN0b3AtY29sb3I9IiNmZmFhNTYiIHN0b3Atb3BhY2l0eT0iMC45OTYwOTM3NSIgb2Zmc2V0PSIwIiBpZD0ic3RvcC00Ij48L3N0b3A+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmY2MwMCIgc3RvcC1vcGFjaXR5PSIwLjk5NjA5Mzc1IiBvZmZzZXQ9IjAuOTk2MDkzNzUiIGlkPSJzdG9wLTUiPjwvc3RvcD48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNMTUuMDUgNUE1IDUgMCAwIDEgMTkgOC45NU0xNS4wNSAxQTkgOSAwIDAgMSAyMyA4Ljk0bS0xIDcuOTh2M2EyIDIgMCAwIDEtMi4xOCAyIDE5Ljc5IDE5Ljc5IDAgMCAxLTguNjMtMy4wNyAxOS41IDE5LjUgMCAwIDEtNi02IDE5Ljc5IDE5Ljc5IDAgMCAxLTMuMDctOC42N0EyIDIgMCAwIDEgNC4xMSAyaDNhMiAyIDAgMCAxIDIgMS43MiAxMi44NCAxMi44NCAwIDAgMCAuNyAyLjgxIDIgMiAwIDAgMS0uNDUgMi4xMUw4LjA5IDkuOTFhMTYgMTYgMCAwIDAgNiA2bDEuMjctMS4yN2EyIDIgMCAwIDEgMi4xMS0uNDUgMTIuODQgMTIuODQgMCAwIDAgMi44MS43QTIgMiAwIDAgMSAyMiAxNi45MnoiIGlkPSJwYXRoLTIiIHN0cm9rZS1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBzdHJva2U9IiNjNWU1YzUiIGRhdGEtY2hhbmdlZD0idHJ1ZSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PC9zdmc+") right 327px top calc(50% - 11px) / 33px no-repeat, repeating-linear-gradient(to bottom, #eff4f7 0%, #eff4f7 43%, #d9dfeb 79.5%, #edf2fa 88.6%, #fff 100%) #ade0ac;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .popover-wrap-61 .popover-body {
  padding: 55px 60px 55px 208px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  position: relative;
  display: inline-block;
  width: 600px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25.7%, #ebeff0 25.7%), url("../images/icc.png?1573782145196") left calc(50% - 229px) top 50% / 450px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-61 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
}
.title-page .popover-wrap-61 .popover-body .form_text input:hover, .title-page .popover-wrap-61 .popover-body .form_text input.hover, .title-page .popover-wrap-61 .popover-body .form_text input.active {
  border-top: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 0px 3px #0ebd4d;
  -moz-box-shadow: 0px 0px 0px 3px #0ebd4d;
  box-shadow: 0px 0px 0px 3px #0ebd4d;
}
.title-page .popover-wrap-61 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-61 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-61 .popover-body textarea {
  padding: 15px 8px 7px;
  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: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-61 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top left, #07a17f 0%, #10cc32 100%) #f0db76;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
}
.title-page .popover-wrap-61 .popover-body .s3_message {
  padding: 12px;
  margin: 1em 0;
  border: 1px solid #e1c893;
  display: table;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: auto;
}
.title-page .popover-wrap-61 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/icon_392517.svg") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-61 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-61 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-61 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-61 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-61 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-61 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-61 .header {
  box-sizing: border-box;
  font-size: 28px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -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: #078013;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 9px;
  width: 550px;
  padding-top: 25px;
  padding-right: 37px;
}
.title-page .editable_block-61 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-61 .title {
  box-sizing: border-box;
  font-size: 17px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #2d4363;
  line-height: 1.5;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  padding-top: 5px;
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-61 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-61 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-61 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-61 .img-convert {
  box-sizing: border-box;
  width: 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-61 .image img {
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-61 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-61 .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-61 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-61 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-61 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-61 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-61 .more {
  border: none;
  box-sizing: border-box;
  margin-top: -97px;
  pointer-events: auto;
  text-align: right;
  margin-left: 314px;
  margin-bottom: -6px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-61 .more > a {
  padding: 14px 15px 18px;
  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: 59px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 0px #000, inset 0px -5px 0px rgba(255, 255, 255, 0.13), inset 0px 0px 0px 5px rgba(255, 255, 255, 0.1), 14px 14px 23px rgba(10, 163, 27, 0.29);
  -moz-box-shadow: 0px 0px 0px #000, inset 0px -5px 0px rgba(255, 255, 255, 0.13), inset 0px 0px 0px 5px rgba(255, 255, 255, 0.1), 14px 14px 23px rgba(10, 163, 27, 0.29);
  box-shadow: 0px 0px 0px #000, inset 0px -5px 0px rgba(255, 255, 255, 0.13), inset 0px 0px 0px 5px rgba(255, 255, 255, 0.1), 14px 14px 23px rgba(10, 163, 27, 0.29);
  -webkit-text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.17);
  -moz-text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.17);
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.17);
  background: repeating-linear-gradient(to top left, #07a17f 0%, #10cc32 100%);
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  font-weight: 800;
  margin-top: 7px;
  width: 280px;
}
.title-page .editable_block-61 .more > a:hover, .title-page .editable_block-61 .more > a.hover, .title-page .editable_block-61 .more > a.active {
  background: repeating-linear-gradient(to top left, #078534 0%, #0fb218 100%);
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 7px rgba(0, 0, 0, 0.51), 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 7px rgba(0, 0, 0, 0.51), 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, inset 0px 0px 7px rgba(0, 0, 0, 0.51), 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .editable_block-61 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-61 .clear {
  clear: both;
}
.title-page .popover-container-61 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-61 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-61 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 15px;
}
.title-page .popover-wrap-61 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-61 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-61 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-61 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-61 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-61 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-61 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-61 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-61 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-61 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-61 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-61 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-61 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-61 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-61 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-61 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-61 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-61 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-61 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-61 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-61 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-61 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-61 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-61 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-61 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-61 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-61 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-61 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-61 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-61 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-61 ::-webkit-input-placeholder {
  color: #808080;
}
.title-page .popover-wrap-61 ::-moz-placeholder {
  color: #808080;
}
.title-page .popover-wrap-61 :-ms-input-placeholder {
  color: #808080;
}
.title-page .block-116 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+PGcgaWQ9ImctMiI+PGcgaWQ9ImctMyI+Cgk8ZyBpZD0iZy00Ij4KCQk8cGF0aCBkPSJNNDM3LjAxOSw3NC45OEMzODguNjY3LDI2LjYyOCwzMjQuMzgxLDAsMjU2LDBTMTIzLjMzMywyNi42MjgsNzQuOTgyLDc0Ljk4QzI2LjYyOCwxMjMuMzMzLDAsMTg3LjYyLDAsMjU2ICAgIHMyNi42MjgsMTMyLjY2Nyw3NC45ODIsMTgxLjAyQzEyMy4zMzMsNDg1LjM3MiwxODcuNjE5LDUxMiwyNTYsNTEyczEzMi42NjctMjYuNjI4LDE4MS4wMTktNzQuOTggICAgQzQ4NS4zNzIsMzg4LjY2Nyw1MTIsMzI0LjM4LDUxMiwyNTZTNDg1LjM3MiwxMjMuMzMzLDQzNy4wMTksNzQuOTh6IE0yNTYsNDkxLjYwMmMtMTI5LjkxMSwwLTIzNS42MDItMTA1LjY5LTIzNS42MDItMjM1LjYwMiAgICBTMTI2LjA4OSwyMC4zOTgsMjU2LDIwLjM5OFM0OTEuNjAyLDEyNi4wODksNDkxLjYwMiwyNTZTMzg1LjkxMSw0OTEuNjAyLDI1Niw0OTEuNjAyeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iI2Y3ZjdmNyIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC01IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cgk8L2c+CjwvZz48ZyBpZD0iZy02Ij4KCTxnIGlkPSJnLTciPgoJCTxwYXRoIGQ9Ik00MDEuNTkyLDE0Ni4xMDVjLTEzLjkxOC0xMy45MTgtMzYuNTY1LTEzLjkxOC01MC40ODMsMEwyMDAuOTI0LDI5Ni4yODlsLTQ5LjIxMy00OS4yMTEgICAgYy0xMy45MTgtMTMuOTE4LTM2LjU2NS0xMy45MTgtNTAuNDgzLDBjLTEzLjkxOCwxMy45MTgtMTMuOTE4LDM2LjU2NSwwLDUwLjQ4NGw3NC40NTUsNzQuNDU0ICAgIGM2Ljc0Myw2Ljc0MiwxNS43MDcsMTAuNDU0LDI1LjI0MSwxMC40NTRzMTguNDk4LTMuNzEzLDI1LjI0Mi0xMC40NTVsMTc1LjQyNi0xNzUuNDI2ICAgIEM0MTUuNTA5LDE4Mi42Nyw0MTUuNTA5LDE2MC4wMjIsNDAxLjU5MiwxNDYuMTA1eiBNMzg3LjE2OCwxODIuMTY0TDIxMS43NDMsMzU3LjU5Yy0yLjg5LDIuODg5LTYuNzMyLDQuNDgyLTEwLjgxOCw0LjQ4MiAgICBzLTcuOTI4LTEuNTkyLTEwLjgxNy00LjQ4MmwtNzQuNDU0LTc0LjQ1NGMtNS45NjYtNS45NjYtNS45NjYtMTUuNjcxLTAuMDAxLTIxLjYzNmMyLjk4Mi0yLjk4Miw2LjktNC40NzMsMTAuODE4LTQuNDczICAgIGMzLjkxNywwLDcuODM2LDEuNDkyLDEwLjgxNyw0LjQ3NGw1Ni40MjQsNTYuNDI0YzMuOTg1LDMuOTgzLDEwLjQ0MSwzLjk4MywxNC40MjUsMGwxNTcuMzk1LTE1Ny4zOTcgICAgYzUuOTY2LTUuOTY1LDE1LjY3Mi01Ljk2NSwyMS42MzcsMEMzOTMuMTMzLDE2Ni40OTMsMzkzLjEzMywxNzYuMTk4LDM4Ny4xNjgsMTgyLjE2NHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiNmN2Y3ZjciIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtOCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgoJPC9nPgo8L2c+PGcgaWQ9ImctOSI+Cgk8ZyBpZD0iZy0xMCI+CgkJPHBhdGggZD0iTTQ2Mi4xMzEsMjk4LjEzM2MtNS40NjQtMS4zOTItMTEuMDExLDEuOTA3LTEyLjQsNy4zNjZDNDI3LjE3NiwzOTQuMDU1LDM0Ny41MTIsNDU1LjkwNCwyNTYsNDU1LjkwNCAgICBjLTUuNjMyLDAtMTAuMTk5LDQuNTY2LTEwLjE5OSwxMC4xOTljMCw1LjYzMyw0LjU2NywxMC4xOTksMTAuMTk5LDEwLjE5OWMxMDAuODQ3LDAsMTg4LjY0LTY4LjE2NiwyMTMuNDk4LTE2NS43NjkgICAgQzQ3MC44ODgsMzA1LjA3Niw0NjcuNTkxLDI5OS41MjMsNDYyLjEzMSwyOTguMTMzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iI2Y3ZjdmNyIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC0xMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgoJPC9nPgo8L2c+PGcgaWQ9ImctMTIiPgoJPGcgaWQ9ImctMTMiPgoJCTxwYXRoIGQ9Ik00NjYuMTA0LDI0NS44MDJjLTUuNjMyLDAtMTAuMTk5LDQuNTY2LTEwLjE5OSwxMC4xOTljMCwyLjkxNi0wLjA2Myw1Ljg1NS0wLjE4OCw4LjczOSAgICBjLTAuMjQ0LDUuNjI3LDQuMTIxLDEwLjM4Nyw5Ljc0OSwxMC42M2MwLjE1LDAuMDA2LDAuMjk5LDAuMDA5LDAuNDQ4LDAuMDA5YzUuNDMsMCw5Ljk0NS00LjI4MiwxMC4xODItOS43NTkgICAgYzAuMTM4LTMuMTc1LDAuMjA3LTYuNDExLDAuMjA3LTkuNjE5QzQ3Ni4zMDMsMjUwLjM2OCw0NzEuNzM2LDI0NS44MDIsNDY2LjEwNCwyNDUuODAyeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iI2Y3ZjdmNyIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC0xNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=") left calc(50% + 4px) top 98px / 118px no-repeat, url("../images/rr.png") left calc(50% + 20px) top 52px / 238px no-repeat, linear-gradient(116deg, #fd762e 0%, rgba(255, 93, 45, 0) 23.1%, rgba(245, 153, 2, 0) 50.5%, #059914 50.6%, #11bd95 100%) #fe5622;
  max-width: 100%;
  z-index: 5;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  right: 0;
}
.title-page .block-39 {
  margin: 0;
  border: none;
  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;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 145px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-38 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
}
.title-page .widget-30 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-35 .popover-body {
  padding: 55px 60px 55px 208px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  position: relative;
  display: inline-block;
  width: 600px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25.7%, #ebeff0 25.7%), url("../images/icc.png?1573782145196") left calc(50% - 229px) top 50% / 450px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
}
.title-page .popover-wrap-35 .popover-body .form_text input:hover, .title-page .popover-wrap-35 .popover-body .form_text input.hover, .title-page .popover-wrap-35 .popover-body .form_text input.active {
  border-top: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 0px 3px #0ebd4d;
  -moz-box-shadow: 0px 0px 0px 3px #0ebd4d;
  box-shadow: 0px 0px 0px 3px #0ebd4d;
}
.title-page .popover-wrap-35 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-35 .popover-body textarea {
  padding: 15px 8px 7px;
  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: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-35 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top left, #07a17f 0%, #10cc32 100%) #f0db76;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
}
.title-page .popover-wrap-35 .popover-body .s3_message {
  padding: 12px;
  margin: 1em 0;
  border: 1px solid #e1c893;
  display: table;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: auto;
}
.title-page .popover-wrap-35 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/icon_392517.svg") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-35 .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-35 .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-35 .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-35 .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-35 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-35 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-35 .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: 36px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-35 .header_text {
  padding: 15px 35px;
  border: none;
  font-size: 26px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #f35728;
  text-decoration: none;
  font-weight: 800;
  background: #fff;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  margin-top: -30px;
  align-self: auto;
}
.title-page .blocklist-35 .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-35 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-35 .body {
  margin: 0 -45px;
  box-sizing: border-box;
}
.title-page .blocklist-35 .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-35 .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-35 .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-35 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
}
.title-page .blocklist-35 .item {
  margin: 10px 45px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-35 .text {
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 35px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-35 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-35 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-35 .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-35 .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-35 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-35 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .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-35 .title {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  line-height: 0.9;
  text-decoration: none;
  font-size: 48px;
  padding-bottom: 25px;
  padding-top: 15px;
}
.title-page .blocklist-35 .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-35 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-35 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-35 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-35 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-35 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-35 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-35 .more > a {
  padding: 15px 35px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 27px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.13), 12px 12px 15px rgba(45, 10, 84, 0.26);
  -moz-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.13), 12px 12px 15px rgba(45, 10, 84, 0.26);
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.13), 12px 12px 15px rgba(45, 10, 84, 0.26);
  background: linear-gradient(58deg, rgba(255, 255, 255, 0.08) 35.8%, rgba(189, 189, 189, 0) 36.2%);
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
  font-weight: 900;
}
.title-page .blocklist-35 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-35 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-35 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-35 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-35 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-35 .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-35 .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-35 .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-35 .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-35 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-35 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-35 .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-35 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-35 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-35 .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-35 .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-35 .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-35 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-35 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-35 .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-35 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-35 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-35 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 15px;
}
.title-page .popover-wrap-35 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-35 .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-35 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-35 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .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-35 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-35 .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-35 .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-35 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .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-35 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-35 .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-35 .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-35 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-35 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-35 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .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-35 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-35 .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-35 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .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-35 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-35 .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-35 ::-webkit-input-placeholder {
  color: #808080;
}
.title-page .popover-wrap-35 ::-moz-placeholder {
  color: #808080;
}
.title-page .popover-wrap-35 :-ms-input-placeholder {
  color: #808080;
}
.title-page .block-31 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 4;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-11 {
  padding: 55px 45px 60px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-115 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-63 .popover-body {
  padding: 55px 60px 55px 208px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  position: relative;
  display: inline-block;
  width: 600px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25.7%, #ebeff0 25.7%), url("../images/icc.png?1573782145196") left calc(50% - 229px) top 50% / 450px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-63 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
}
.title-page .popover-wrap-63 .popover-body .form_text input:hover, .title-page .popover-wrap-63 .popover-body .form_text input.hover, .title-page .popover-wrap-63 .popover-body .form_text input.active {
  border-top: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 0px 3px #0ebd4d;
  -moz-box-shadow: 0px 0px 0px 3px #0ebd4d;
  box-shadow: 0px 0px 0px 3px #0ebd4d;
}
.title-page .popover-wrap-63 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-63 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-63 .popover-body textarea {
  padding: 15px 8px 7px;
  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: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-63 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top left, #07a17f 0%, #10cc32 100%) #f0db76;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
}
.title-page .popover-wrap-63 .popover-body .s3_message {
  padding: 12px;
  margin: 1em 0;
  border: 1px solid #e1c893;
  display: table;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: auto;
}
.title-page .popover-wrap-63 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/icon_392517.svg") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-63 .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-63 .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-63 .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-63 .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-63 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-63 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-63 .header {
  box-sizing: border-box;
  font-size: 26px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -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: #078013;
  text-decoration: none;
  width: auto;
  padding-right: 0;
  font-weight: bold;
  padding-top: 0.02px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-63 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-63 .title {
  box-sizing: border-box;
  font-size: 15px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #4d4d4d;
  text-decoration: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-weight: 600;
}
.title-page .editable_block-63 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-63 .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-63 .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-63 .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-63 .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-63 .text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.4;
  text-decoration: none;
  font-size: 14px;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 33px;
}
.title-page .editable_block-63 .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-63 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-63 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-63 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-63 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-63 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  text-align: left;
}
.title-page .editable_block-63 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
  color: #000;
  text-decoration: none;
}
.title-page .editable_block-63 .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-63 .clear {
  clear: both;
}
.title-page .popover-container-63 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-63 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-63 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 15px;
}
.title-page .popover-wrap-63 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-63 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-63 .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-63 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-63 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-63 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-63 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-63 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-63 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-63 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .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-63 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-63 .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-63 .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-63 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-63 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .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-63 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-63 .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-63 .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-63 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-63 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-63 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-63 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .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-63 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-63 .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-63 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-63 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-63 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-63 .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-63 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-63 .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-63 ::-webkit-input-placeholder {
  color: #808080;
}
.title-page .popover-wrap-63 ::-moz-placeholder {
  color: #808080;
}
.title-page .popover-wrap-63 :-ms-input-placeholder {
  color: #808080;
}
.title-page .block-98 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(#343434, #343434);
  max-width: 100%;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-box-shadow: 0px -55px 0px #343434;
  -moz-box-shadow: 0px -55px 0px #343434;
  box-shadow: 0px -55px 0px #343434;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 15px;
  padding-bottom: 0.02px;
  text-decoration: none;
}
.title-page .block-99 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 25px;
  padding-left: 0;
  padding-top: 25px;
}
.title-page .block-100 {
  margin: 55px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-103 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  right: 0;
}
.title-page .menu-col-41 .columns-delimiter {
  margin: 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #999;
}
.title-page .menu-col-41 .menu-name {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 20px;
}
.title-page .menu-col-41 .menu-columns-content {
  box-sizing: border-box;
}
.title-page .menu-col-41 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .menu-col-41 .columns-cell {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-col-41 ul.menu-columns-items {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
.title-page .menu-col-41 ul.menu-columns-items > li {
  box-sizing: border-box;
  margin-bottom: 0;
  padding-bottom: 25px;
  padding-left: 9px;
  padding-right: 9px;
}
.title-page .menu-col-41 ul.menu-columns-items > li > a {
  border: none;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
  color: #57b867;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  padding-top: 5px;
  padding-bottom: 7px;
  cursor: pointer;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 14px;
  -webkit-box-shadow: 0px 1px 0px rgba(201, 201, 201, 0.17);
  -moz-box-shadow: 0px 1px 0px rgba(201, 201, 201, 0.17);
  box-shadow: 0px 1px 0px rgba(201, 201, 201, 0.17);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-col-41 ul.menu-columns-items > li > 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-col-41 ul.menu-columns-items > li > 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-col-41 ul.menu-columns-items > li > 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-col-41 ul.menu-columns-items > li > a .menu-item-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .menu-col-41 ul.menu-columns-items ul {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}
.title-page .menu-col-41 ul.menu-columns-items ul li {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .menu-col-41 ul.menu-columns-items ul a {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1;
  color: #e8e8e8;
  display: block;
  padding-top: 5px;
  padding-bottom: 3px;
  font-family: Roboto, sans-serif;
  text-align: left;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-left: 14px;
  min-height: 34px;
  margin-top: 0;
}
.title-page .menu-col-41 ul.menu-columns-items ul a:hover, .title-page .menu-col-41 ul.menu-columns-items ul a.hover, .title-page .menu-col-41 ul.menu-columns-items ul a.active {
  color: #ffe000;
}
.title-page .menu-col-41 ul.menu-columns-items ul li.delimiter {
  box-sizing: border-box;
  margin-top: 2px;
  margin-bottom: 2px;
  min-height: 2px;
  background: #999;
}
.title-page .menu-col-41 ul.menu-columns-items > li.delimiter {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 35px;
  margin-bottom: 3px;
  box-sizing: border-box;
  margin-top: 3px;
  min-height: 3px;
  background: #999;
}
.title-page .menu-col-41 .columns-cell-delim {
  box-sizing: border-box;
  display: table-cell;
  width: 20px;
  position: relative;
}
.title-page .block-101 .layout_48 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-101 .layout_50 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-101 .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-101 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
  padding-left: 0;
  max-width: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .block-112 {
  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 .block-102 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 450px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  border-top: 0px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-104 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-44 .popover-body {
  padding: 55px 60px 55px 208px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  position: relative;
  display: inline-block;
  width: 600px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25.7%, #ebeff0 25.7%), url("../images/icc.png?1573782145196") left calc(50% - 229px) top 50% / 450px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-44 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
}
.title-page .popover-wrap-44 .popover-body .form_text input:hover, .title-page .popover-wrap-44 .popover-body .form_text input.hover, .title-page .popover-wrap-44 .popover-body .form_text input.active {
  border-top: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 0px 3px #0ebd4d;
  -moz-box-shadow: 0px 0px 0px 3px #0ebd4d;
  box-shadow: 0px 0px 0px 3px #0ebd4d;
}
.title-page .popover-wrap-44 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-44 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-44 .popover-body textarea {
  padding: 15px 8px 7px;
  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: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-44 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top left, #07a17f 0%, #10cc32 100%) #f0db76;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
}
.title-page .popover-wrap-44 .popover-body .s3_message {
  padding: 12px;
  margin: 1em 0;
  border: 1px solid #e1c893;
  display: table;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: auto;
}
.title-page .popover-wrap-44 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/icon_392517.svg") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-44 .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-44 .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-44 .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-44 .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-44 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-44 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-44 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-44 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-44 .title {
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
  padding-top: 10px;
  font-weight: 900;
}
.title-page .editable_block-44 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 5px;
}
.title-page .editable_block-44 .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-44 .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-44 .img-convert {
  box-sizing: border-box;
  width: 90px;
  height: 67px;
  -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-44 .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-44 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #ffbb1c;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.title-page .editable_block-44 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-44 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-44 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-44 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-44 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-44 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-44 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-44 .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-44 .clear {
  clear: both;
}
.title-page .popover-container-44 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-44 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-44 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 15px;
}
.title-page .popover-wrap-44 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-44 .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-44 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-44 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-44 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-44 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .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-44 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-44 .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-44 .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-44 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .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-44 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-44 .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-44 .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-44 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-44 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-44 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .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-44 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-44 .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-44 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-44 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-44 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-44 .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-44 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-44 .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-44 ::-webkit-input-placeholder {
  color: #808080;
}
.title-page .popover-wrap-44 ::-moz-placeholder {
  color: #808080;
}
.title-page .popover-wrap-44 :-ms-input-placeholder {
  color: #808080;
}
.title-page .widget-105 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-bottom: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-45 p:first-child {
  margin-top: 0;
}
.title-page .email-45 p:last-child {
  margin-bottom: 0;
}
.title-page .email-45 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-45 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-45 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .email-45 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-45 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .email-45 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .email-45 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  color: #f2886a;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: underline;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .email-45 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-45 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-106 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-46 p:first-child {
  margin-top: 0;
}
.title-page .phones-46 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-46 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-46 .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-46 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-46 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-46 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-46 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-46 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  padding-top: 9px;
  padding-bottom: 9px;
}
.title-page .phones-46 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-46 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-46 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-107 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-47 p:first-child {
  margin-top: 0;
}
.title-page .address-47 p:last-child {
  margin-bottom: 0;
}
.title-page .address-47 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-47 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-47 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-47 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-47 .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-47 .title {
  box-sizing: border-box;
  display: none;
  color: #ffbb1c;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
}
.title-page .address-47 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  color: #bababa;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  padding-top: 0.02px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .address-47 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-47 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-103 {
  padding: 12px 0 15px;
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 300px;
  min-height: 0;
  z-index: 2;
  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 .widget-108 {
  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;
  padding-left: 0;
  padding-right: 0;
  right: 0;
}
.title-page .popover-wrap-49 .popover-body {
  padding: 55px 60px 55px 208px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  position: relative;
  display: inline-block;
  width: 600px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25.7%, #ebeff0 25.7%), url("../images/icc.png?1573782145196") left calc(50% - 229px) top 50% / 450px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-49 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
}
.title-page .popover-wrap-49 .popover-body .form_text input:hover, .title-page .popover-wrap-49 .popover-body .form_text input.hover, .title-page .popover-wrap-49 .popover-body .form_text input.active {
  border-top: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 0px 3px #0ebd4d;
  -moz-box-shadow: 0px 0px 0px 3px #0ebd4d;
  box-shadow: 0px 0px 0px 3px #0ebd4d;
}
.title-page .popover-wrap-49 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-49 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-49 .popover-body textarea {
  padding: 15px 8px 7px;
  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: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-49 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top left, #07a17f 0%, #10cc32 100%) #f0db76;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
}
.title-page .popover-wrap-49 .popover-body .s3_message {
  padding: 12px;
  margin: 1em 0;
  border: 1px solid #e1c893;
  display: table;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: auto;
}
.title-page .popover-wrap-49 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/icon_392517.svg") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-49 .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-49 .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-49 .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-49 .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-49 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-49 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-49 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-49 .header_text {
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #ababab;
  text-decoration: none;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.02px;
  margin-bottom: 13px;
}
.title-page .blocklist-49 .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-49 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-49 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-49 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-49 .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-49 .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-49 .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-49 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-49 .item {
  margin: 0 10px;
  position: relative;
  width: 180px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-49 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-49 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-49 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  min-height: 44px;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-49 .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-49 .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-49 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 45px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-49 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-49 .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-49 .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-49 .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-49 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-49 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-49 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-49 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-49 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-49 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-49 .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-49 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-49 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-49 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-49 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-49 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-49 .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-49 .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-49 .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-49 .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-49 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-49 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-49 .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-49 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-49 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-49 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-49 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-49 .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-49 .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-49 .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-49 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-49 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-49 .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-49 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-49 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-49 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 15px;
}
.title-page .popover-wrap-49 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-49 .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-49 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-49 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-49 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-49 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .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-49 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-49 .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-49 .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-49 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .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-49 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-49 .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-49 .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-49 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-49 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-49 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .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-49 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-49 .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-49 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-49 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-49 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-49 .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-49 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-49 .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-49 ::-webkit-input-placeholder {
  color: #808080;
}
.title-page .popover-wrap-49 ::-moz-placeholder {
  color: #808080;
}
.title-page .popover-wrap-49 :-ms-input-placeholder {
  color: #808080;
}
.title-page .block-104 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 300px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
}
.title-page .widget-116 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  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: 288px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 25px;
}
.title-page .widgetsocial-66 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-66 .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-66 .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;
}
.title-page .widgetsocial-66 .soc {
  margin: 2px 5px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
}
.title-page .widgetsocial-66 .vk .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_vk.png") left 500% top 500% / cover no-repeat;
  width: 25px;
  min-height: 25px;
  text-align: left;
  height: 25px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.title-page .widgetsocial-66 .vk .wg-soc-icon:hover, .title-page .widgetsocial-66 .vk .wg-soc-icon.hover, .title-page .widgetsocial-66 .vk .wg-soc-icon.active {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .widgetsocial-66 .fb .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_fb.png") left 500% top 500% / cover no-repeat;
  width: 25px;
  min-height: 25px;
  text-align: left;
  height: 25px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.title-page .widgetsocial-66 .fb .wg-soc-icon:hover, .title-page .widgetsocial-66 .fb .wg-soc-icon.hover, .title-page .widgetsocial-66 .fb .wg-soc-icon.active {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .widgetsocial-66 .tw .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tw.png") left 50% top 50% / cover no-repeat;
  width: 25px;
  min-height: 25px;
  text-align: left;
  height: 25px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.title-page .widgetsocial-66 .tw .wg-soc-icon:hover, .title-page .widgetsocial-66 .tw .wg-soc-icon.hover, .title-page .widgetsocial-66 .tw .wg-soc-icon.active {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .widgetsocial-66 .google .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat;
  width: 25px;
  min-height: 25px;
  text-align: left;
  height: 25px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.title-page .widgetsocial-66 .google .wg-soc-icon:hover, .title-page .widgetsocial-66 .google .wg-soc-icon.hover, .title-page .widgetsocial-66 .google .wg-soc-icon.active {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .widgetsocial-66 .ins .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_ins.png") left 500% top 500% / cover no-repeat;
  width: 25px;
  min-height: 25px;
  text-align: left;
  height: 25px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.title-page .widgetsocial-66 .ins .wg-soc-icon:hover, .title-page .widgetsocial-66 .ins .wg-soc-icon.hover, .title-page .widgetsocial-66 .ins .wg-soc-icon.active {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .widgetsocial-66 .ok .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat;
  width: 25px;
  min-height: 25px;
  text-align: left;
  height: 25px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.title-page .widgetsocial-66 .ok .wg-soc-icon:hover, .title-page .widgetsocial-66 .ok .wg-soc-icon.hover, .title-page .widgetsocial-66 .ok .wg-soc-icon.active {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .widgetsocial-66 .mail .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat;
  width: 25px;
  min-height: 25px;
  text-align: left;
  height: 25px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.title-page .widgetsocial-66 .mail .wg-soc-icon:hover, .title-page .widgetsocial-66 .mail .wg-soc-icon.hover, .title-page .widgetsocial-66 .mail .wg-soc-icon.active {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .widgetsocial-66 .pin .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat;
  width: 25px;
  min-height: 25px;
  text-align: left;
  height: 25px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.title-page .widgetsocial-66 .pin .wg-soc-icon:hover, .title-page .widgetsocial-66 .pin .wg-soc-icon.hover, .title-page .widgetsocial-66 .pin .wg-soc-icon.active {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .widgetsocial-66 .lj .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat;
  width: 25px;
  min-height: 25px;
  text-align: left;
  height: 25px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.title-page .widgetsocial-66 .lj .wg-soc-icon:hover, .title-page .widgetsocial-66 .lj .wg-soc-icon.hover, .title-page .widgetsocial-66 .lj .wg-soc-icon.active {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .widgetsocial-66 .my .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat;
  width: 25px;
  min-height: 25px;
  text-align: left;
  height: 25px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.title-page .widgetsocial-66 .my .wg-soc-icon:hover, .title-page .widgetsocial-66 .my .wg-soc-icon.hover, .title-page .widgetsocial-66 .my .wg-soc-icon.active {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .widgetsocial-66 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_youtube.png") left 500% top 500% / cover no-repeat;
  width: 25px;
  min-height: 25px;
  text-align: left;
  height: 25px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.title-page .widgetsocial-66 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat;
  width: 25px;
  min-height: 25px;
  text-align: left;
  height: 25px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.title-page .widgetsocial-66 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-66 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-66 .telegram .wg-soc-icon.active {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .widgetsocial-66 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat;
  width: 25px;
  min-height: 25px;
  text-align: left;
  height: 25px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.title-page .widgetsocial-66 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-66 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-66 .whatsapp .wg-soc-icon.active {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .widgetsocial-66 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-66 .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-109 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  padding-left: 0;
  right: 0;
  padding-top: 15px;
}
.title-page .popover-wrap-51 .popover-body {
  padding: 55px 60px 55px 208px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 28px 73px rgba(0, 0, 0, 0.66);
  position: relative;
  display: inline-block;
  width: 600px;
  box-sizing: border-box;
  vertical-align: middle;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25.7%, #ebeff0 25.7%), url("../images/icc.png?1573782145196") left calc(50% - 229px) top 50% / 450px no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-51 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
}
.title-page .popover-wrap-51 .popover-body .form_text input:hover, .title-page .popover-wrap-51 .popover-body .form_text input.hover, .title-page .popover-wrap-51 .popover-body .form_text input.active {
  border-top: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 0px 3px #0ebd4d;
  -moz-box-shadow: 0px 0px 0px 3px #0ebd4d;
  box-shadow: 0px 0px 0px 3px #0ebd4d;
}
.title-page .popover-wrap-51 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-51 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-51 .popover-body textarea {
  padding: 15px 8px 7px;
  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: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-51 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top left, #07a17f 0%, #10cc32 100%) #f0db76;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 220px;
}
.title-page .popover-wrap-51 .popover-body .s3_message {
  padding: 12px;
  margin: 1em 0;
  border: 1px solid #e1c893;
  display: table;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: auto;
}
.title-page .popover-wrap-51 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/icon_392517.svg") left 50% top 50% / auto auto no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-51 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-51 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-51 .header {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  padding-bottom: 9px;
}
.title-page .editable_block-51 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-51 .title {
  box-sizing: border-box;
  font-size: 15px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editable_block-51 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 5px;
}
.title-page .editable_block-51 .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-51 .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-51 .img-convert {
  box-sizing: border-box;
  width: 120px;
  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-51 .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-51 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  color: #ababab;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 13px;
  padding-top: 0.02px;
}
.title-page .editable_block-51 .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-51 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-51 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-51 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-51 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-51 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  text-align: left;
  padding-top: 10px;
}
.title-page .editable_block-51 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
  color: #f2886a;
  text-decoration: none;
}
.title-page .editable_block-51 .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-51 .clear {
  clear: both;
}
.title-page .popover-container-51 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-51 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-51 .popover-form-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 15px;
}
.title-page .popover-wrap-51 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_div {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-51 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-51 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-51 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-51 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-51 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-51 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_radio {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-51 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-51 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-51 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-51 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_select {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-51 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-51 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-51 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-51 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-51 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_upload {
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-51 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-51 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-51 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-51 ::-webkit-input-placeholder {
  color: #808080;
}
.title-page .popover-wrap-51 ::-moz-placeholder {
  color: #808080;
}
.title-page .popover-wrap-51 :-ms-input-placeholder {
  color: #808080;
}
.title-page .block-105 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  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;
  text-decoration: none;
}
.title-page .block-106 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: rgba(0, 0, 0, 0.2);
  max-width: 100%;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-107 .layout_55 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-107 .layout_58 {
  -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-107 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.title-page .block-108 .layout_56 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-108 .layout_57 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-108 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 326px;
  min-height: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-110 {
  margin: 3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: left;
  color: #8f8f8f;
  text-decoration: none;
  width: 96px;
}
.title-page .widget-111 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  right: 0;
  opacity: 1;
}
.title-page .block-109 {
  margin: 8px 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;
  text-decoration: none;
  right: 0;
}
.title-page .widget-112 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  color: #c9c9c9;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .widget-117 {
  border: none;
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel-67 .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-67 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.title-page .side-panel-67 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
}
.title-page .side-panel-67 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-67 .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;
}
.title-page .side-panel-67 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}
.title-page .side-panel-67 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-67 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
  text-align: left;
}
.title-page .side-panel-67 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page body {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .wrapper {
    background: none;
  }
  .title-page .block-9 {
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-111 {
    width: auto;
    display: none;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-4 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-124 {
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-8 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 4px;
  }
  .title-page .block-7 .layout_12 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: none;
  }
  .title-page .block-7 .layout_16 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_73 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-117 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .widget-124 {
    display: block;
  }
  .title-page .editable_block-72 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-72 .title {
    font-size: 18px;
    line-height: 1.2;
  }
  .title-page .editable_block-72 .more {
    clear: none;
  }
  .title-page .block-10 {
    margin-top: auto;
    margin-left: auto;
    padding-top: 9px;
  }
  .title-page .block-5 {
    padding-left: 55px;
  }
  .title-page .widget-125 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-6 {
    display: none;
    margin-top: 15px;
    margin-right: auto;
  }
  .title-page .widget-123 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-12 .layout_21 {
    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-12 .layout_20_id_23 {
    margin: 15px 0 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    flex-basis: auto;
    width: auto;
  }
  .title-page .block-12 {
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-bottom: 25px;
    padding-top: 25px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-32 {
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-26 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .editable_block-25 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-25 .more {
    clear: none;
  }
  .title-page .block-14 {
    background: none;
    margin-top: 0;
    margin-left: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-114 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .horizontal_blocklist-62 .body-outer {
    width: auto;
  }
  .title-page .horizontal_blocklist-62 .body {
    width: auto;
  }
  .title-page .horizontal_blocklist-62 .item_body {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .horizontal_blocklist-62 .item_detail {
    margin-right: 0;
    margin-top: 0;
  }
  .title-page .block-13 {
    width: auto;
  }
  .title-page .widget-8 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }
  .title-page .horizontal_blocklist-19 .header {
    background: none;
  }
  .title-page .horizontal_blocklist-19 .all {
    background: none;
  }
  .title-page .horizontal_blocklist-19 .body-outer {
    width: auto;
  }
  .title-page .horizontal_blocklist-19 .body {
    width: auto;
  }
  .title-page .horizontal_blocklist-19 .item-outer {
    width: 50%;
  }
  .title-page .horizontal_blocklist-19 .item_body {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .horizontal_blocklist-19 .item_detail {
    margin-top: 0;
  }
  .title-page .block-33 .layout_29 {
    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-33 .layout_31 {
    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-33 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-top: 0.02px;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-35 {
    margin-left: 0;
    padding-right: 25px;
    padding-top: 25px;
  }
  .title-page .block-36 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-28 {
    background: none;
    display: block;
  }
  .title-page .editable_block-30 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-30 .more {
    clear: none;
  }
  .title-page .block-37 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-29 {
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-33 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-right: 0;
    width: auto;
    margin-left: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  .title-page .blocklist-33 .body-outer {
    width: auto;
  }
  .title-page .blocklist-33 .body {
    width: auto;
  }
  .title-page .blocklist-33 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-33 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-33 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-33 .title {
    -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;
    text-align: center;
  }
  .title-page .blocklist-33 .more {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-left: 0;
    text-align: center;
  }
  .title-page .block-34 {
    width: auto;
  }
  .title-page .widget-27 {
    display: block;
  }
  .title-page .horizontal_blocklist-27 .header_text {
    font-size: 25px;
  }
  .title-page .horizontal_blocklist-27 .description {
    padding-bottom: 15px;
  }
  .title-page .horizontal_blocklist-27 .body-outer {
    width: auto;
  }
  .title-page .horizontal_blocklist-27 .body {
    width: auto;
  }
  .title-page .horizontal_blocklist-27 .item_body {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .horizontal_blocklist-27 .item-label {
    font-size: 30px;
    margin-top: 2px;
    min-height: 55px;
    width: 55px;
  }
  .title-page .horizontal_blocklist-27 .item_detail {
    margin-right: 0;
    margin-top: 0;
  }
  .title-page .horizontal_blocklist-27 .text {
    padding-top: 9px;
    padding-bottom: 15px;
    background: none;
  }
  .title-page .horizontal_blocklist-27 .title {
    padding-right: 15px;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/el_1.png?1571725849790") left -82px top 8px / 141px no-repeat, url("../images/bg_22.jpg?1574132115017") left 0px top 0px / auto 100% repeat-x;
    min-height: 54px;
  }
  .title-page .horizontal_blocklist-27 .more {
    background: none;
  }
  .title-page .block-110 .layout_60_id_61 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-110 {
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .widget-113 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBzdHJva2Utb3BhY2l0eT0iMSIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWRfMmhmZzE1YSIgc3ByZWFkTWV0aG9kPSJwYWQiIHgxPSIwLjAiIHkxPSIwLjAiIHgyPSIxLjAiIHkyPSIwLjAiPjxzdG9wIHN0b3AtY29sb3I9IiNmZmFhNTYiIHN0b3Atb3BhY2l0eT0iMC45OTYwOTM3NSIgb2Zmc2V0PSIwIiBpZD0ic3RvcC00Ij48L3N0b3A+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmY2MwMCIgc3RvcC1vcGFjaXR5PSIwLjk5NjA5Mzc1IiBvZmZzZXQ9IjAuOTk2MDkzNzUiIGlkPSJzdG9wLTUiPjwvc3RvcD48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNMTUuMDUgNUE1IDUgMCAwIDEgMTkgOC45NU0xNS4wNSAxQTkgOSAwIDAgMSAyMyA4Ljk0bS0xIDcuOTh2M2EyIDIgMCAwIDEtMi4xOCAyIDE5Ljc5IDE5Ljc5IDAgMCAxLTguNjMtMy4wNyAxOS41IDE5LjUgMCAwIDEtNi02IDE5Ljc5IDE5Ljc5IDAgMCAxLTMuMDctOC42N0EyIDIgMCAwIDEgNC4xMSAyaDNhMiAyIDAgMCAxIDIgMS43MiAxMi44NCAxMi44NCAwIDAgMCAuNyAyLjgxIDIgMiAwIDAgMS0uNDUgMi4xMUw4LjA5IDkuOTFhMTYgMTYgMCAwIDAgNiA2bDEuMjctMS4yN2EyIDIgMCAwIDEgMi4xMS0uNDUgMTIuODQgMTIuODQgMCAwIDAgMi44MS43QTIgMiAwIDAgMSAyMiAxNi45MnoiIGlkPSJwYXRoLTIiIHN0cm9rZS1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBzdHJva2U9IiNjNWU1YzUiIGRhdGEtY2hhbmdlZD0idHJ1ZSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PC9zdmc+") right 316px top calc(50% - 20px) / 36px no-repeat, repeating-linear-gradient(to bottom, #eff4f7 0%, #eff4f7 43%, #d9dfeb 79.5%, #edf2fa 88.6%, #fff 100%) #ade0ac;
    display: block;
  }
  .title-page .editable_block-61 .header {
    font-size: 22px;
    padding-right: 90px;
  }
  .title-page .editable_block-61 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-61 .more {
    clear: none;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .editable_block-61 .more > a {
    font-size: 18px;
    width: 263px;
  }
  .title-page .block-116 {
    background: linear-gradient(116deg, #fd762e 0%, rgba(255, 93, 45, 0) 23.1%, rgba(245, 153, 2, 0) 50.5%, #059914 50.6%, #11bd95 100%) #fe5622;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-39 {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+PGcgaWQ9ImctMiI+PGcgaWQ9ImctMyI+Cgk8ZyBpZD0iZy00Ij4KCQk8cGF0aCBkPSJNNDM3LjAxOSw3NC45OEMzODguNjY3LDI2LjYyOCwzMjQuMzgxLDAsMjU2LDBTMTIzLjMzMywyNi42MjgsNzQuOTgyLDc0Ljk4QzI2LjYyOCwxMjMuMzMzLDAsMTg3LjYyLDAsMjU2ICAgIHMyNi42MjgsMTMyLjY2Nyw3NC45ODIsMTgxLjAyQzEyMy4zMzMsNDg1LjM3MiwxODcuNjE5LDUxMiwyNTYsNTEyczEzMi42NjctMjYuNjI4LDE4MS4wMTktNzQuOTggICAgQzQ4NS4zNzIsMzg4LjY2Nyw1MTIsMzI0LjM4LDUxMiwyNTZTNDg1LjM3MiwxMjMuMzMzLDQzNy4wMTksNzQuOTh6IE0yNTYsNDkxLjYwMmMtMTI5LjkxMSwwLTIzNS42MDItMTA1LjY5LTIzNS42MDItMjM1LjYwMiAgICBTMTI2LjA4OSwyMC4zOTgsMjU2LDIwLjM5OFM0OTEuNjAyLDEyNi4wODksNDkxLjYwMiwyNTZTMzg1LjkxMSw0OTEuNjAyLDI1Niw0OTEuNjAyeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iI2Y3ZjdmNyIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC01IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cgk8L2c+CjwvZz48ZyBpZD0iZy02Ij4KCTxnIGlkPSJnLTciPgoJCTxwYXRoIGQ9Ik00MDEuNTkyLDE0Ni4xMDVjLTEzLjkxOC0xMy45MTgtMzYuNTY1LTEzLjkxOC01MC40ODMsMEwyMDAuOTI0LDI5Ni4yODlsLTQ5LjIxMy00OS4yMTEgICAgYy0xMy45MTgtMTMuOTE4LTM2LjU2NS0xMy45MTgtNTAuNDgzLDBjLTEzLjkxOCwxMy45MTgtMTMuOTE4LDM2LjU2NSwwLDUwLjQ4NGw3NC40NTUsNzQuNDU0ICAgIGM2Ljc0Myw2Ljc0MiwxNS43MDcsMTAuNDU0LDI1LjI0MSwxMC40NTRzMTguNDk4LTMuNzEzLDI1LjI0Mi0xMC40NTVsMTc1LjQyNi0xNzUuNDI2ICAgIEM0MTUuNTA5LDE4Mi42Nyw0MTUuNTA5LDE2MC4wMjIsNDAxLjU5MiwxNDYuMTA1eiBNMzg3LjE2OCwxODIuMTY0TDIxMS43NDMsMzU3LjU5Yy0yLjg5LDIuODg5LTYuNzMyLDQuNDgyLTEwLjgxOCw0LjQ4MiAgICBzLTcuOTI4LTEuNTkyLTEwLjgxNy00LjQ4MmwtNzQuNDU0LTc0LjQ1NGMtNS45NjYtNS45NjYtNS45NjYtMTUuNjcxLTAuMDAxLTIxLjYzNmMyLjk4Mi0yLjk4Miw2LjktNC40NzMsMTAuODE4LTQuNDczICAgIGMzLjkxNywwLDcuODM2LDEuNDkyLDEwLjgxNyw0LjQ3NGw1Ni40MjQsNTYuNDI0YzMuOTg1LDMuOTgzLDEwLjQ0MSwzLjk4MywxNC40MjUsMGwxNTcuMzk1LTE1Ny4zOTcgICAgYzUuOTY2LTUuOTY1LDE1LjY3Mi01Ljk2NSwyMS42MzcsMEMzOTMuMTMzLDE2Ni40OTMsMzkzLjEzMywxNzYuMTk4LDM4Ny4xNjgsMTgyLjE2NHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiNmN2Y3ZjciIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtOCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgoJPC9nPgo8L2c+PGcgaWQ9ImctOSI+Cgk8ZyBpZD0iZy0xMCI+CgkJPHBhdGggZD0iTTQ2Mi4xMzEsMjk4LjEzM2MtNS40NjQtMS4zOTItMTEuMDExLDEuOTA3LTEyLjQsNy4zNjZDNDI3LjE3NiwzOTQuMDU1LDM0Ny41MTIsNDU1LjkwNCwyNTYsNDU1LjkwNCAgICBjLTUuNjMyLDAtMTAuMTk5LDQuNTY2LTEwLjE5OSwxMC4xOTljMCw1LjYzMyw0LjU2NywxMC4xOTksMTAuMTk5LDEwLjE5OWMxMDAuODQ3LDAsMTg4LjY0LTY4LjE2NiwyMTMuNDk4LTE2NS43NjkgICAgQzQ3MC44ODgsMzA1LjA3Niw0NjcuNTkxLDI5OS41MjMsNDYyLjEzMSwyOTguMTMzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iI2Y3ZjdmNyIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC0xMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgoJPC9nPgo8L2c+PGcgaWQ9ImctMTIiPgoJPGcgaWQ9ImctMTMiPgoJCTxwYXRoIGQ9Ik00NjYuMTA0LDI0NS44MDJjLTUuNjMyLDAtMTAuMTk5LDQuNTY2LTEwLjE5OSwxMC4xOTljMCwyLjkxNi0wLjA2Myw1Ljg1NS0wLjE4OCw4LjczOSAgICBjLTAuMjQ0LDUuNjI3LDQuMTIxLDEwLjM4Nyw5Ljc0OSwxMC42M2MwLjE1LDAuMDA2LDAuMjk5LDAuMDA5LDAuNDQ4LDAuMDA5YzUuNDMsMCw5Ljk0NS00LjI4MiwxMC4xODItOS43NTkgICAgYzAuMTM4LTMuMTc1LDAuMjA3LTYuNDExLDAuMjA3LTkuNjE5QzQ3Ni4zMDMsMjUwLjM2OCw0NzEuNzM2LDI0NS44MDIsNDY2LjEwNCwyNDUuODAyeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iI2Y3ZjdmNyIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC0xNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=") left calc(50% + 11px) top 79px / 72px no-repeat, url("../images/rr.png") left calc(50% + 20px) top 52px / 143px no-repeat;
    padding-bottom: 150px;
  }
  .title-page .block-38 {
    border: none;
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .widget-30 {
    border: none;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    display: block;
  }
  .title-page .blocklist-35 .header_text {
    -webkit-border-radius: 92px;
    -moz-border-radius: 92px;
    border-radius: 92px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-35 .body-outer {
    width: auto;
  }
  .title-page .blocklist-35 .body {
    width: auto;
  }
  .title-page .blocklist-35 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-35 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-35 .title {
    font-size: 23px;
  }
  .title-page .block-31 {
    background: none;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-11 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-115 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .editable_block-63 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-63 .text {
    background: none;
  }
  .title-page .editable_block-63 .more {
    clear: none;
  }
  .title-page .block-98 {
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .block-99 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-100 {
    display: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-101 .layout_48 {
    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-101 .layout_50 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-101 .layout_65 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-101 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-112 {
    width: 700px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-102 {
    border: none;
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .widget-104 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .editable_block-44 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-44 .more {
    clear: none;
  }
  .title-page .widget-105 {
    margin-left: auto;
    margin-right: auto;
    background: none;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    display: block;
  }
  .title-page .email-45 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-45 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-106 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .phones-46 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-46 .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-46 .text_body:hover, .title-page .phones-46 .text_body.hover, .title-page .phones-46 .text_body.active {
    font-weight: 900;
  }
  .title-page .widget-107 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .address-47 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-47 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .block-103 {
    width: auto;
    background: none;
    margin-top: 15px;
  }
  .title-page .widget-108 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-49 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-49 .body-outer {
    width: auto;
  }
  .title-page .blocklist-49 .body {
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-49 .item-outer {
    width: auto;
  }
  .title-page .blocklist-49 .item {
    width: 90px;
    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;
    flex-basis: auto;
  }
  .title-page .blocklist-49 .image {
    float: none;
    background: none;
  }
  .title-page .blocklist-49 .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-104 {
    width: auto;
    background: none;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .widget-116 {
    text-align: center;
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    right: 0;
  }
  .title-page .widgetsocial-66 .tw .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-66 .google .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-66 .ok .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-66 .mail .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-66 .pin .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-66 .lj .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-66 .my .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-66 .telegram .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-66 .whatsapp .wg-soc-icon {
    background: none;
  }
  .title-page .widget-109 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .editable_block-51 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-51 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-51 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-51 .more {
    clear: none;
    text-align: center;
  }
  .title-page .block-105 {
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-107 .layout_55 {
    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-107 .layout_58 {
    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-107 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-108 .layout_56 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 .layout_57 {
    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-108 {
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-110 {
    margin-top: 15px;
    margin-left: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-111 {
    margin-top: 15px;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-112 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .widget-117 {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(8, 129, 65, 0.35);
    -moz-box-shadow: 0px 0px 15px 0px rgba(8, 129, 65, 0.35);
    box-shadow: 0px 0px 15px 0px rgba(8, 129, 65, 0.35);
    background: #0fad59;
    box-sizing: border-box;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .side-panel-67 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-67 .side-panel-button {
    border: none;
    text-align: left;
    width: 55px;
    min-height: 55px;
    margin-right: 9px;
    -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;
    padding-right: 9px;
    padding-top: 9px;
    padding-left: 9px;
  }
  .title-page .side-panel-67 .side-panel-button-icon-line {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    min-height: 5px;
    margin-top: 5px;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-9 {
    padding-top: 16px;
  }
  .title-page .block-2 {
    display: none;
  }
  .title-page .block-7 .layout_12 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-7 .layout_16 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_73 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-72 .title {
    padding-right: 120px;
    padding-left: 120px;
  }
  .title-page .block-10 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .block-5 {
    padding-left: 0;
    padding-bottom: 15px;
  }
  .title-page .widget-125 {
    margin-top: 0;
  }
  .title-page .block-6 {
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .block-12 .layout_21 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-12 .layout_20_id_23 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-12 {
    -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-14 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .horizontal_blocklist-62 .body {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-62 .item {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-19 .body {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-19 .item-outer {
    width: 100%;
  }
  .title-page .horizontal_blocklist-19 .item {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-33 .layout_29 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-33 .layout_31 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-33 .header_text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-33 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-33 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .horizontal_blocklist-27 .item-label {
    margin-left: 9px;
  }
  .title-page .horizontal_blocklist-27 .item_detail {
    margin-left: 0;
  }
  .title-page .horizontal_blocklist-27 .title {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .title-page .block-110 .layout_60_id_61 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-110 {
    margin-top: 0;
  }
  .title-page .widget-113 {
    margin-top: 0;
    padding-bottom: 30px;
    background: repeating-linear-gradient(to bottom, #eff4f7 0%, #eff4f7 43%, #d9dfeb 79.5%, #edf2fa 88.6%, #fff 100%) #ade0ac;
  }
  .title-page .editable_block-61 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    width: auto;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-61 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-61 .more {
    text-align: center;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .block-39 {
    background: none;
    padding-bottom: 0.02px;
  }
  .title-page .widget-30 {
    padding-bottom: 42px;
  }
  .title-page .blocklist-35 .header_text {
    font-size: 22px;
    -webkit-border-radius: 96px;
    -moz-border-radius: 96px;
    border-radius: 96px;
  }
  .title-page .blocklist-35 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-35 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-35 .more > a {
    font-size: 20px;
  }
  .title-page .block-101 .layout_48 {
    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-101 .layout_50 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-101 .layout_65 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-112 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .block-103 {
    margin-bottom: 0;
  }
  .title-page .blocklist-49 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-49 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .widget-116 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .editable_block-51 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-51 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-107 .layout_55 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-107 .layout_58 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 .layout_56 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 .layout_57 {
    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-112 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-2 {
    display: block;
  }
  .title-page .block-7 .layout_12 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-7 .layout_16 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_73 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-72 .title {
    padding-right: 25px;
    padding-left: 25px;
  }
  .title-page .block-12 .layout_21 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-12 .layout_20_id_23 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .editable_block-25 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 15px;
    margin-right: 0;
    margin-top: 9px;
  }
  .title-page .editable_block-25 .item-label {
    margin-left: -72px;
    right: auto;
    left: 50%;
  }
  .title-page .editable_block-25 .more {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
  }
  .title-page .horizontal_blocklist-62 .item-outer {
    width: 100%;
  }
  .title-page .block-33 .layout_29 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-33 .layout_31 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-33 .header_text {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .horizontal_blocklist-27 .text {
    padding-right: 0;
    padding-left: 38px;
  }
  .title-page .horizontal_blocklist-27 .title {
    padding-left: 75px;
  }
  .title-page .block-110 .layout_60_id_61 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .editable_block-61 .more > a {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-35 .header_text {
    font-size: 19px;
    -webkit-border-radius: 98px;
    -moz-border-radius: 98px;
    border-radius: 98px;
  }
  .title-page .blocklist-35 .title {
    font-size: 19px;
  }
  .title-page .blocklist-35 .more > a {
    font-size: 16px;
  }
  .title-page .block-101 .layout_48 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-101 .layout_50 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-101 .layout_65 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-107 .layout_55 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-107 .layout_58 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 .layout_56 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 .layout_57 {
    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;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-9 {
    background: url("../images/bg_or.jpg") left 50% top 0px / auto 100% repeat-x;
    -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-124 {
    -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-8 {
    min-height: 162px;
    -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 .layout_12 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_16 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_73 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-117 {
    margin-top: 0;
    padding-left: 51px;
    padding-top: 24px;
  }
  .title-page .widget-124 {
    padding-right: 0;
  }
  .title-page .block-10 {
    margin-top: 15px;
    padding-top: 0.02px;
  }
  .title-page .block-6 {
    display: block;
  }
  .title-page .widget-2 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-3 .sn-logo {
    background: none;
  }
  .title-page .site-name-3 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: none;
    font-size: 29px;
    text-align: center;
  }
  .title-page .site-name-3 .sn-text:hover, .title-page .site-name-3 .sn-text.hover, .title-page .site-name-3 .sn-text.active {
    font-weight: 800;
  }
  .title-page .widget-123 {
    display: none;
  }
  .title-page .block-12 .layout_21 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-12 .layout_20_id_23 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .editable_block-25 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 30px;
  }
  .title-page .editable_block-25 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-25 .item-label {
    margin-left: -2px;
  }
  .title-page .horizontal_blocklist-62 .header_text {
    font-size: 21px;
  }
  .title-page .horizontal_blocklist-62 .item_figure {
    max-width: 100%;
  }
  .title-page .horizontal_blocklist-62 .image {
    text-align: center;
  }
  .title-page .horizontal_blocklist-62 .img-convert {
    width: 33px;
    height: 33px;
  }
  .title-page .horizontal_blocklist-62 .title {
    font-size: 15px;
  }
  .title-page .block-13 {
    padding-top: 25px;
  }
  .title-page .horizontal_blocklist-19 .item_figure {
    max-width: 100%;
  }
  .title-page .horizontal_blocklist-19 .image {
    text-align: center;
  }
  .title-page .horizontal_blocklist-19 .title {
    font-size: 16px;
  }
  .title-page .horizontal_blocklist-19 .price-value {
    font-size: 16px;
  }
  .title-page .block-33 .layout_29 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-33 .layout_31 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-36 {
    padding-right: 15px;
    padding-left: 25px;
  }
  .title-page .editable_block-30 .header {
    font-size: 19px;
  }
  .title-page .editable_block-30 .body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-30 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-30 .more > a {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-33 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-33 .item-label {
    width: auto;
    margin-left: 0;
    right: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .horizontal_blocklist-27 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .horizontal_blocklist-27 .item {
    padding-left: 9px;
    padding-right: 9px;
  }
  .title-page .horizontal_blocklist-27 .item_figure {
    max-width: 100%;
  }
  .title-page .horizontal_blocklist-27 .image {
    text-align: center;
  }
  .title-page .horizontal_blocklist-27 .text {
    font-size: 13px;
  }
  .title-page .horizontal_blocklist-27 .title {
    font-size: 15px;
  }
  .title-page .block-110 .layout_60_id_61 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .widget-113 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .editable_block-61 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 17px;
  }
  .title-page .editable_block-61 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 15px;
    padding-bottom: 9px;
  }
  .title-page .editable_block-61 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-39 {
    background: linear-gradient(to bottom, #ff5523 0%, #ff6737 50.2%, #059914 50.2%, #11bd95 100%);
    -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-30 {
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-35 .header {
    margin-bottom: 9px;
  }
  .title-page .blocklist-35 .header_text {
    font-size: 16px;
    -webkit-border-radius: 101px;
    -moz-border-radius: 101px;
    border-radius: 101px;
    margin-left: 9px;
    margin-right: 9px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-35 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-35 .item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 0.02px;
    padding-bottom: 15px;
    margin-top: 0;
    align-self: auto;
  }
  .title-page .blocklist-35 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-35 .title {
    padding-bottom: 5px;
  }
  .title-page .block-11 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .title-page .editable_block-63 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-101 .layout_48 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-101 .layout_50 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-101 .layout_65 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-49 .item {
    flex-basis: 100%;
  }
  .title-page .block-107 .layout_55 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-107 .layout_58 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-108 .layout_56 {
    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-108 .layout_57 {
    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 .widget-110 {
    margin-bottom: 0;
    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-111 {
    margin-left: auto;
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
}
.title-page .side-panel .widget-6 {
  padding: 15px;
  margin: 0 0 20px;
  border: none;
  z-index: 1;
  text-align: left;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: #0fad59;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel .menu-7 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-7 .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-7 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-7 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-7 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-7 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-7 .menu-scroll > ul ul > li > a.active {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #f35728;
  text-decoration: underline;
}
.title-page .side-panel .menu-7 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  min-height: 44px;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item > a.active {
  -webkit-box-shadow: 0px 8px 16px rgba(6, 122, 58, 0.45);
  -moz-box-shadow: 0px 8px 16px rgba(6, 122, 58, 0.45);
  box-shadow: 0px 8px 16px rgba(6, 122, 58, 0.45);
  background: none, repeating-linear-gradient(to top left, #07a17f 0%, #10cc32 100%) #fff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .side-panel .widget-4 {
  margin: 0;
  z-index: 3;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  left: 0;
  top: 0;
  position: relative;
  width: auto;
  right: 0;
  text-align: undefined;
  box-sizing: border-box;
  padding-right: 8px;
  padding-top: 4px;
}
.title-page .side-panel .phones-5 .inner {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .phones-5 .block-body-drop {
  top: 100%;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-left: 0;
}
.title-page .side-panel .phones-5 .title {
  font-size: 13px;
}
.title-page .side-panel .phones-5 .text_body {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 21px;
  text-align: center;
}
.title-page .side-panel .phones-5 .text_body:hover, .title-page .side-panel .phones-5 .text_body.hover, .title-page .side-panel .phones-5 .text_body.active {
  font-weight: 800;
}
.title-page .side-panel .widget-2 {
  margin: 0 auto 0 0;
  z-index: 2;
  left: 0;
  top: 0;
  position: relative;
  width: auto;
  right: 0;
  text-align: center;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 25px;
  padding-top: 9px;
}
.title-page .side-panel .site-name-3 .sn-text {
  font-size: 27px;
}
.title-page .side-panel .site-name-3 .sn-text:hover, .title-page .side-panel .site-name-3 .sn-text.hover, .title-page .side-panel .site-name-3 .sn-text.active {
  font-weight: 800;
}
.title-page .side-panel .site-name[item-id] {
  margin: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  pointer-events: auto;
}
.title-page .side-panel .widget-103 {
  margin: 15px 0 0;
  border: none;
  z-index: 1;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  right: 0;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: #3d3d3d;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel .menu-col-41 ul.menu-columns-items > li > a {
  background: none;
}
.title-page .side-panel .menu-col-41 ul.menu-columns-items ul a:hover, .title-page .side-panel .menu-col-41 ul.menu-columns-items ul a.hover, .title-page .side-panel .menu-col-41 ul.menu-columns-items ul a.active {
  color: #ffe000;
}
