@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: url("../images/u1.png") left -460px top -85px / auto auto no-repeat fixed #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Open Sans, sans-serif;
}
.title-page .wrapper {
  position: relative;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-33 {
  margin: -103px 0 0 90px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: left;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 1100px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  max-width: 100%;
}
.title-page .menu-65 .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-65 .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-65 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-65 .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-65 .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-65 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  border: none;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 0;
  width: 10px;
  min-height: 10px;
  background: rgba(214, 214, 214, 0.2);
  box-sizing: border-box;
}
.title-page .menu-65 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-65 .menu-scroll > ul ul {
  padding: 0.02px 0;
  margin: 5px 0 0 12px;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #4f433a;
  list-style: none;
  width: 300px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-65 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-65 .menu-scroll > ul ul > li > a {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #0a2841;
  font-size: 13px;
  line-height: 1.4;
  position: relative;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.14);
}
.title-page .menu-65 .menu-scroll > ul ul > li > a:hover, .title-page .menu-65 .menu-scroll > ul ul > li > a.hover, .title-page .menu-65 .menu-scroll > ul ul > li > a.active {
  background: rgba(255, 255, 255, 0.17);
}
.title-page .menu-65 .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-65 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-65 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-65 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 10px;
  margin: 2px 20px 2px 2px;
  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: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
}
.title-page .menu-65 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-65 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-65 .menu-scroll > ul > li.menu-item > a.active {
  color: #4f433a;
}
.title-page .menu-65 .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-65 .menu-scroll > ul > li.menu-item > a .menu-item-image {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 40px;
  width: 40px;
  overflow: hidden;
}
.title-page .menu-65 .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-65 .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-65 .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-65 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-65 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-65 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px 0 2px 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #333;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-65 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-65 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-65 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-2 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1300px;
  min-height: 0;
  max-width: 100%;
  z-index: 9;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  padding-bottom: 0.02px;
  padding-top: 0.02px;
}
.title-page .widget-38 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-71 .popover-body {
  padding: 62px 40px 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #e2e2e2;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-71 .popover-body .form_text input {
  padding: 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -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-71 .popover-body .form_text input:hover, .title-page .popover-wrap-71 .popover-body .form_text input.hover, .title-page .popover-wrap-71 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #7fab28;
  -moz-box-shadow: inset 0px 0px 0px 1px #7fab28;
  box-shadow: inset 0px 0px 0px 1px #7fab28;
}
.title-page .popover-wrap-71 .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-71 .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-71 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-71 .popover-body .s3_button_large {
  padding: 0.02px 10px;
  border: none;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f7c100;
  -moz-box-shadow: inset 0px 0px 0px 2px #f7c100;
  box-shadow: inset 0px 0px 0px 2px #f7c100;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Roboto, sans-serif;
  color: #525357;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  width: 190px;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-71 .popover-body .s3_button_large:hover, .title-page .popover-wrap-71 .popover-body .s3_button_large.hover, .title-page .popover-wrap-71 .popover-body .s3_button_large.active {
  background: #f7c100;
  color: #090a0a;
}
.title-page .popover-wrap-71 .popover-body .s3_button_large:active, .title-page .popover-wrap-71 .popover-body .s3_button_large.active {
  background: rgba(247, 193, 0, 0.84);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-71 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-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: center;
}
.title-page .popover-wrap-71 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/1krest.svg") left 50% top 50% / 17px no-repeat #f5f5f5;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 50px;
}
.title-page .popover-wrap-71 .popover-close:hover, .title-page .popover-wrap-71 .popover-close.hover, .title-page .popover-wrap-71 .popover-close.active {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
}
.title-page .popover-wrap-71 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-71 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-71 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-71 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .blocklist-71 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-71 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-71 .header {
  border: none;
  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: 30px;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
}
.title-page .blocklist-71 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #525357;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 5px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-71 .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-71 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-71 .body-outer {
  padding: 0.02px 50px;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  margin-top: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-71 .body {
  margin: 0;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-71 .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-71 .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-71 .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-71 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: auto;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-71 .item {
  padding: 57px 0 69px;
  margin: 0;
  border: none;
  position: relative;
  width: 163px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  align-self: auto;
  background: url("../images/kkk1.svg") left 50% top 58px / 106px no-repeat, none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-71 .item:hover, .title-page .blocklist-71 .item.hover, .title-page .blocklist-71 .item.active {
  background: url("../images/ugol1.png?1558947545089") left 50% top 0px / auto auto no-repeat, url("../images/kkk1.svg") left 50% top 58px / 106px no-repeat;
}
.title-page .blocklist-71 .text {
  padding: 10px 0 20px;
  border: none;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(0, 0, 0, 0.67);
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
}
.title-page .blocklist-71 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-71 .image {
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  max-width: 100%;
  width: 150px;
  left: 0;
  right: 0;
  min-height: 100px;
  background: url("../images/tok1.svg") left 37px top 10px / 24px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-71 .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-71 .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-71 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-71 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-71 .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;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-71 .title {
  padding: 20px 0 0.02px;
  border: none;
  font-weight: normal;
  margin-bottom: auto;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  line-height: 1.5;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #242424;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  margin-top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-71 .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-71 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-71 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-71 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-71 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-71 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-71 .more {
  border: none;
  text-align: right;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
  margin-bottom: auto;
}
.title-page .blocklist-71 .more > a {
  padding: 0.02px 10px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  color: #525357;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f7c100;
  -moz-box-shadow: inset 0px 0px 0px 2px #f7c100;
  box-shadow: inset 0px 0px 0px 2px #f7c100;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 50px;
  width: 140px;
}
.title-page .blocklist-71 .more > a:hover, .title-page .blocklist-71 .more > a.hover, .title-page .blocklist-71 .more > a.active {
  color: #090a0a;
  background: #f7c100;
}
.title-page .blocklist-71 .more > a:active, .title-page .blocklist-71 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: rgba(247, 193, 0, 0.84);
}
.title-page .blocklist-71 .bx-wrapper {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-71 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-71 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-71 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-71 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-71 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-71 .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-71 .controls {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
  text-align: justify;
  margin-right: 0;
  bottom: 0;
  margin-bottom: -5px;
}
.title-page .blocklist-71 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 20px;
  background: url("../images/ar1 (1).svg") left 50% top 50% / 18px no-repeat;
  box-sizing: border-box;
  text-align: left;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-71 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 20px;
  background: url("../images/ar2 (1).svg") left 50% top 50% / 18px no-repeat;
  box-sizing: border-box;
  text-align: center;
  min-height: 30px;
  margin-left: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-71 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-71 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-71 .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-71 .bx-auto_controls {
  margin: auto auto 0 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-71 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-71 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-71 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-71 .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-71 .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-71 .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-71 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
}
.title-page .blocklist-71 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-71 .bx-pager a {
  margin: 2px 5px 2px 2px;
  border: none;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: rgba(0, 0, 0, 0.18);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-71 .bx-pager a:hover, .title-page .blocklist-71 .bx-pager a.hover, .title-page .blocklist-71 .bx-pager a.active {
  background: rgba(0, 0, 0, 0.32);
}
.title-page .blocklist-71 .bx-pager a:active, .title-page .blocklist-71 .bx-pager a.active {
  background: #4f433a;
}
.title-page .popover-container-71 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-71 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-71 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #525357;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-71 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-71 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 0.02px;
}
.title-page .popover-wrap-71 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: block;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-71 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-71 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-71 .popover-body .s3_form_item.form_div {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-71 .popover-body .s3_form_item.form_html_block {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-71 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-71 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-71 .popover-body .s3_form_item.form_checkbox {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .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-71 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-71 .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-71 .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-71 .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-71 .popover-body .s3_form_item.form_radio {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .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-71 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-71 .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-71 .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-71 .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-71 .popover-body .s3_form_item.form_select {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .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-71 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-71 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .popover-body .s3_form_item.form_calendar {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .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-71 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-71 .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-71 .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-71 .popover-body .s3_form_item.form_upload {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-71 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-71 .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-71 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-71 .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-71 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-71 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-71 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-5 {
  padding: 30px 153px 28px 80px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 8;
  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;
  max-width: 100%;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-40 .layout_6 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-40 .layout_68 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-40 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: 0;
}
.title-page .block-39 .layout_9 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-39 .layout_10 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-39 {
  margin: 4px 0 auto 30px;
  position: relative;
  top: 0;
  left: 0;
  width: 600px;
  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: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .widget-6 {
  padding: 0.02px 10px;
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Roboto, sans-serif;
  text-align: center;
  font-size: 15px;
  color: #525357;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 50px;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f7c100;
  -moz-box-shadow: inset 0px 0px 0px 2px #f7c100;
  box-shadow: inset 0px 0px 0px 2px #f7c100;
  font-weight: normal;
  right: 0;
}
.title-page .widget-6:hover, .title-page .widget-6.hover, .title-page .widget-6.active {
  color: #090a0a;
  background: #f7c100;
}
.title-page .widget-6:active, .title-page .widget-6.active {
  background: rgba(247, 193, 0, 0.84);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-9 .popover-body {
  padding: 62px 40px 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #e2e2e2;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_text input {
  padding: 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -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-9 .popover-body .form_text input:hover, .title-page .popover-wrap-9 .popover-body .form_text input.hover, .title-page .popover-wrap-9 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #7fab28;
  -moz-box-shadow: inset 0px 0px 0px 1px #7fab28;
  box-shadow: inset 0px 0px 0px 1px #7fab28;
}
.title-page .popover-wrap-9 .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-9 .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-9 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-9 .popover-body .s3_button_large {
  padding: 0.02px 10px;
  border: none;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f7c100;
  -moz-box-shadow: inset 0px 0px 0px 2px #f7c100;
  box-shadow: inset 0px 0px 0px 2px #f7c100;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Roboto, sans-serif;
  color: #525357;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  width: 190px;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-9 .popover-body .s3_button_large:hover, .title-page .popover-wrap-9 .popover-body .s3_button_large.hover, .title-page .popover-wrap-9 .popover-body .s3_button_large.active {
  background: #f7c100;
  color: #090a0a;
}
.title-page .popover-wrap-9 .popover-body .s3_button_large:active, .title-page .popover-wrap-9 .popover-body .s3_button_large.active {
  background: rgba(247, 193, 0, 0.84);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-9 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-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: center;
}
.title-page .popover-wrap-9 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/1krest.svg") left 50% top 50% / 17px no-repeat #f5f5f5;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 50px;
}
.title-page .popover-wrap-9 .popover-close:hover, .title-page .popover-wrap-9 .popover-close.hover, .title-page .popover-wrap-9 .popover-close.active {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .button-9 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-9 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-9 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-9 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #525357;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-9 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 0.02px;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: block;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_div {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_html_block {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-9 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_checkbox {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .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-9 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-9 .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-9 .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-9 .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-9 .popover-body .s3_form_item.form_radio {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .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-9 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-9 .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-9 .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-9 .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-9 .popover-body .s3_form_item.form_select {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .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-9 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-9 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_calendar {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .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-9 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-9 .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-9 .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-9 .popover-body .s3_form_item.form_upload {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .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-9 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-9 .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-9 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-9 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-9 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-4 .layout_7 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 .layout_67 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 {
  margin: 10px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 400px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: auto;
  padding-right: 0;
}
.title-page .widget-36 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .email-67 p:first-child {
  margin-top: 0;
}
.title-page .email-67 p:last-child {
  margin-bottom: 0;
}
.title-page .email-67 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-67 .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-67 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .email-67 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-67 .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-67 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: rgba(82, 83, 87, 0.63);
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
}
.title-page .email-67 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #525357;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: underline;
  font-size: 15px;
  padding-top: 3px;
}
.title-page .email-67 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-67 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-4 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 220px;
}
.title-page .phones-7 p:first-child {
  margin-top: 0;
}
.title-page .phones-7 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-7 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-7 .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-7 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjIuOTQiIGhlaWdodD0iMTM4LjI4MSIgdmlld0JveD0iMCAwIDEyMi45NCAxMzguMjgxIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idGVsMS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTI0NjUuMzIsNDgxLjc1MmMtMi43MS0zLjMwOS0xOS4zOC0yNC42MTMtMTkuMzgtMjQuNjEzYTkuMTcyLDkuMTcyLDAsMCwwLTEwLjcxLDEuMDE5Yy01LjIxLDQuNTEtMTEuODEsMTAuNjM4LTExLjgxLDEwLjYzOHMtMTAuOTItMi4wMzItMjUuMjktMTkuMy0xOS4wNy0zMC4yOTQtMTkuMDctMzAuMjk0YTIyLjc2NiwyMi43NjYsMCwwLDEsNS40NS03LjA1OGMzLjkzLTMuNTQ2LDE0LjM0LTkuMTQ2LDEwLjQxLTE1Ljg1N2wtMjIuMDEtMjcuNjM2cy01LjQ5LTIuMjUyLTkuMDEuNTYtMjMuNzcsMTMuODU5LTE2LjM1LDQxLjY5MWM0LjU3LDE3LjEwOCwxMi4yNiwyOS45NTUsMjguMDUsNTAuMjUzczQ3LjEsNTAuNzE4LDcyLjE1LDQzLjk3MmM3LjY5LTIuMDcxLDEyLjI4LTguOSwxMi4yOC04LjlsOC44Ni03Ljk3N0ExOS4yLDE5LjIsMCwwLDAsMjQ2NS4zMiw0ODEuNzUyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIzNDUuOTQgLTM2Ny44MTMpIiBmaWxsPSIjN2ZhYjI4IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiLz4KPC9zdmc+") left 0px top 0px / 20px no-repeat;
  margin-right: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 30px;
}
.title-page .phones-7 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-7 .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-7 .title {
  box-sizing: border-box;
  display: none;
  -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: #525357;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 5px;
  font-weight: bold;
}
.title-page .phones-7 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  line-height: 1.6;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #525357;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.title-page .phones-7 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-7 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-7 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-3 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
}
.title-page .widget-3 {
  margin: 6px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  font-size: 17px;
  color: #f7c100;
  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;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
}
.title-page .widget-2 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-4 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-4 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-4 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-4 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Pacifico, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #525357;
  text-decoration: none;
  font-size: 34px;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .site-name-4 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-50 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: url("../images/pic1.jpg") left 50% top 50% / cover no-repeat;
  z-index: 7;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-51 {
  margin: 357px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 100px;
  padding-bottom: 58px;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .widget-46 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: 512px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-81 .popover-body {
  padding: 62px 40px 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #e2e2e2;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-81 .popover-body .form_text input {
  padding: 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -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-81 .popover-body .form_text input:hover, .title-page .popover-wrap-81 .popover-body .form_text input.hover, .title-page .popover-wrap-81 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #7fab28;
  -moz-box-shadow: inset 0px 0px 0px 1px #7fab28;
  box-shadow: inset 0px 0px 0px 1px #7fab28;
}
.title-page .popover-wrap-81 .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-81 .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-81 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-81 .popover-body .s3_button_large {
  padding: 0.02px 10px;
  border: none;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f7c100;
  -moz-box-shadow: inset 0px 0px 0px 2px #f7c100;
  box-shadow: inset 0px 0px 0px 2px #f7c100;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Roboto, sans-serif;
  color: #525357;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  width: 190px;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-81 .popover-body .s3_button_large:hover, .title-page .popover-wrap-81 .popover-body .s3_button_large.hover, .title-page .popover-wrap-81 .popover-body .s3_button_large.active {
  background: #f7c100;
  color: #090a0a;
}
.title-page .popover-wrap-81 .popover-body .s3_button_large:active, .title-page .popover-wrap-81 .popover-body .s3_button_large.active {
  background: rgba(247, 193, 0, 0.84);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-81 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-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: center;
}
.title-page .popover-wrap-81 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/1krest.svg") left 50% top 50% / 17px no-repeat #f5f5f5;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 50px;
}
.title-page .popover-wrap-81 .popover-close:hover, .title-page .popover-wrap-81 .popover-close.hover, .title-page .popover-wrap-81 .popover-close.active {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
}
.title-page .popover-wrap-81 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-81 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-81 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-81 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .editable_block-81 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-81 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-81 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-81 .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;
  width: 700px;
}
.title-page .editable_block-81 .title {
  border: none;
  box-sizing: border-box;
  font-size: 70px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  -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;
  line-height: 1.4;
  color: #1a1a13;
  text-decoration: none;
  -webkit-text-shadow: 0px 0px 20px #fff;
  -moz-text-shadow: 0px 0px 20px #fff;
  text-shadow: 0px 0px 20px #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  font-weight: 300;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-81 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-81 .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-81 .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-81 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-81 .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-81 .text {
  border: none;
  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;
  line-height: 1.5;
  color: #2d2824;
  text-decoration: none;
  font-size: 50px;
  font-weight: bold;
  -webkit-text-shadow: 0px 0px 26px rgba(255, 255, 255, 0.73);
  -moz-text-shadow: 0px 0px 26px rgba(255, 255, 255, 0.73);
  text-shadow: 0px 0px 26px rgba(255, 255, 255, 0.73);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-81 .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-81 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-81 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-81 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-81 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-81 .more {
  box-sizing: border-box;
  margin-top: 34px;
  pointer-events: auto;
  text-align: left;
}
.title-page .editable_block-81 .more > a {
  padding: 0.02px 10px;
  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: 50px;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  background: #f7c100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
  width: 150px;
}
.title-page .editable_block-81 .more > a:hover, .title-page .editable_block-81 .more > a.hover, .title-page .editable_block-81 .more > a.active {
  background: rgba(247, 193, 0, 0.94);
}
.title-page .editable_block-81 .more > a:active, .title-page .editable_block-81 .more > a.active {
  background: #ebb400;
}
.title-page .editable_block-81 .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-81 .clear {
  clear: both;
}
.title-page .popover-container-81 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-81 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-81 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #525357;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-81 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-81 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 0.02px;
}
.title-page .popover-wrap-81 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: block;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-81 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-81 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-81 .popover-body .s3_form_item.form_div {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-81 .popover-body .s3_form_item.form_html_block {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-81 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-81 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-81 .popover-body .s3_form_item.form_checkbox {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .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-81 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-81 .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-81 .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-81 .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-81 .popover-body .s3_form_item.form_radio {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .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-81 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-81 .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-81 .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-81 .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-81 .popover-body .s3_form_item.form_select {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .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-81 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-81 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .s3_form_item.form_calendar {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .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-81 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-81 .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-81 .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-81 .popover-body .s3_form_item.form_upload {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-81 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .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-81 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-81 .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-81 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-81 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-81 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-42 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #635850;
  max-width: 100%;
  z-index: 6;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
}
.title-page .block-41 {
  padding: 0.02px 50px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1300px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-39 {
  padding: 50px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  background: url("../images/u1.png") left calc(50% - 45px) top -52px / 980px no-repeat #635850;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-72 .popover-body {
  padding: 62px 40px 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #e2e2e2;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-72 .popover-body .form_text input {
  padding: 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -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 {
  -webkit-box-shadow: inset 0px 0px 0px 1px #7fab28;
  -moz-box-shadow: inset 0px 0px 0px 1px #7fab28;
  box-shadow: inset 0px 0px 0px 1px #7fab28;
}
.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: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-72 .popover-body .s3_button_large {
  padding: 0.02px 10px;
  border: none;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f7c100;
  -moz-box-shadow: inset 0px 0px 0px 2px #f7c100;
  box-shadow: inset 0px 0px 0px 2px #f7c100;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Roboto, sans-serif;
  color: #525357;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  width: 190px;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-72 .popover-body .s3_button_large:hover, .title-page .popover-wrap-72 .popover-body .s3_button_large.hover, .title-page .popover-wrap-72 .popover-body .s3_button_large.active {
  background: #f7c100;
  color: #090a0a;
}
.title-page .popover-wrap-72 .popover-body .s3_button_large:active, .title-page .popover-wrap-72 .popover-body .s3_button_large.active {
  background: rgba(247, 193, 0, 0.84);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-72 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-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: center;
}
.title-page .popover-wrap-72 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/1krest.svg") left 50% top 50% / 17px no-repeat #f5f5f5;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 50px;
}
.title-page .popover-wrap-72 .popover-close:hover, .title-page .popover-wrap-72 .popover-close.hover, .title-page .popover-wrap-72 .popover-close.active {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
}
.title-page .popover-wrap-72 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-72 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-72 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-72 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.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 {
  border: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-72 .title {
  border: none;
  box-sizing: border-box;
  font-size: 50px;
  margin-bottom: 44px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  color: #fff;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
}
.title-page .editable_block-72 .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;
  float: left;
  margin-right: 50px;
  margin-left: 0;
  margin-bottom: 0;
  width: 500px;
}
.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 {
  border: 10px solid #fff;
  box-sizing: border-box;
  width: auto;
  height: 500px;
  -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;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-shadow: 0px 17px 58px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 17px 58px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 17px 58px rgba(0, 0, 0, 0.34);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.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;
  line-height: 1.6;
  color: #fbfbfb;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  margin-bottom: 32px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.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;
}
.title-page .editable_block-72 .more > a {
  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: 50px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  width: 180px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f7c100;
  -moz-box-shadow: inset 0px 0px 0px 2px #f7c100;
  box-shadow: inset 0px 0px 0px 2px #f7c100;
  background: transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
}
.title-page .editable_block-72 .more > a:hover, .title-page .editable_block-72 .more > a.hover, .title-page .editable_block-72 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #f7c100;
}
.title-page .editable_block-72 .more > a:active, .title-page .editable_block-72 .more > a.active {
  background: rgba(247, 193, 0, 0.88);
}
.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: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #525357;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-72 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-72 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 0.02px;
}
.title-page .popover-wrap-72 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: block;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-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 {
  margin-top: 0;
  padding-top: 1px;
  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;
}
.title-page .popover-wrap-72 .popover-body .s3_form_item.form_html_block {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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: #ababab;
}
.title-page .popover-wrap-72 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-72 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-43 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1300px;
  min-height: 0;
  background: url("../images/989754421.png") left calc(50% - 202px) top -155px / auto auto no-repeat;
  z-index: 5;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 199px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-32 {
  padding: 71px 40px 35px;
  margin: 0 0 -1px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-63 .popover-body {
  padding: 62px 40px 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #e2e2e2;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-63 .popover-body .form_text input {
  padding: 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -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 {
  -webkit-box-shadow: inset 0px 0px 0px 1px #7fab28;
  -moz-box-shadow: inset 0px 0px 0px 1px #7fab28;
  box-shadow: inset 0px 0px 0px 1px #7fab28;
}
.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: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-63 .popover-body .s3_button_large {
  padding: 0.02px 10px;
  border: none;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f7c100;
  -moz-box-shadow: inset 0px 0px 0px 2px #f7c100;
  box-shadow: inset 0px 0px 0px 2px #f7c100;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Roboto, sans-serif;
  color: #525357;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  width: 190px;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-63 .popover-body .s3_button_large:hover, .title-page .popover-wrap-63 .popover-body .s3_button_large.hover, .title-page .popover-wrap-63 .popover-body .s3_button_large.active {
  background: #f7c100;
  color: #090a0a;
}
.title-page .popover-wrap-63 .popover-body .s3_button_large:active, .title-page .popover-wrap-63 .popover-body .s3_button_large.active {
  background: rgba(247, 193, 0, 0.84);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-63 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-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: center;
}
.title-page .popover-wrap-63 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/1krest.svg") left 50% top 50% / 17px no-repeat #f5f5f5;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 50px;
}
.title-page .popover-wrap-63 .popover-close:hover, .title-page .popover-wrap-63 .popover-close.hover, .title-page .popover-wrap-63 .popover-close.active {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
}
.title-page .popover-wrap-63 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-63 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-63 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-63 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .blocklist-63 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-63 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-63 .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-63 .header_text {
  font-size: 17px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Exo2, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #ff5b22;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 5px;
}
.title-page .blocklist-63 .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-63 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-63 .body-outer {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  margin-top: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-63 .body {
  margin: 0 -30px;
  box-sizing: border-box;
}
.title-page .blocklist-63 .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-63 .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-63 .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-63 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-63 .item {
  margin: 0 30px 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;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  align-self: auto;
}
.title-page .blocklist-63 .text {
  border: none;
  margin-bottom: auto;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(0, 0, 0, 0.67);
  text-decoration: none;
  font-size: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  padding-top: 0.02px;
  margin-top: 0;
}
.title-page .blocklist-63 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-63 .image {
  padding: 5px 10px;
  margin: 30px 0 20px;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  max-width: 100%;
  width: 50px;
  left: 0;
  right: 0;
  min-height: 50px;
  -webkit-box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-63 .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-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 .blocklist-63 .img-convert {
  margin: 0 0 auto;
  border: none;
  box-sizing: border-box;
  width: 100px;
  height: 50px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  align-self: auto;
}
.title-page .blocklist-63 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-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;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-63 .title {
  border: none;
  font-weight: normal;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #242424;
  text-decoration: none;
  font-size: 18px;
  margin-top: 0;
  padding-left: 70px;
  padding-right: 0;
  padding-bottom: 10px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  background: url("../images/like1.svg?1558694425540") left 0px top 0px / 32px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 60px;
}
.title-page .blocklist-63 .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-63 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-63 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-63 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-63 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-63 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-63 .more {
  border: none;
  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;
  padding-left: 20px;
  padding-right: 40px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-63 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -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;
  cursor: pointer;
  color: #4f433a;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.title-page .blocklist-63 .bx-wrapper {
  max-width: 350px;
}
.title-page .blocklist-63 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-63 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-63 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-63 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-63 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-63 .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-63 .controls {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
  text-align: justify;
  margin-right: 0;
  bottom: 0;
  margin-bottom: -5px;
}
.title-page .blocklist-63 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 20px;
  background: url("../images/ar1 (1).svg") left 50% top 50% / 18px no-repeat;
  box-sizing: border-box;
  text-align: left;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-63 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 20px;
  background: url("../images/ar2 (1).svg") left 50% top 50% / 18px no-repeat;
  box-sizing: border-box;
  text-align: center;
  min-height: 30px;
  margin-left: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-63 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-63 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-63 .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-63 .bx-auto_controls {
  margin: auto auto 0 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-63 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-63 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-63 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-63 .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-63 .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-63 .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-63 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
}
.title-page .blocklist-63 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-63 .bx-pager a {
  margin: 2px 5px 2px 2px;
  border: none;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: rgba(0, 0, 0, 0.18);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-63 .bx-pager a:hover, .title-page .blocklist-63 .bx-pager a.hover, .title-page .blocklist-63 .bx-pager a.active {
  background: rgba(0, 0, 0, 0.32);
}
.title-page .blocklist-63 .bx-pager a:active, .title-page .blocklist-63 .bx-pager a.active {
  background: #4f433a;
}
.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: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #525357;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-63 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-63 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 0.02px;
}
.title-page .popover-wrap-63 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: block;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-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 {
  margin-top: 0;
  padding-top: 1px;
  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;
}
.title-page .popover-wrap-63 .popover-body .s3_form_item.form_html_block {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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: #ababab;
}
.title-page .popover-wrap-63 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-63 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-56 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1300px;
  min-height: 0;
  z-index: 4;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
  padding-left: 50px;
  padding-right: 50px;
}
.title-page .widget-49 {
  padding: 0.02px 40px;
  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;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-86 .popover-body {
  padding: 62px 40px 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #e2e2e2;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-86 .popover-body .form_text input {
  padding: 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -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-86 .popover-body .form_text input:hover, .title-page .popover-wrap-86 .popover-body .form_text input.hover, .title-page .popover-wrap-86 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #7fab28;
  -moz-box-shadow: inset 0px 0px 0px 1px #7fab28;
  box-shadow: inset 0px 0px 0px 1px #7fab28;
}
.title-page .popover-wrap-86 .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-86 .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-86 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-86 .popover-body .s3_button_large {
  padding: 0.02px 10px;
  border: none;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f7c100;
  -moz-box-shadow: inset 0px 0px 0px 2px #f7c100;
  box-shadow: inset 0px 0px 0px 2px #f7c100;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Roboto, sans-serif;
  color: #525357;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  width: 190px;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-86 .popover-body .s3_button_large:hover, .title-page .popover-wrap-86 .popover-body .s3_button_large.hover, .title-page .popover-wrap-86 .popover-body .s3_button_large.active {
  background: #f7c100;
  color: #090a0a;
}
.title-page .popover-wrap-86 .popover-body .s3_button_large:active, .title-page .popover-wrap-86 .popover-body .s3_button_large.active {
  background: rgba(247, 193, 0, 0.84);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-86 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-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: center;
}
.title-page .popover-wrap-86 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/1krest.svg") left 50% top 50% / 17px no-repeat #f5f5f5;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 50px;
}
.title-page .popover-wrap-86 .popover-close:hover, .title-page .popover-wrap-86 .popover-close.hover, .title-page .popover-wrap-86 .popover-close.active {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
}
.title-page .popover-wrap-86 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-86 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-86 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-86 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .blocklist-86 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-86 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-86 .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-86 .header_text {
  font-size: 17px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Exo2, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #ff5b22;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 5px;
}
.title-page .blocklist-86 .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-86 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-86 .body-outer {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  margin-top: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-86 .body {
  margin: 0 -30px;
  box-sizing: border-box;
}
.title-page .blocklist-86 .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-86 .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-86 .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-86 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-86 .item {
  margin: 0 30px 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;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  align-self: auto;
}
.title-page .blocklist-86 .image {
  padding: 0.02px 0;
  margin: 30px 0 20px;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  max-width: 100%;
  width: auto;
  left: 0;
  right: 0;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-86 .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-86 .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-86 .img-convert {
  margin: 0 0 auto;
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 300px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  align-self: auto;
}
.title-page .blocklist-86 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-86 .image-inner {
  border: none;
  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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: rgba(79, 67, 58, 0.53);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
}
.title-page .blocklist-86 .text {
  border: none;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.67);
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 50px;
  padding-top: 10px;
  margin-top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-right: 50px;
}
.title-page .blocklist-86 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-86 .title {
  padding: 59px 50px 0.02px;
  border: 0px solid rgba(79, 67, 58, 0);
  font-weight: normal;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  line-height: 1.3;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-size: 50px;
  margin-top: 0;
  -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;
  min-height: 0;
}
.title-page .blocklist-86 .more {
  border: none;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 150px;
  margin-left: 50px;
  margin-top: 10px;
}
.title-page .blocklist-86 .more > a {
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  width: 200px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0.02px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f7c100;
  -moz-box-shadow: inset 0px 0px 0px 2px #f7c100;
  box-shadow: inset 0px 0px 0px 2px #f7c100;
  background: transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 50px;
}
.title-page .blocklist-86 .more > a:hover, .title-page .blocklist-86 .more > a.hover, .title-page .blocklist-86 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #f7c100;
}
.title-page .blocklist-86 .more > a:active, .title-page .blocklist-86 .more > a.active {
  background: rgba(247, 193, 0, 0.88);
}
.title-page .blocklist-86 .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-86 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-86 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-86 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-86 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-86 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-86 .bx-wrapper {
  max-width: 350px;
}
.title-page .blocklist-86 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-86 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-86 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-86 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-86 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-86 .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-86 .controls {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
  text-align: justify;
  margin-right: 0;
  bottom: 0;
  margin-bottom: -5px;
}
.title-page .blocklist-86 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 20px;
  background: url("../images/ar1 (1).svg") left 50% top 50% / 18px no-repeat;
  box-sizing: border-box;
  text-align: left;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-86 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 20px;
  background: url("../images/ar2 (1).svg") left 50% top 50% / 18px no-repeat;
  box-sizing: border-box;
  text-align: center;
  min-height: 30px;
  margin-left: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-86 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-86 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-86 .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-86 .bx-auto_controls {
  margin: auto auto 0 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-86 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-86 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-86 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-86 .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-86 .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-86 .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-86 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
}
.title-page .blocklist-86 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-86 .bx-pager a {
  margin: 2px 5px 2px 2px;
  border: none;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: rgba(0, 0, 0, 0.18);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-86 .bx-pager a:hover, .title-page .blocklist-86 .bx-pager a.hover, .title-page .blocklist-86 .bx-pager a.active {
  background: rgba(0, 0, 0, 0.32);
}
.title-page .blocklist-86 .bx-pager a:active, .title-page .blocklist-86 .bx-pager a.active {
  background: #4f433a;
}
.title-page .popover-container-86 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-86 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-86 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #525357;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-86 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-86 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 0.02px;
}
.title-page .popover-wrap-86 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: block;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-86 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-86 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-86 .popover-body .s3_form_item.form_div {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-86 .popover-body .s3_form_item.form_html_block {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-86 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-86 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-86 .popover-body .s3_form_item.form_checkbox {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .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-86 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-86 .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-86 .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-86 .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-86 .popover-body .s3_form_item.form_radio {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .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-86 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-86 .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-86 .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-86 .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-86 .popover-body .s3_form_item.form_select {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .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-86 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-86 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .popover-body .s3_form_item.form_calendar {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .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-86 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-86 .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-86 .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-86 .popover-body .s3_form_item.form_upload {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-86 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-86 .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-86 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-86 .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-86 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-86 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-86 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-53 .layout_84_id_73 {
  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-53 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/u3.svg") left 50% top 63px / 153px no-repeat rgba(224, 220, 212, 0.59);
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
  padding-top: 119px;
  padding-bottom: 66px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-40 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-top: 0.02px;
  padding-left: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 50px;
}
.title-page .popover-wrap-73 .popover-body {
  padding: 62px 40px 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #e2e2e2;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-73 .popover-body .form_text input {
  padding: 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -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-73 .popover-body .form_text input:hover, .title-page .popover-wrap-73 .popover-body .form_text input.hover, .title-page .popover-wrap-73 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #7fab28;
  -moz-box-shadow: inset 0px 0px 0px 1px #7fab28;
  box-shadow: inset 0px 0px 0px 1px #7fab28;
}
.title-page .popover-wrap-73 .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-73 .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-73 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-73 .popover-body .s3_button_large {
  padding: 0.02px 10px;
  border: none;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f7c100;
  -moz-box-shadow: inset 0px 0px 0px 2px #f7c100;
  box-shadow: inset 0px 0px 0px 2px #f7c100;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Roboto, sans-serif;
  color: #525357;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  width: 190px;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-73 .popover-body .s3_button_large:hover, .title-page .popover-wrap-73 .popover-body .s3_button_large.hover, .title-page .popover-wrap-73 .popover-body .s3_button_large.active {
  background: #f7c100;
  color: #090a0a;
}
.title-page .popover-wrap-73 .popover-body .s3_button_large:active, .title-page .popover-wrap-73 .popover-body .s3_button_large.active {
  background: rgba(247, 193, 0, 0.84);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-73 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-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: center;
}
.title-page .popover-wrap-73 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/1krest.svg") left 50% top 50% / 17px no-repeat #f5f5f5;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 50px;
}
.title-page .popover-wrap-73 .popover-close:hover, .title-page .popover-wrap-73 .popover-close.hover, .title-page .popover-wrap-73 .popover-close.active {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
}
.title-page .popover-wrap-73 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-73 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-73 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-73 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .editable_block-73 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-73 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-73 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-73 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-73 .title {
  border: none;
  box-sizing: border-box;
  font-size: 50px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  color: #4f433a;
  text-decoration: none;
  -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;
  font-weight: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
}
.title-page .editable_block-73 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  float: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 5px;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .editable_block-73 .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-73 .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-73 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 250px;
  -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;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-73 .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-73 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  line-height: 1.5;
  color: #4f433a;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 32px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}
.title-page .editable_block-73 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-73 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-73 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-73 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-73 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-73 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  text-align: center;
}
.title-page .editable_block-73 .more > a {
  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: 50px;
  color: #4f433a;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  width: 180px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f7c100;
  -moz-box-shadow: inset 0px 0px 0px 2px #f7c100;
  box-shadow: inset 0px 0px 0px 2px #f7c100;
  background: transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
}
.title-page .editable_block-73 .more > a:hover, .title-page .editable_block-73 .more > a.hover, .title-page .editable_block-73 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #f7c100;
}
.title-page .editable_block-73 .more > a:active, .title-page .editable_block-73 .more > a.active {
  background: rgba(247, 193, 0, 0.88);
}
.title-page .editable_block-73 .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-73 .clear {
  clear: both;
}
.title-page .popover-container-73 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-73 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-73 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #525357;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-73 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-73 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 0.02px;
}
.title-page .popover-wrap-73 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: block;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-73 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-73 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-73 .popover-body .s3_form_item.form_div {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-73 .popover-body .s3_form_item.form_html_block {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-73 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-73 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-73 .popover-body .s3_form_item.form_checkbox {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .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-73 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-73 .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-73 .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-73 .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-73 .popover-body .s3_form_item.form_radio {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .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-73 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-73 .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-73 .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-73 .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-73 .popover-body .s3_form_item.form_select {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .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-73 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-73 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .s3_form_item.form_calendar {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .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-73 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-73 .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-73 .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-73 .popover-body .s3_form_item.form_upload {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-73 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-73 .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-73 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-73 .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-73 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-73 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-73 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-21 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/u1.png") left 50% top 50% / auto auto no-repeat fixed #edeae6;
  max-width: 100%;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-box-shadow: inset 0px -17px 0px #7fab28;
  -moz-box-shadow: inset 0px -17px 0px #7fab28;
  box-shadow: inset 0px -17px 0px #7fab28;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  text-decoration: none;
  padding-top: 51px;
}
.title-page .block-20 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0.02px;
  text-decoration: none;
}
.title-page .block-23 {
  margin: 61px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  border-right: 0px solid rgba(255, 255, 255, 0.26);
  border-bottom: 0px solid rgba(255, 255, 255, 0.26);
  border-left: 0px solid rgba(255, 255, 255, 0.26);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 0.02px;
  padding-bottom: 50px;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.title-page .block-24 {
  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;
  max-width: 100%;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-right: 0px solid rgba(255, 255, 255, 0.16);
  border-bottom: 0px solid rgba(255, 255, 255, 0.16);
  border-left: 0px solid rgba(255, 255, 255, 0.16);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-25 .layout_44 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-25 .layout_45 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-25 .layout_46 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-25 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 100%;
}
.title-page .widget-19 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: right;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
}
.title-page .widgetsocial-44 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-44 .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-44 .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-44 .soc {
  margin: 2px 8px;
  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-44 .vk .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_vk.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-44 .fb .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEzNyIgaGVpZ2h0PSIyNTMiIHZpZXdCb3g9IjAgMCAxMzcgMjUzIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTEzMS44NTEuMDQxIDk4Ljk4NC0uMDA4QzYyLjA2MS0uMDA4IDM4LjIwMyAyNC40MjkgMzguMjAzIDYyLjI1N1Y5MC45NjlINS4xNTdDMi4zMDEgOTAuOTY5LS4wMSA5My4yOC0uMDEgOTYuMTNWMTM3LjcyOUMtLjAxIDE0MC41NzkgMi4zMDQgMTQyLjg4NiA1LjE1NyAxNDIuODg2SDM4LjJWMjQ3Ljg1QzM4LjIgMjUwLjcgNDAuNTEzIDI1My4wMDcgNDMuMzY5IDI1My4wMDdIODYuNDgyQzg5LjMzNiAyNTMuMDA3IDkxLjY0OSAyNTAuNjk3IDkxLjY0OSAyNDcuODVWMTQyLjg4NkgxMzAuMjg1QzEzMy4xNCAxNDIuODg2IDEzNS40NTIgMTQwLjU3OSAxMzUuNDUyIDEzNy43MjlMMTM1LjQ2OCA5Ni4xM0MxMzUuNDY4IDk0Ljc2MiAxMzQuOTIyIDkzLjQ1IDEzMy45NTUgOTIuNDgxIDEzMi45ODQgOTEuNTEyIDEzMS42NjkgOTAuOTY5IDEzMC4yOTggOTAuOTY5SDkxLjY1MVY2Ni42M0M5MS42NTEgNTQuOTMyIDk0LjQ0MyA0OC45OTQgMTA5LjcwMyA0OC45OTRMMTMxLjg0NiA0OC45ODdDMTM0LjY5OSA0OC45ODcgMTM3LjAxIDQ2LjY3NiAxMzcuMDEgNDMuODI5VjUuMjAyQzEzNy4wMSAyLjM1NiAxMzQuNzAxLjA0OCAxMzEuODUxLjA0MXoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iIzlmOWY5ZiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 11px no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-44 .tw .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI2MSIgaGVpZ2h0PSIyMTEiIHZpZXdCb3g9IjAgMCAyNjEgMjExIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTI2MC45OTYgMjQuOTcxQzI1MS4zOTcgMjkuMjEgMjQxLjA2NyAzMi4wNzMgMjMwLjI0MyAzMy4zNTYgMjQxLjI5NCAyNi43NjcgMjQ5LjgwNCAxNi4zMyAyNTMuNzg3IDMuODg3IDI0My40NTQgOS45OTIgMjMxLjk5OCAxNC40MzEgMjE5Ljc5NCAxNi44MjQgMjEwLjAxNyA2LjQ1OCAxOTYuMTAxLS4wMDMgMTgwLjcwMi0uMDAzIDE1MS4xMzItLjAwMyAxMjcuMTU1IDIzLjg0OSAxMjcuMTU1IDUzLjI2NCAxMjcuMTU1IDU3LjQ0OCAxMjcuNjMyIDYxLjUwNiAxMjguNTM5IDY1LjM5OCA4NC4wMzggNjMuMTg3IDQ0LjU4OSA0MS45ODMgMTguMTY4IDkuNzM2IDEzLjU2MyAxNy42MTkgMTAuOTI1IDI2Ljc2NyAxMC45MjUgMzYuNTI2IDEwLjkyNSA1NS4wMDMgMjAuMzc3IDcxLjMyMiAzNC43MzggODAuODY3IDI1Ljk2NCA4MC41OTUgMTcuNzEyIDc4LjE4NCAxMC40ODkgNzQuMTk5Vjc0Ljg3QzEwLjQ4OSAxMDAuNjc4IDI4Ljk1MSAxMjIuMjEyIDUzLjQzOSAxMjcuMTA5IDQ4Ljk1IDEyOC4zMjEgNDQuMjA0IDEyOC45ODUgMzkuMzMgMTI4Ljk4NSAzNS44ODQgMTI4Ljk4NSAzMi41MjEgMTI4LjY0MSAyOS4yNTggMTI4LjAxNCAzNi4wNjkgMTQ5LjE4NSA1NS44NDEgMTY0LjU3OSA3OS4yNyAxNjUuMDI1IDYwLjk1NyAxNzkuMzA2IDM3Ljg3MSAxODcuODI1IDEyLjc2NCAxODcuODI1IDguNDUxIDE4Ny44MjUgNC4xOTEgMTg3LjU2NC4wMDEgMTg3LjA3OSAyMy42OTkgMjAyLjE4IDUxLjg0NSAyMTEuMDAyIDgyLjA5NSAyMTEuMDAyIDE4MC41NzggMjExLjAwMiAyMzQuNDM2IDEyOS44NDMgMjM0LjQzNiA1OS40MzkgMjM0LjQzNiA1Ny4xMzggMjM0LjM3OSA1NC44MzggMjM0LjI5MiA1Mi41MzYgMjQ0LjczMiA0NS4wMzkgMjUzLjgwMyAzNS42NTcgMjYwLjk5NiAyNC45NzF6IiBjbGFzcz0iY2xzLTEiIGZpbGw9IiM5ZjlmOWYiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 21px no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-44 .google .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-44 .ins .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjMwNCIgaGVpZ2h0PSIyOTgiIHZpZXdCb3g9IjAgMCAzMDQgMjk4IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTIyNS42NDkgMjk4SDc4LjM1QzM1LjA3OSAyOTggMCAyNjIuODkuMCAyMTkuNTc5Vjc4LjQyMUMwIDM1LjExIDM1LjA3OS4wIDc4LjM1LjBIMjI1LjY0OUMyNjguOTIxLjAgMzA0IDM1LjExIDMwNCA3OC40MjFWMjE5LjU3OUMzMDQgMjYyLjg5IDI2OC45MjEgMjk4IDIyNS42NDkgMjk4ek0yODIuMDYyIDg3LjgzMkMyODIuMDYyIDUzLjE4MyAyNTMuOTk5IDI1LjA5NSAyMTkuMzgxIDI1LjA5NUg4Ny43NTNDNTMuMTM1IDI1LjA5NSAyNS4wNzIgNTMuMTgzIDI1LjA3MiA4Ny44MzJWMjEwLjE2OEMyNS4wNzIgMjQ0LjgxNyA1My4xMzUgMjcyLjkwNSA4Ny43NTMgMjcyLjkwNUgyMTkuMzgxQzI1My45OTkgMjcyLjkwNSAyODIuMDYyIDI0NC44MTcgMjgyLjA2MiAyMTAuMTY4Vjg3LjgzMnpNMjM1LjA1MiA4Ny44MzJDMjI0LjY2NiA4Ny44MzIgMjE2LjI0NyA3OS40MDUgMjE2LjI0NyA2OS4wMSAyMTYuMjQ3IDU4LjYxNiAyMjQuNjY2IDUwLjE4OSAyMzUuMDUyIDUwLjE4OSAyNDUuNDM3IDUwLjE4OSAyNTMuODU2IDU4LjYxNiAyNTMuODU2IDY5LjAxIDI1My44NTYgNzkuNDA1IDI0NS40MzcgODcuODMyIDIzNS4wNTIgODcuODMyek0xNTAuNDMzIDIyOC45ODlDMTA3LjE2MSAyMjguOTg5IDcyLjA4MiAxOTMuODc5IDcyLjA4MiAxNTAuNTY4IDcyLjA4MiAxMDcuMjU4IDEwNy4xNjEgNzIuMTQ3IDE1MC40MzMgNzIuMTQ3IDE5My43MDUgNzIuMTQ3IDIyOC43ODMgMTA3LjI1OCAyMjguNzgzIDE1MC41NjggMjI4Ljc4MyAxOTMuODc5IDE5My43MDUgMjI4Ljk4OSAxNTAuNDMzIDIyOC45ODl6TTE1MiA5Ny4yNDJDMTIzLjQ0IDk3LjI0MiAxMDAuMjg5IDEyMC40MTUgMTAwLjI4OSAxNDkgMTAwLjI4OSAxNzcuNTg1IDEyMy40NCAyMDAuNzU4IDE1MiAyMDAuNzU4IDE4MC41NTkgMjAwLjc1OCAyMDMuNzExIDE3Ny41ODUgMjAzLjcxMSAxNDkgMjAzLjcxMSAxMjAuNDE1IDE4MC41NTkgOTcuMjQyIDE1MiA5Ny4yNDJ6IiBjbGFzcz0iY2xzLTEiIGZpbGw9IiM5ZjlmOWYiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 21px no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-44 .ok .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-44 .mail .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-44 .pin .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-44 .lj .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-44 .my .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-44 .youtube .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjM2NyIgaGVpZ2h0PSIyNjUiIHZpZXdCb3g9IjAgMCAzNjcgMjY1IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTM0OC43NDggMTkuNzc3QzMzNC43OCA0Ljc1NiAzMTkuMTQ0IDQuNjkyIDMxMS45NjkgMy44MjQgMjYwLjYyLjAwNyAxODMuNTgzLjAwNyAxODMuNTgzLjAwN0gxODMuNDE5QzE4My40MTkuMDA3IDEwNi4zODguMDA3IDU1LjAyOSAzLjgyNCA0Ny44NSA0LjY5MiAzMi4yMjMgNC43NTYgMTguMjUgMTkuNzc3IDcuMjUxIDMxLjIxMSAzLjY3OSA1Ny4xNzQgMy42NzkgNTcuMTc0IDMuNjc5IDU3LjE3NC4wMDUgODcuNjY0LjAwNSAxMTguMTQ5VjE0Ni43M0MuMDA1IDE3Ny4yMjUgMy42NzkgMjA3LjcwNiAzLjY3OSAyMDcuNzA2IDMuNjc5IDIwNy43MDYgNy4yNTEgMjMzLjY2OCAxOC4yNSAyNDUuMTAzIDMyLjIyMyAyNjAuMTE1IDUwLjU1NyAyNTkuNjQ0IDU4LjcyNSAyNjEuMjA0IDg4LjA4NSAyNjQuMTA4IDE4My40OTUgMjY1LjAwNCAxODMuNDk1IDI2NS4wMDQgMTgzLjQ5NSAyNjUuMDA0IDI2MC42MiAyNjQuODgyIDMxMS45NjkgMjYxLjA2OSAzMTkuMTQ0IDI2MC4xNzggMzM0Ljc4IDI2MC4xMTUgMzQ4Ljc0OCAyNDUuMTAzIDM1OS43MzkgMjMzLjY2OCAzNjMuMzI0IDIwNy43MDYgMzYzLjMyNCAyMDcuNzA2IDM2My4zMjQgMjA3LjcwNiAzNjYuOTk4IDE3Ny4yMjUgMzY2Ljk5OCAxNDYuNzNWMTE4LjE0OUMzNjYuOTk4IDg3LjY2NCAzNjMuMzI0IDU3LjE3NCAzNjMuMzI0IDU3LjE3NCAzNjMuMzI0IDU3LjE3NCAzNTkuNzM5IDMxLjIxMSAzNDguNzQ4IDE5Ljc3N3pNMTQ1LjYwNyAxODEuMzY4IDE0NS41OTggNzUuNTE5IDI0NC43NTMgMTI4LjYyOSAxNDUuNjA3IDE4MS4zNjh6IiBjbGFzcz0iY2xzLTEiIGZpbGw9IiM5ZjlmOWYiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 26px no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-44 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-44 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat;
  width: 30px;
  min-height: 30px;
  text-align: left;
  height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-44 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-44 .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-20 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-21 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #2d2824;
  text-align: center;
  text-decoration: none;
  width: auto;
  right: 0;
}
.title-page .block-26 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  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;
}
.title-page .block-44 .layout_48 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-44 .layout_51 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-44 .layout_52 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-44 {
  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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 100%;
}
.title-page .block-27 {
  margin: 0 0 auto 50px;
  position: relative;
  top: 0;
  left: 0;
  width: 201px;
  min-height: 0;
  z-index: 3;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: auto;
}
.title-page .widget-22 {
  margin: 0 0 0 1px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 200px;
}
.title-page .phones-49 p:first-child {
  margin-top: 0;
}
.title-page .phones-49 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-49 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-49 .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-49 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-49 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-49 .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-49 .title {
  box-sizing: border-box;
  display: none;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.title-page .phones-49 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #f7c100;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
}
.title-page .phones-49 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-49 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-49 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-23 {
  margin: 22px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-50 p:first-child {
  margin-top: 0;
}
.title-page .address-50 p:last-child {
  margin-bottom: 0;
}
.title-page .address-50 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-50 .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-50 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-50 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-50 .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-50 .title {
  box-sizing: border-box;
  display: none;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.title-page .address-50 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #636363;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 18px;
}
.title-page .address-50 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-50 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-24 {
  margin: 0 0 auto 50px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  padding-right: 50px;
  padding-left: 50px;
  border-top: 0px solid #4f433a;
  border-right: 0px solid #4f433a;
  border-bottom: 0px solid #4f433a;
  border-left: 1px solid #4f433a;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-51 .popover-body {
  padding: 62px 40px 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #e2e2e2;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-51 .popover-body .form_text input {
  padding: 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -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 {
  -webkit-box-shadow: inset 0px 0px 0px 1px #7fab28;
  -moz-box-shadow: inset 0px 0px 0px 1px #7fab28;
  box-shadow: inset 0px 0px 0px 1px #7fab28;
}
.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: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-51 .popover-body .s3_button_large {
  padding: 0.02px 10px;
  border: none;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f7c100;
  -moz-box-shadow: inset 0px 0px 0px 2px #f7c100;
  box-shadow: inset 0px 0px 0px 2px #f7c100;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Roboto, sans-serif;
  color: #525357;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  width: 190px;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-51 .popover-body .s3_button_large:hover, .title-page .popover-wrap-51 .popover-body .s3_button_large.hover, .title-page .popover-wrap-51 .popover-body .s3_button_large.active {
  background: #f7c100;
  color: #090a0a;
}
.title-page .popover-wrap-51 .popover-body .s3_button_large:active, .title-page .popover-wrap-51 .popover-body .s3_button_large.active {
  background: rgba(247, 193, 0, 0.84);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-51 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-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: center;
}
.title-page .popover-wrap-51 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/1krest.svg") left 50% top 50% / 17px no-repeat #f5f5f5;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 50px;
}
.title-page .popover-wrap-51 .popover-close:hover, .title-page .popover-wrap-51 .popover-close.hover, .title-page .popover-wrap-51 .popover-close.active {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.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: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.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: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-51 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.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: 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-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: #636363;
  line-height: 1.8;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
}
.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;
}
.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;
  height: 0;
  min-height: 14px;
}
.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: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #525357;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-51 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 0.02px;
}
.title-page .popover-wrap-51 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: block;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-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 {
  margin-top: 0;
  padding-top: 1px;
  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;
}
.title-page .popover-wrap-51 .popover-body .s3_form_item.form_html_block {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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 {
  margin-top: 0;
  padding-top: 1px;
  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: #ababab;
}
.title-page .popover-wrap-51 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-51 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-25 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: rgba(99, 88, 80, 0.56);
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 258px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: 800;
}
.title-page .block-22 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  background: #fff;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-18 {
  padding: 40px 115px 108px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  min-height: 303px;
}
.title-page .form-38 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 41px;
  display: -webkit-flex;
  display: flex;
  color: #525357;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 62px;
  padding-bottom: 0.02px;
}
.title-page .form-38 .form__text {
  box-sizing: border-box;
  font-size: 15px;
  margin-bottom: 37px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  color: #6b6b6b;
}
.title-page .form-38 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-38 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-38 .form__body {
  box-sizing: border-box;
  margin-right: -5px;
  margin-bottom: 0;
  width: auto;
  margin-left: 0;
}
.title-page .form-38 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-38 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-38 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .form-38 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .form-38 .form-text {
  border: none;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-38 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-38 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-38 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-38 .form-text input {
  padding: 20px;
  border: none;
  box-sizing: border-box;
  background: #f6f7f2;
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  font-family: Fira Sans, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  resize: vertical;
  display: block;
  margin-top: 5px;
}
.title-page .form-38 .form-textarea textarea {
  padding: 10px 20px 51px;
  border: none;
  box-sizing: border-box;
  background: #f6f7f2;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Fira Sans, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .form-38 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-38 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-38 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-38 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-38 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-38 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-38 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-38 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-38 .form-item__header {
  text-align: left;
}
.title-page .form-38 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  font-family: Fira Sans, sans-serif;
  color: rgba(64, 64, 64, 0.61);
  text-decoration: none;
  margin-bottom: 2px;
}
.title-page .form-38 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-38 .form-radio .form-item__title {
  color: rgba(64, 64, 64, 0.61);
  margin-bottom: 1px;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-38 .form-textarea {
  border: none;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: 0;
}
.title-page .form-38 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-38 .form-submit {
  border: none;
  box-sizing: border-box;
  text-align: left;
  padding-top: 6px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-38 .form-submit .form-item__header {
  box-sizing: border-box;
  display: block;
}
.title-page .form-38 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-38 .form-submit button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #f7c100;
  outline: none;
  -webkit-appearance: none;
  font-family: Fira Sans, sans-serif;
  color: #fff;
  line-height: 2.1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13.3333px;
  width: 220px;
  min-height: 113px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  margin-top: 0;
  position: relative;
  top: 0;
  left: 0;
}
.title-page .form-38 .form-submit button:hover, .title-page .form-38 .form-submit button.hover, .title-page .form-38 .form-submit button.active {
  background: rgba(247, 193, 0, 0.88);
}
.title-page .form-38 .form-submit button:active, .title-page .form-38 .form-submit button.active {
  background: rgba(247, 193, 0, 0.77);
}
.title-page .form-38 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-38 .form-captcha {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: 0;
}
.title-page .form-38 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-38 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #f6f7f2;
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  -webkit-appearance: none;
  font-family: Fira Sans, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  resize: vertical;
  display: block;
}
.title-page .form-38 .form-captcha .form-captcha-container {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 0;
  padding-bottom: 5px;
}
.title-page .form-38 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-38 .form-captcha button {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #f7c100;
  outline: none;
  -webkit-appearance: none;
  font-family: Fira Sans, sans-serif;
  color: #fff;
  line-height: 2.1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13.3333px;
  width: 220px;
  min-height: 113px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  margin-top: 0;
  position: relative;
  top: 0;
  left: 0;
}
.title-page .form-38 .form-captcha button:hover, .title-page .form-38 .form-captcha button.hover, .title-page .form-38 .form-captcha button.active {
  background: rgba(247, 193, 0, 0.88);
}
.title-page .form-38 .form-captcha button:active, .title-page .form-38 .form-captcha button.active {
  background: rgba(247, 193, 0, 0.77);
}
.title-page .form-38 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-38 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-38 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-38 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-38 .form-checkbox {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-38 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-38 .form-checkbox .form-item__title {
  color: rgba(64, 64, 64, 0.61);
  margin-bottom: 1px;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-38 .form-checkbox .form-item__body label.form-item__title {
  color: #fff;
  margin-bottom: 1px;
  font-size: 13px;
}
.title-page .form-38 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-38 .form-radio {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-38 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-38 .form-radio .form-item__body label.form-item__title {
  color: #fff;
  margin-bottom: 1px;
  font-size: 13px;
}
.title-page .form-38 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-38 .form-select {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-38 .form-div {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-38 .form-html {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-38 .form-html .form-item__body {
  font-size: 13px;
}
.title-page .form-38 .form-upload {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-38 .form-calendar {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-38 .form-calendar .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-38 .form-calendar input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-38 .form-calendar_interval {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.title-page .form-38 .form-calendar_interval input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-38 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-38 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-38 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-38 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.title-page .form-38 .form-calendar_interval .field_to {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-38 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-38 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-38 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-38 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-38 .form-success {
  border: 1px solid rgba(127, 171, 40, 0.24);
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  font-size: 16px;
  margin-top: 48px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-38 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .form-38 ::-moz-placeholder {
  color: #ababab;
}
.title-page .form-38 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-59 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: #fff;
  z-index: 1;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 80px;
  padding-bottom: 79px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-60 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-52 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-bottom: 13px;
}
.title-page .popover-wrap-89 .popover-body {
  padding: 62px 40px 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #e2e2e2;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-89 .popover-body .form_text input {
  padding: 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -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-89 .popover-body .form_text input:hover, .title-page .popover-wrap-89 .popover-body .form_text input.hover, .title-page .popover-wrap-89 .popover-body .form_text input.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #7fab28;
  -moz-box-shadow: inset 0px 0px 0px 1px #7fab28;
  box-shadow: inset 0px 0px 0px 1px #7fab28;
}
.title-page .popover-wrap-89 .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-89 .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-89 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-89 .popover-body .s3_button_large {
  padding: 0.02px 10px;
  border: none;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f7c100;
  -moz-box-shadow: inset 0px 0px 0px 2px #f7c100;
  box-shadow: inset 0px 0px 0px 2px #f7c100;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 50px;
  font-family: Roboto, sans-serif;
  color: #525357;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  width: 190px;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-89 .popover-body .s3_button_large:hover, .title-page .popover-wrap-89 .popover-body .s3_button_large.hover, .title-page .popover-wrap-89 .popover-body .s3_button_large.active {
  background: #f7c100;
  color: #090a0a;
}
.title-page .popover-wrap-89 .popover-body .s3_button_large:active, .title-page .popover-wrap-89 .popover-body .s3_button_large.active {
  background: rgba(247, 193, 0, 0.84);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-89 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-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: center;
}
.title-page .popover-wrap-89 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("../images/1krest.svg") left 50% top 50% / 17px no-repeat #f5f5f5;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 50px;
}
.title-page .popover-wrap-89 .popover-close:hover, .title-page .popover-wrap-89 .popover-close.hover, .title-page .popover-wrap-89 .popover-close.active {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.41);
}
.title-page .popover-wrap-89 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-89 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-89 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-89 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .blocklist-89 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-89 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-89 .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: 47px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-89 .header_text {
  font-size: 50px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #4f433a;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-weight: normal;
}
.title-page .blocklist-89 .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-89 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-89 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.title-page .blocklist-89 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-89 .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-89 .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-89 .bx-wrapper {
  max-width: 1220px;
}
.title-page .blocklist-89 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-89 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 1220px;
}
.title-page .blocklist-89 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-89 .item {
  padding: 0.02px 20px 42px;
  margin: 0 10px 20px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-89 .item-label {
  padding: 5px 10px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #bbdeb4;
  color: #0c181f;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  margin-top: -13px;
  align-self: auto;
  margin-left: -7px;
  -webkit-box-shadow: 0px 5px 19px rgba(217, 255, 209, 0.64);
  -moz-box-shadow: 0px 5px 19px rgba(217, 255, 209, 0.64);
  box-shadow: 0px 5px 19px rgba(217, 255, 209, 0.64);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-89 .text {
  padding: 27px 20px 34px 30px;
  border: 1px solid #f0dcc6;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: rgba(54, 54, 54, 0.94);
  line-height: 1.6;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  background: url("../images/tok1.svg") right 17px bottom 11px / 19px no-repeat, url("../images/kkk1.svg") right 15px bottom 9px / 89px no-repeat, url("../images/ugol1.png?1558947545089") left 21px top 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 15px;
}
.title-page .blocklist-89 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-89 .image {
  margin: 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-89 .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-89 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 150px;
  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;
  background: #edf0e4;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-89 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-89 .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-89 .title {
  padding: 0.02px 20px;
  border: none;
  font-weight: bold;
  margin-bottom: 0;
  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;
  font-size: 18px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-89 .sub-title {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-89 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-89 .price-inner {
  padding: 10px 20px;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  background: #ffe71d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .blocklist-89 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
.title-page .blocklist-89 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}
.title-page .blocklist-89 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
.title-page .blocklist-89 .more {
  padding: 10px 20px;
  border: none;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.title-page .blocklist-89 .more > a {
  padding: 10px 20px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #474747;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: inset 0px 0px 0px 3px #52bfea;
  -moz-box-shadow: inset 0px 0px 0px 3px #52bfea;
  box-shadow: inset 0px 0px 0px 3px #52bfea;
  background: transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  width: 200px;
  min-height: 50px;
}
.title-page .blocklist-89 .more > a:hover, .title-page .blocklist-89 .more > a.hover, .title-page .blocklist-89 .more > a.active {
  color: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #52bfea;
}
.title-page .blocklist-89 .more > a:active, .title-page .blocklist-89 .more > a.active {
  background: rgba(82, 191, 234, 0.84);
}
.title-page .blocklist-89 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-89 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-89 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-89 .footer {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 25px;
}
.title-page .blocklist-89 .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;
  color: #52bfea;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.title-page .blocklist-89 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: -1px;
  z-index: 1;
  text-align: justify;
  margin-left: -102px;
  margin-right: -102px;
  bottom: auto;
}
.title-page .blocklist-89 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4OSIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDg5IDY0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iYXIxLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMjA4My41MywyNjcuNDQ1bDMwLjAxLTMwLjQzNCwyLjk5LDMuMDI5LTI2LjM2LDI2Ljc0aDgwLjgydjQuMjg0aC04MWwyNi41NCwyNi45MTMtMi45OSwzLjAzMi0zMC4wMS0zMC40MjktMS41My0xLjUxNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMDgyIC0yMzcpIiBmaWxsPSIjNGY0MzNhIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 28px no-repeat;
  box-sizing: border-box;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-89 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4OS4wNiIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDg5LjA2IDY0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iYXIyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMjE2OS41LDE4OS40NzdsLTMwLjAzLTMwLjQzNC0yLjk5LDMuMDI4LDI2LjM4LDI2Ljc0aC04MC44OFYxOTMuMWg4MS4wNmwtMjYuNTYsMjYuOTEzLDIuOTksMy4wMzMsMzAuMDMtMzAuNDMsMS41My0xLjUxNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMDgxLjk3IC0xNTkuMDMxKSIgZmlsbD0iIzRmNDMzYSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 28px no-repeat;
  box-sizing: border-box;
  text-align: left;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-89 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-89 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-89 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-89 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-89 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-89 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-89 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-89 .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-89 .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-89 .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-89 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
}
.title-page .blocklist-89 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-89 .bx-pager a {
  margin: 2px 5px;
  border: none;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-89 .bx-pager a:hover, .title-page .blocklist-89 .bx-pager a.hover, .title-page .blocklist-89 .bx-pager a.active {
  background: rgba(0, 0, 0, 0.26);
}
.title-page .blocklist-89 .bx-pager a:active, .title-page .blocklist-89 .bx-pager a.active {
  background: #7fab28;
}
.title-page .popover-container-89 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-89 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-89 .popover-form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #525357;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-89 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-89 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 0.02px;
}
.title-page .popover-wrap-89 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: block;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-89 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-89 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-89 .popover-body .s3_form_item.form_div {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-89 .popover-body .s3_form_item.form_html_block {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-89 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-89 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-89 .popover-body .s3_form_item.form_checkbox {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .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-89 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-89 .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-89 .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-89 .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-89 .popover-body .s3_form_item.form_radio {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .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-89 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-89 .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-89 .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-89 .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-89 .popover-body .s3_form_item.form_select {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .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-89 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-89 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .popover-body .s3_form_item.form_calendar {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .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-89 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-89 .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-89 .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-89 .popover-body .s3_form_item.form_upload {
  margin-top: 0;
  padding-top: 1px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-89 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-89 .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-89 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-89 .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-89 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-89 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-89 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-10 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
}
.title-page .side-panel-18 .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-18 .side-panel-content {
  border: none;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  width: 265px;
  background: #efedf2;
  -webkit-box-shadow: 0px 0px 15px #000;
  -moz-box-shadow: 0px 0px 15px #000;
  box-shadow: 0px 0px 15px #000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  right: 0;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .side-panel-18 .side-panel-close {
  border: none;
  position: absolute;
  z-index: 1;
  left: auto;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 50px;
  min-height: 50px;
  background: url("../images/1krest.svg") left 50% top 50% / 16px no-repeat #eee;
  cursor: pointer;
  right: 100%;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-top: 20px;
  margin-right: 20px;
}
.title-page .side-panel-18 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-18 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0.02px;
  margin-top: 0;
  padding-right: 76px;
  padding-left: 20px;
  left: 0;
  right: 0;
}
.title-page .side-panel-18 .side-panel-button {
  padding: 15px 15px 7px;
  border: none;
  box-sizing: border-box;
  font-size: 0;
  width: 50px;
  min-height: 50px;
  background: #f7c100;
  cursor: pointer;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .side-panel-18 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-18 .side-panel-button-icon-line {
  border: none;
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel-18 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .block-2 {
    background: none;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-38 {
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    display: block;
  }
  .title-page .blocklist-71 .header {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .title-page .blocklist-71 .body-outer {
    padding: 20px;
    width: auto;
  }
  .title-page .blocklist-71 .body {
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
  }
  .title-page .blocklist-71 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-71 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-page .blocklist-71 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-71 .image {
    margin-bottom: 5px;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-71 .title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    padding-top: 25px;
  }
  .title-page .blocklist-71 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-71 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-71 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-71 .bx-wrapper {
    max-width: 728px;
  }
  .title-page .block-5 {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 28px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-40 .layout_6 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_68 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-39 .layout_9 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-39 .layout_10 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-39 {
    width: auto;
    text-align: center;
    margin-left: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-6 {
    margin-top: 22px;
  }
  .title-page .block-4 .layout_7 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_67 {
    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-4 {
    width: auto;
    margin-top: 15px;
    right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-36 {
    text-align: center;
    margin-top: 15px;
  }
  .title-page .email-67 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-67 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .email-67 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .email-67 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-4 {
    text-align: center;
    width: auto;
    margin-top: 17px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    right: 0;
  }
  .title-page .phones-7 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-7 .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-7 .text_body {
    -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 .widget-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-2 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-4 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .site-name-4 .sn-text:hover, .title-page .site-name-4 .sn-text.hover, .title-page .site-name-4 .sn-text.active {
    font-weight: bold;
  }
  .title-page .block-50 {
    background: linear-gradient(rgba(255, 255, 255, 0.39), rgba(255, 255, 255, 0.39)), url("../images/pic1.jpg") left 50% top 50% / cover no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-51 {
    background: none;
    margin-top: 42px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .title-page .widget-46 {
    width: auto;
    background: none;
    display: block;
  }
  .title-page .editable_block-81 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-81 .title {
    font-size: 40px;
    background: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-81 .text {
    font-size: 40px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    background: none;
  }
  .title-page .editable_block-81 .more {
    clear: none;
  }
  .title-page .block-42 {
    padding: 50px 20px 45px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-41 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-39 {
    padding-top: 0.02px;
    padding-bottom: 0.02px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .editable_block-72 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .title-page .editable_block-72 .title {
    font-size: 30px;
    margin-bottom: 0;
    background: none;
    padding-bottom: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-72 .image {
    margin-right: 0;
    width: auto;
    float: none;
    margin-bottom: 5px;
    left: 0;
    right: 0;
  }
  .title-page .editable_block-72 .img-convert {
    height: 200px;
    background: none;
  }
  .title-page .editable_block-72 .text {
    margin-bottom: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-top: 30px;
    text-align: center;
  }
  .title-page .editable_block-72 .more {
    clear: none;
    padding-bottom: 0.02px;
    padding-top: 0.02px;
    text-align: center;
  }
  .title-page .block-43 {
    background: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-43:hover, .title-page .block-43.hover, .title-page .block-43.active {
    background: url("../images/989754421.png") left calc(50% - 202px) top -155px / auto auto no-repeat rgba(255, 255, 255, 0.41);
  }
  .title-page .widget-32 {
    padding: 0.02px 0;
    margin-bottom: 0;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-63 .body-outer {
    width: auto;
    background: none;
  }
  .title-page .blocklist-63 .body {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .title-page .blocklist-63 .item {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .title-page .blocklist-63 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
    font-size: 13px;
  }
  .title-page .blocklist-63 .image {
    margin-bottom: 0;
    float: left;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-63 .img-convert {
    background: none;
  }
  .title-page .blocklist-63 .title {
    font-size: 15px;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    padding-top: 9px;
  }
  .title-page .blocklist-63 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-63 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-63 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
  }
  .title-page .block-56 {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .widget-49 {
    padding-left: 0;
    padding-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-86 .body-outer {
    width: auto;
    background: none;
  }
  .title-page .blocklist-86 .body {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .title-page .blocklist-86 .item {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 35px;
  }
  .title-page .blocklist-86 .image {
    margin-bottom: 0;
    float: left;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
  }
  .title-page .blocklist-86 .img-convert {
    background: none;
  }
  .title-page .blocklist-86 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
  }
  .title-page .blocklist-86 .title {
    font-size: 18px;
    padding-right: 30px;
    background: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    padding-top: 30px;
  }
  .title-page .blocklist-86 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
  }
  .title-page .blocklist-86 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-86 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .block-53 .layout_84_id_73 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-53 {
    background: url("../images/u3.svg") left 50% top 27px / 153px no-repeat rgba(224, 220, 212, 0.59);
    padding-top: 10px;
    padding-bottom: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-40 {
    padding: 51px 20px 23px;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .editable_block-73 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-73 .title {
    font-size: 30px;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    padding-bottom: 20px;
  }
  .title-page .editable_block-73 .img-convert {
    background: none;
  }
  .title-page .editable_block-73 .text {
    margin-bottom: 20px;
    padding-top: 8px;
  }
  .title-page .editable_block-73 .more {
    clear: none;
  }
  .title-page .block-21 {
    padding-top: 2px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-20 {
    background: none;
  }
  .title-page .block-23 {
    background: none;
    margin-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-24 {
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-25 .layout_44 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 .layout_45 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: none;
  }
  .title-page .block-25 .layout_46 {
    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-25 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-19 {
    margin-left: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widgetsocial-44 .vk .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-44 .google .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-44 .ok .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-44 .mail .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-44 .pin .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-44 .lj .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-44 .my .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-44 .telegram .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-44 .whatsapp .wg-soc-icon {
    background: none;
  }
  .title-page .widget-20 {
    margin-top: 15px;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-21 {
    margin-top: 15px;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-26 {
    padding: 0.02px 0 40px;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-44 .layout_48 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 .layout_51 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 .layout_52 {
    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-44 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-27 {
    width: auto;
    text-align: center;
    margin-top: 15px;
    margin-left: 0;
    right: 0;
  }
  .title-page .widget-22 {
    width: auto;
    margin-left: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    right: 0;
    display: block;
  }
  .title-page .phones-49 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-49 .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-49 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-49 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-23 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .address-50 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-50 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-50 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .address-50 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-24 {
    width: 900px;
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 15px;
    background: none;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 0px dashed rgba(0, 0, 0, 0.1);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    border-left: 0px dashed rgba(0, 0, 0, 0.1);
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 100%;
  }
  .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 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-51 .more {
    clear: none;
  }
  .title-page .widget-25 {
    text-align: center;
    width: 708px;
    margin-top: 15px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    right: 0;
  }
  .title-page .block-22 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-18 {
    padding: 0.02px 58px 43px;
    background: none;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
    display: block;
  }
  .title-page .form-38 .form__header {
    margin-bottom: 32px;
    background: none;
  }
  .title-page .form-38 .form-success {
    background: none;
  }
  .title-page .block-59 {
    padding: 35px 20px 19px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-60 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-52 {
    text-align: left;
    display: block;
  }
  .title-page .blocklist-89 .header {
    margin-bottom: 11px;
  }
  .title-page .blocklist-89 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-89 .body-outer {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-89 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-89 .bx-wrapper {
    max-width: 728px;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .blocklist-89 .list {
    width: 728px;
  }
  .title-page .blocklist-89 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-89 .item {
    margin: 10px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 20px;
  }
  .title-page .blocklist-89 .item:hover, .title-page .blocklist-89 .item.hover, .title-page .blocklist-89 .item.active {
    border: 9px solid #fff;
  }
  .title-page .blocklist-89 .item-label {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-89 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-89 .image {
    float: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-89 .title {
    background: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-89 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-89 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-89 .more {
    background: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-89 .controls {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
  .title-page .blocklist-89 .prev {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .blocklist-89 .next {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .widget-10 {
    padding-top: 0.02px;
    box-sizing: border-box;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .side-panel-18 .side-panel-content {
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
  }
  .title-page .side-panel-18 .side-panel-top {
    margin-top: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 768px) {
  .title-page .widget-38 {
    padding-top: 25px;
  }
  .title-page .blocklist-71 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-71 .image {
    margin-bottom: 0;
  }
  .title-page .block-40 .layout_6 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_68 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-39 .layout_9 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-39 .layout_10 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-39 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-6 {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-4 .layout_7 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_67 {
    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-4 {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-4 {
    width: 577px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    right: auto;
  }
  .title-page .phones-7 .title {
    text-align: center;
  }
  .title-page .widget-2 {
    text-align: center;
    padding-top: 0.02px;
  }
  .title-page .editable_block-81 .body {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-72 .title {
    background: url("../images/line23.svg") left 50% bottom 0px / auto auto no-repeat;
  }
  .title-page .editable_block-72 .image {
    display: none;
  }
  .title-page .editable_block-72 .img-convert {
    height: 500px;
  }
  .title-page .editable_block-72 .text {
    padding-top: 12px;
  }
  .title-page .block-43 {
    background: transparent;
  }
  .title-page .block-43:hover, .title-page .block-43.hover, .title-page .block-43.active {
    background: rgba(255, 255, 255, 0.41);
  }
  .title-page .widget-32 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-63 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-63 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .block-56 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-49 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-86 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-86 .item {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .title-page .blocklist-86 .image {
    margin-top: 0;
  }
  .title-page .blocklist-86 .title {
    font-size: 15px;
  }
  .title-page .block-53 .layout_84_id_73 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .editable_block-73 .text {
    padding-top: 0.02px;
  }
  .title-page .block-25 .layout_44 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 .layout_45 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-25 .layout_46 {
    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 .widget-19 {
    margin-right: auto;
  }
  .title-page .widget-20 {
    margin-left: auto;
    margin-bottom: 0;
  }
  .title-page .widget-21 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .block-44 .layout_48 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 .layout_51 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 .layout_52 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-27 {
    margin-left: 19px;
    margin-right: 19px;
  }
  .title-page .widget-24 {
    width: 708px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .editable_block-51 .text {
    -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 .widget-25 {
    margin-bottom: 30px;
  }
  .title-page .widget-18 {
    padding-bottom: 68px;
  }
  .title-page .block-60 {
    padding-top: 16px;
  }
  .title-page .blocklist-89 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-89 .bx-wrapper {
    max-width: 620px;
  }
  .title-page .blocklist-89 .list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
  }
  .title-page .blocklist-89 .item {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .title-page .blocklist-89 .text {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/tok1.svg") right 17px bottom 11px / 19px no-repeat, url("../images/kkk1.svg") right 15px bottom 9px / 89px no-repeat, url("../images/ugol1.png?1558947545089") left 50% top 0px / auto auto no-repeat;
  }
  .title-page .blocklist-89 .img-convert {
    height: 200px;
  }
  .title-page .blocklist-89 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-89 .controls {
    display: none;
  }
  .title-page .blocklist-89 .bx-pager-wrap {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-2 {
    padding-bottom: 19px;
  }
  .title-page .widget-38 {
    padding-top: 0.02px;
  }
  .title-page .blocklist-71 .body-outer {
    padding-top: 0.02px;
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-71 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-71 .item {
    padding: 20px;
    margin: 10px;
  }
  .title-page .block-40 .layout_6 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_68 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-39 .layout_9 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-39 .layout_10 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-39 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-4 .layout_7 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_67 {
    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-4 {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-4 {
    margin-top: -7px;
    margin-left: 0;
  }
  .title-page .widget-3 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-81 .text {
    font-size: 20px;
  }
  .title-page .block-42 {
    padding-top: 28px;
  }
  .title-page .editable_block-72 .title {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .title-page .editable_block-72 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-72 .more {
    display: block;
  }
  .title-page .blocklist-63 .item-outer {
    width: 100%;
  }
  .title-page .widget-49 {
    padding-top: 20px;
  }
  .title-page .blocklist-86 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-86 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-86 .item {
    margin-bottom: 10px;
  }
  .title-page .blocklist-86 .title {
    font-size: 18px;
  }
  .title-page .block-53 .layout_84_id_73 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .editable_block-73 .image {
    display: none;
  }
  .title-page .editable_block-73 .more {
    display: block;
  }
  .title-page .block-25 .layout_44 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 .layout_45 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-25 .layout_46 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-19 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .widget-21 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-44 .layout_48 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 .layout_51 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 .layout_52 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-27 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .widget-24 {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .editable_block-51 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-25 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .title-page .widget-18 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 29px;
  }
  .title-page .form-38 .form__header {
    font-size: 20px;
    padding-top: 22px;
  }
  .title-page .form-38 .form-text {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-38 .form-submit button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .form-38 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-38 .form-captcha button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .form-38 .form-checkbox {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-38 .form-radio {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-38 .form-select {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-38 .form-div {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-38 .form-html {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-38 .form-upload {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-38 .form-calendar {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-38 .form-calendar_interval {
    width: 100%;
    margin-right: 0;
    padding-right: 5px;
  }
  .title-page .form-38 .group-text {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .form-38 .form-success {
    margin-top: 25px;
  }
  .title-page .block-59 {
    padding-top: 20px;
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-89 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-89 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .blocklist-89 .item {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 16px;
  }
  .title-page .blocklist-89 .text {
    margin-left: 0;
  }
}
@media all and (max-width: 480px) {
  .title-page .blocklist-71 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-71 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-71 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-71 .title {
    padding-top: 20px;
  }
  .title-page .block-5 {
    padding-top: 30px;
  }
  .title-page .block-40 .layout_6 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_68 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-39 .layout_9 {
    margin: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-39 .layout_10 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-6 {
    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 .block-4 .layout_7 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_67 {
    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 .widget-36 {
    margin-left: auto;
    margin-right: 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 .widget-4 {
    margin-top: -6px;
    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 .widget-3 {
    font-size: 14px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .site-name-4 .sn-text {
    font-size: 25px;
  }
  .title-page .block-51 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .editable_block-81 .title {
    font-size: 30px;
  }
  .title-page .editable_block-81 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-72 .title {
    font-size: 20px;
    padding-bottom: 0.02px;
  }
  .title-page .editable_block-72 .title:hover, .title-page .editable_block-72 .title.hover, .title-page .editable_block-72 .title.active {
    background: none;
  }
  .title-page .editable_block-72 .text {
    padding-top: 10px;
  }
  .title-page .blocklist-63 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-63 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OCIgaGVpZ2h0PSI1MSIgdmlld0JveD0iMCAwIDU4IDUxIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0ibGlrZTEuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjAyLjAxLDcwNi41OTRsMC4wOSwwLjQ2NWgwLjF2MC4xODZoMC4wOXYwLjM3MmgwLjA5djAuMzcyaDAuMDlhMy43LDMuNywwLDAsMS0uMDksMS41ODFsLTAuMDkuNjVoLTAuMDl2MC4xODZoLTAuMWwtMC4xOC41NThjLTAuMDcuMDMxLS4xMywwLjA2Mi0wLjE5LDAuMDkzdjAuMTg2Yy0wLjIyLjE4Ni0uNDMsMC4zNzItMC42NSwwLjU1OGwtMC4xOC4yNzloLTAuMTlsLTAuMDkuMTg2Yy0wLjEuMDMxLS4xOSwwLjA2Mi0wLjI4LDAuMDkzdjAuMDkzYy0wLjE2LjAzMS0uMzEsMC4wNjItMC40NiwwLjA5M3YwLjA5M2gtMC4xOXYwLjA5M2gtMC4yOHYwLjA5M2gtMC4zN3YwLjA5M2gtMjguODZ2LTAuMDkzaC0wLjQ2di0wLjA5M2gtMC4zOHYtMC4wOTNoLTAuMzd2LTAuMDkzbC0wLjQ2LS4wOTN2LTAuMDkzbC0wLjM3LS4wOTN2LTAuMDkzYy0wLjEzLS4wMzEtMC4yNS0wLjA2Mi0wLjM3LTAuMDkzLTAuMDMtLjA2Mi0wLjA3LTAuMTI0LTAuMS0wLjE4NmgtMC4xOGwtMC4wOS0uMTg2aC0wLjE5Yy0wLjA2LS4wOTMtMC4xMi0wLjE4Ni0wLjE5LTAuMjc5aC0wLjE4di0wLjA5M2gtMS41OGE1Ljc3NCw1Ljc3NCwwLDAsMS0uMjgsMi43bC0wLjE4LjA5M3YwLjE4NmMtMC4wNy4wMzEtLjEzLDAuMDYyLTAuMTksMC4wOTNWNzE0LjVjLTAuOTYuNy0zLjEsMC40NjUtNC43MywwLjQ2NWgtNy42MWMtMS4yNSwwLTIuNjkuMTM0LTMuNDMtLjM3Mi0wLjEtLjEyNC0wLjE5LTAuMjQ4LTAuMjgtMC4zNzJoLTAuMXYtMC4xODZsLTAuMTgtLjA5M3YtMC4xODVoLTAuMDl2LTAuMjc5aC0wLjF2LTAuNTU4SDE1NDh2LTI1Ljk0aDAuMDljMC4wMy0uMjc5LjA2LTAuNTU4LDAuMS0wLjgzN2wwLjE4LS4wOTN2LTAuMTg2YzAuMDYtLjAzMS4xMi0wLjA2MiwwLjE5LTAuMDkzLDAuMTItLjE1NS4yNC0wLjMxLDAuMzctMC40NjUsMC43NC0uNSwyLjUzLTAuMjc5LDMuNzEtMC4yNzloOC4yNmMxLjI4LDAsMi44Ni0uMTYzLDMuNjIuMzcyLDAuMDksMC4xMjQuMTgsMC4yNDgsMC4yOCwwLjM3MmgwLjA5djAuMTg2YzAuMDYsMC4wMzEuMTIsMC4wNjIsMC4xOSwwLjA5M2E1Ljc5MSw1Ljc5MSwwLDAsMSwuMTgsMi40MTdjMS43NiwwLDMuMjUuMDc1LDQuMjctLjY1MSwwLjE5LS4yMTcuMzctMC40MzQsMC41Ni0wLjY1bDAuMTgtLjA5MywwLjA5LS4zNzJjMC4wNy0uMDMxLjEzLTAuMDYyLDAuMTktMC4wOTN2LTAuMTg2YzAuMDYtLjAzMS4xMi0wLjA2MiwwLjE5LTAuMDkzVjY4Ni4xNGwwLjE4LS4wOTMsMC4wOS0uMzcyYzAuMDctLjAzMS4xMy0wLjA2MiwwLjE5LTAuMDkzVjY4NS40YzAuMDYtLjAzMS4xMi0wLjA2MiwwLjE5LTAuMDkzdi0wLjE4NmwwLjE4LS4wOTN2LTAuMTg2YzAuMDYtLjAzMS4xMi0wLjA2MiwwLjE5LTAuMDkzdi0wLjE4NmwwLjE4LS4wOTNWNjg0LjI4aDAuMWwwLjA5LS4yNzksMC4xOC0uMDkzdi0wLjE4NmMwLjA3LS4wMzEuMTMtMC4wNjIsMC4xOS0wLjA5M3YtMC4xODVjMC4wOS0uMDYyLjE4LTAuMTI0LDAuMjgtMC4xODZ2LTAuMTg2bDAuMTgtLjA5M3YtMC4xODZjMC4xLS4wNjIuMTktMC4xMjQsMC4yOC0wLjE4NnYtMC4xODZjMC4wOS0uMDYyLjE5LTAuMTI0LDAuMjgtMC4xODZ2LTAuMTg2YzAuMDYtLjAzMS4xMi0wLjA2MiwwLjE5LTAuMDkzbDAuMDktLjI3OWMwLjA5LS4wNjIuMTgtMC4xMjQsMC4yOC0wLjE4NnYtMC4xODZjMC4xMi0uMDkzLjI0LTAuMTg2LDAuMzctMC4yNzlWNjgwLjg0YzAuMDktLjA2Mi4xOC0wLjEyNCwwLjI4LTAuMTg2bDAuMDktLjI3OWMwLjE4LS4xNTUuMzctMC4zMSwwLjU2LTAuNDY1di0wLjE4NmwxLjAyLS45MjksMS4wMi0xLjExNmgwLjE4YzAuMTMtLjE1NS4yNS0wLjMxLDAuMzctMC40NjVoMC4xOWMwLjA2LS4wOTMuMTItMC4xODYsMC4xOS0wLjI3OWgwLjE4YzAuMDYtLjA5My4xMi0wLjE4NiwwLjE5LTAuMjc5aDAuMThhMS42ODksMS42ODksMCwwLDEsLjEtMC4xODZoMC4xOGwwLjA5LS4xODZjMC4xMy0uMDMxLjI1LTAuMDYyLDAuMzctMC4wOTNhMS42ODksMS42ODksMCwwLDAsLjEtMC4xODZsMC4zNy0uMDkzLDAuMDktLjE4NWgwLjE5di0wLjA5M2gwLjE4di0wLjA5M2gwLjE5di0wLjA5M2gwLjE4di0wLjA5M2MwLjEtLjAzMS4xOS0wLjA2MiwwLjI4LTAuMDkzYTEuNjg5LDEuNjg5LDAsMCwxLC4xLTAuMTg2aDAuMThjMC4wNi0uMDkzLjEyLTAuMTg2LDAuMTktMC4yNzksMC4yMS0uMTg2LjQzLTAuMzcyLDAuNjUtMC41NTh2LTAuMTg2YzAuMTItLjA5My4yNC0wLjE4NiwwLjM3LTAuMjc5di0wLjE4NmwwLjE4LS4wOTN2LTAuMTg2YzAuMDYtLjAzMS4xMy0wLjA2MiwwLjE5LTAuMDkzVjY3My4wM2wwLjE4LS4wOTNjMC4wMy0uMTI0LjA3LTAuMjQ4LDAuMS0wLjM3MmwwLjE4LS4wOTNjMC4wNi0uMTg2LjEzLTAuMzcyLDAuMTktMC41NTdoMC4wOXYtMC4xODZoMC4wOWMwLjA3LS4xODYuMTMtMC4zNzIsMC4xOS0wLjU1OGgwLjA5di0wLjI3OWgwLjA5di0wLjE4NmgwLjF2LTAuMjc5aDAuMDl2LTAuMjc5aDAuMDl2LTAuMzcyaDAuMVY2NjkuNGgwLjA5bDAuMDktMS4wMjNoMC4wOXYtMC41NTdoMC4xdi0wLjM3MmgwLjA5VjY2Ny4wOGgwLjA5di0wLjE4NmgwLjF2LTAuMjc5aDAuMDlsMC4wOS0uMzcyaDAuMDl2LTAuMTg2YzAuMDctLjAzMS4xMy0wLjA2MiwwLjE5LTAuMDkzdi0wLjE4NmMwLjA2LS4wMzEuMTItMC4wNjIsMC4xOS0wLjA5M1Y2NjUuNWwxLjAyLS45M2MwLjE4LS4wNjIuMzctMC4xMjQsMC41NS0wLjE4NXYtMC4wOTNoMC4xOVY2NjQuMmwxLjAyLS4wOTN2LTAuMDkzYTMuMzc5LDMuMzc5LDAsMCwxLDEuMTEuMTg2bDAuODQsMC4xODZ2MC4wOTJoMC4xOGMwLjAzLDAuMDYyLjA3LDAuMTI0LDAuMSwwLjE4NiwwLjE4LDAuMDYyLjM3LDAuMTI0LDAuNTUsMC4xODYsMC4wMywwLjA2Mi4wNywwLjEyNCwwLjEsMC4xODZoMC4xOGMwLjA2LDAuMDkzLjEzLDAuMTg2LDAuMTksMC4yNzloMC4xOGMwLjA2LDAuMDkzLjEzLDAuMTg2LDAuMTksMC4yNzloMC4xOGMwLjEsMC4xMjQuMTksMC4yNDgsMC4yOCwwLjM3MmE2LjkzMSw2LjkzMSwwLDAsMSwuOTMsMS4wMjN2MC4xODZjMC4wNiwwLjAzMS4xMiwwLjA2MiwwLjE5LDAuMDkzdjAuMTg2aDAuMDl2MC4xODZoMC4wOXYwLjE4NmgwLjA5djAuMTg2aDAuMVY2NjguMmgwLjA5YzAuMDYsMC4yNzguMTIsMC41NTcsMC4xOSwwLjgzNmgwLjA5VjY2OS40YTcuMTY2LDcuMTY2LDAsMCwxLC4wOSwzLjA2OHYwLjY1MWgtMC4wOXYwLjQ2NWgtMC4wOXYwLjM3MmgtMC4xbC0wLjA5LjY1MWgtMC4wOXYwLjI3OWgtMC4xdjAuMjc5aC0wLjA5djAuMTg2aC0wLjA5djAuMjc5aC0wLjA5Yy0wLjAzLjEyNC0uMDcsMC4yNDgtMC4xLDAuMzcxaC0wLjA5djAuMjc5aC0wLjA5Yy0wLjAzLjEyNC0uMDYsMC4yNDgtMC4xLDAuMzcyaC0wLjA5bC0wLjA5LjM3MmMtMC4wNi4wMzEtLjEyLDAuMDYyLTAuMTksMC4wOTNsLTAuMTguNTU4Yy0wLjA2LjAzMS0uMTMsMC4wNjItMC4xOSwwLjA5M2wtMC4wOS4zNzJoLTAuMDljLTAuMDMuMDkzLS4wNywwLjE4Ni0wLjEsMC4yNzlsLTAuMTguMDkzVjY3OC43Yy0wLjA5LjA2Mi0uMTksMC4xMjQtMC4yOCwwLjE4NnYwLjE4NmMtMC4wOS4wNjItLjE5LDAuMTI0LTAuMjgsMC4xODZ2MC4xODZjLTAuMDkuMDYyLS4xOCwwLjEyNC0wLjI4LDAuMTg2djAuMTg1Yy0wLjE1LjEyNC0uMzEsMC4yNDgtMC40NiwwLjM3MnYwLjE4NmMtMC4wOS4wNjItLjE5LDAuMTI0LTAuMjgsMC4xODZhNC40MTksNC40MTksMCwwLDAtLjgzLDEuMDIzdjAuNzQ0aDAuMDl2MC4yNzljMC4wOSwwLjA2Mi4xOCwwLjEyNCwwLjI4LDAuMTg2bDAuMDksMC4xODZhMy4wNTMsMy4wNTMsMCwwLDEsLjQ2LjI3OWg3LjMzYTEwLjg3MywxMC44NzMsMCwwLDEsNC4zNy40NjR2MC4wOTNoMC4xOGwwLjA5LDAuMTg2LDAuMzgsMC4wOTN2MC4wOTNsMC4yNywwLjA5M2ExLjY4OSwxLjY4OSwwLDAsMSwuMS4xODZoMC4xOGMwLjEsMC4xMjQuMTksMC4yNDgsMC4yOCwwLjM3MiwwLjI1LDAuMjE3LjUsMC40MzQsMC43NCwwLjY1MXYwLjE4NmMwLjA3LDAuMDMxLjEzLDAuMDYyLDAuMTksMC4wOTN2MC4xODZsMC4xOCwwLjA5M2MwLjA0LDAuMTI0LjA3LDAuMjQ4LDAuMSwwLjM3MmgwLjA5YzAuMDYsMC4xODYuMTIsMC4zNzIsMC4xOSwwLjU1OGgwLjA5djAuMjc5aDAuMDl2MC4yNzhoMC4wOVY2ODhoMC4xdjAuODM3SDE2MDZsLTAuMDksMS4yMDloLTAuMWwtMC4wOS43NDRoLTAuMDl2MC4xODZoLTAuMDl2MC4yNzhoLTAuMWwtMC4wOS4zNzJoLTAuMDljLTAuMDMuMTI0LS4wNiwwLjI0OC0wLjEsMC4zNzJsLTAuMTguMDkzdjAuMTg2Yy0wLjA2LjAzMS0uMTIsMC4wNjItMC4xOSwwLjA5M3YwLjE4NmgtMC4wOWwtMC4wOS4yNzljLTAuMDYuMDMxLS4xMywwLjA2Mi0wLjE5LDAuMDkzdjAuMDkzaDAuMWwwLjE4LDAuMjc5aDAuMDl2MC4xODZjMC4wNywwLjAzMS4xMywwLjA2MiwwLjE5LDAuMDkzdjAuMTg2bDAuMTgsMC4wOTN2MC4xODZjMC4wNywwLjAzMS4xMywwLjA2MiwwLjE5LDAuMDkzYTUuMDQ3LDUuMDQ3LDAsMCwxLC4xOS43NDRoMC4wOXYwLjI3OGgwLjA5djAuNTU4YTQuMzA3LDQuMzA3LDAsMCwxLTEuNzYsNC4wOTEsMTAuOTcxLDEwLjk3MSwwLDAsMSwuNjUsMS40ODh2MC42NTFoMC4wOWEyLjE4NSwyLjE4NSwwLDAsMS0uMDkuOTI5djAuNTU4aC0wLjA5djAuMzcyaC0wLjF2MC4yNzloLTAuMDljLTAuMDYuMTg2LS4xMiwwLjM3Mi0wLjE5LDAuNTU4aC0wLjA5djAuMTg2bC0wLjE4LjA5M3YwLjE4NmMtMC4xLjA2Mi0uMTksMC4xMjQtMC4yOCwwLjE4NnYwLjE4NmMtMC4wNi4wMzEtLjEzLDAuMDYyLTAuMTksMC4wOTMtMC4wOS4xMjQtLjE4LDAuMjQ4LTAuMjgsMC4zNzJoLTAuMThjLTAuMDYuMDkzLS4xMywwLjE4Ni0wLjE5LDAuMjc5aC0wLjE4Yy0wLjAzLjA2Mi0uMDcsMC4xMjMtMC4xLDAuMTg1aC0wLjE4VjcwNi41QzE2MDIuMiw3MDYuNTMyLDE2MDIuMSw3MDYuNTYzLDE2MDIuMDEsNzA2LjU5NFptLTM2Ljc1LTE2LjczNXYyMC4wODNoMi4xNGwwLjE4LDAuMjc4aDAuMTlsMC4yNywwLjM3MmgwLjE5bDAuMDksMC4xODZjMC4xMywwLjAzMS4yNSwwLjA2MiwwLjM3LDAuMDkzdjAuMDkzYzAuMTksMC4wNjIuMzgsMC4xMjQsMC41NiwwLjE4NnYwLjA5M2wxLjExLDAuMTg2djAuMDkzaDI2LjU1YTcuMjc4LDcuMjc4LDAsMCwwLDIuNS0uMTg2LDIuNzg2LDIuNzg2LDAsMCwwLDEuMzktMy43MTksMi41NDIsMi41NDIsMCwwLDAtLjI4LTAuNjUxaC0zLjA2Yy0wLjEtLjEwNiwwLTAuMDM3LTAuMTgtMC4wOTNhMS4xODgsMS4xODgsMCwwLDEtLjI4LTAuNzQzLDAuODY3LDAuODY3LDAsMCwxLC40Ni0wLjQ2NSwxLjg1MiwxLjg1MiwwLDAsMSwuOTMtMC4wOTNoMi42di0wLjA5M2gwLjI4YTQuMTEyLDQuMTEyLDAsMCwwLDEuMi0xLjAyM2MwLjEtLjA2Mi4xOS0wLjEyNCwwLjI4LTAuMTg2bDAuMDktLjM3MmgwLjFsMC4wOS0uMzcyaDAuMDlhNC4xNzQsNC4xNzQsMCwwLDAsMC0yLjMyNGgtMC4wOWwtMC4wOS0uMzcyaC0wLjF2LTAuMTg2Yy0wLjE1LS4xODYtMC4zLTAuMzcyLTAuNDYtMC41NThoLTMuNTNjLTAuMS0uMTA2LDAtMC4wMzctMC4xOC0wLjA5M3YtMC4xODZjLTAuMDYtLjAzMS0wLjEyLTAuMDYyLTAuMTktMC4wOTNhMS4yNzEsMS4yNzEsMCwwLDEsLjEtMC43NDRsMC4yNy0uMDkzYTIuMSwyLjEsMCwwLDEsMS4zLS4xODVoMy4wN2MwLjE1LS4xODYuMzEtMC4zNzIsMC40Ni0wLjU1OGgwLjA5di0wLjE4NmMwLjA2LS4wMzEuMTMtMC4wNjIsMC4xOS0wLjA5M3YtMC4xODZoMC4wOWwwLjA5LS4zNzJoMC4xdi0wLjI3OWgwLjA5di0wLjQ2NWgwLjA5YTIuMjE4LDIuMjE4LDAsMCwwLS4yOC0xLjM5NWwtMC4wOS0uNDY0LTAuMTgtLjA5M3YtMC4xODZjLTAuMTYtLjEyNC0wLjMxLTAuMjQ4LTAuNDctMC4zNzItMC4xMi0uMTU1LTAuMjUtMC4zMS0wLjM3LTAuNDY1aC0zLjI1Yy0wLjM2LS40MjQtMC40Ny0wLjE1LTAuNDYtMS4wMjMsMC4xLS4xMDYuMDQsMCwwLjA5LTAuMTg2LDAuMDktLjAzMS4xOS0wLjA2MiwwLjI4LTAuMDkzYTIuMDQ2LDIuMDQ2LDAsMCwxLDEuMDItLjA5M2gyLjZhMC45MjIsMC45MjIsMCwwLDEsLjI4LTAuNDY1aDAuMDl2LTAuMTg2YzAuMDYtLjAzMS4xMi0wLjA2MiwwLjE5LTAuMDkzbDAuMDktLjM3MWgwLjA5YzAuMDYtLjE4Ni4xMi0wLjM3MiwwLjE5LTAuNTU4aDAuMDl2LTAuMjc5aDAuMDl2LTAuMzcyaDAuMWE1LjYsNS42LDAsMCwwLS4xLTIuMDQ2aC0wLjA5di0wLjI3OWgtMC4wOXYtMC4xODZoLTAuMVY2ODcuMDdsLTAuMTgtLjA5My0wLjA5LS4zNzJjLTAuMS0uMDYyLTAuMTktMC4xMjQtMC4yOC0wLjE4NnYtMC4xODZjLTAuMDYtLjAzMS0wLjEzLTAuMDYyLTAuMTktMC4wOTMtMC4xMi0uMTU1LTAuMjUtMC4zMS0wLjM3LTAuNDY1aC0wLjE5bC0wLjE4LS4yNzloLTAuMTlsLTAuMDktLjE4Ni0wLjM3LS4wOTN2LTAuMDkzaC0wLjI4di0wLjA5M2gtMC4xOHYtMC4wOTNoLTAuMjh2LTAuMDkzYTcuMDg5LDcuMDg5LDAsMCwwLTIuMDQtLjA5M2gtNy4zNGE0LjEsNC4xLDAsMCwxLTEuMi0uMDkzaC0wLjM3di0wLjA5M2MtMC4xMy0uMDMxLTAuMjUtMC4wNjItMC4zNy0wLjA5M1Y2ODQuMjhoLTAuMTlsLTAuMDktLjE4NmgtMC4xOWMtMC4wOS0uMTI0LTAuMTgtMC4yNDgtMC4yOC0wLjM3MmgtMC4wOXYtMC4xODZjLTAuMDYtLjAzMS0wLjEyLTAuMDYyLTAuMTktMC4wOTJ2LTAuMTg2bC0wLjE4LS4wOTN2LTAuMjc5aC0wLjA5di0wLjI3OWgtMC4xVjY4MS40aDAuMXYtMC4yNzloMC4wOWwwLjA5LS40NjVjMC4wNi0uMDMxLjEzLTAuMDYyLDAuMTktMC4wOTN2LTAuMTg2YzAuMjEtLjE4Ni40My0wLjM3MiwwLjY1LTAuNTU4di0wLjE4NWMwLjIxLS4xODYuNDMtMC4zNzIsMC42NS0wLjU1OHYtMC4xODZjMC4xMi0uMDkzLjI0LTAuMTg2LDAuMzctMC4yNzl2LTAuMTg2YzAuMDktLjA2Mi4xOC0wLjEyNCwwLjI4LTAuMTg2di0wLjE4NmwwLjE4LS4wOTMsMC4wOS0uMjc5aDAuMXYtMC4xODZsMC4xOC0uMDkzYzAuMDMtLjA5My4wNy0wLjE4NiwwLjEtMC4yNzloMC4wOWwwLjA5LS4zNzJjMC4wNi0uMDMxLjEzLTAuMDYyLDAuMTktMC4wOTNsMC4xOC0uNTU4aDAuMWwwLjE4LS41NTdoMC4wOXYtMC4yNzloMC4xdi0wLjE4NmgwLjA5VjY3NC44aDAuMDl2LTAuMTg2aDAuMWwwLjA5LS41NThoMC4wOWwwLjA5LS42NTFoMC4xbDAuMDktMS4wMjNhNi44MTMsNi44MTMsMCwwLDAsLjA5LTIuMjMxaC0wLjA5VjY2OS41OWgtMC4wOXYtMC4yNzloLTAuMXYtMC4yNzloLTAuMDl2LTAuMjc5aC0wLjA5Yy0wLjA2LS4xODYtMC4xMy0wLjM3Mi0wLjE5LTAuNTU3aC0wLjA5bC0wLjA5LS4zNzJjLTAuMDctLjAzMS0wLjEzLTAuMDYyLTAuMTktMC4wOTN2LTAuMTg2Yy0wLjI4LS4yNDgtMC41Ni0wLjUtMC44My0wLjc0NC0wLjEtLjEyNC0wLjE5LTAuMjQ4LTAuMjgtMC4zNzJoLTAuMTlsLTAuMDktLjE4NmMtMC4wOS0uMDMxLTAuMTktMC4wNjItMC4yOC0wLjA5M3YtMC4wOTNsLTAuMzctLjA5My0wLjA5LS4xODZoLTAuMTl2LTAuMDkzaC0wLjI4di0wLjA5M2wtMS4wMi0uMTg2VjY2NS41aC0wLjU1djAuMDkzbC0wLjM4LjA5M3YwLjA5M2gtMC4xOGwtMC4wOS4xODZoLTAuMTl2MC4wOTNjLTAuMTIuMDkzLS4yNSwwLjE4Ni0wLjM3LDAuMjc5djAuMTg2Yy0wLjA2LjAzMS0uMTIsMC4wNjItMC4xOSwwLjA5M1Y2NjYuOGgtMC4wOWwtMC4wOS4zNzJoLTAuMWwtMC4xOC44MzdoLTAuMDl2MC40NjRoLTAuMXYwLjY1MWgtMC4wOXYwLjQ2NWgtMC4wOXYwLjM3MmgtMC4wOXYwLjM3MmgtMC4xdjAuMzcybC0wLjkzLDIuMTM4LTAuMTguMDkzYy0wLjA2LjE4Ni0uMTIsMC4zNzItMC4xOSwwLjU1OGwtMC4xOC4wOTN2MC4xODZjLTAuMDYuMDMxLS4xMywwLjA2Mi0wLjE5LDAuMDkzbC0wLjA5LjM3MmMtMC4wOS4wNjItLjE5LDAuMTI0LTAuMjgsMC4xODZ2MC4xODZjLTAuMDkuMDYyLS4xOCwwLjEyNC0wLjI4LDAuMTg2djAuMTg2Yy0wLjE1LjEyNC0uMzEsMC4yNDgtMC40NiwwLjM3Mi0wLjA2LjEyNC0uMTMsMC4yNDgtMC4xOSwwLjM3MmgtMC4xOGMtMC4xMy4xNTQtLjI1LDAuMzA5LTAuMzcsMC40NjRoLTAuMTljLTAuMDYuMDkzLS4xMiwwLjE4Ni0wLjE5LDAuMjc5aC0wLjE4djAuMDkzaC0wLjE5djAuMDkzaC0wLjE4bC0wLjA5LjE4NmMtMC4xOS4wNjItLjM4LDAuMTI0LTAuNTYsMC4xODZsLTAuMDkuMTg2LTAuMzguMDkzVjY3Ny40bC0wLjI3LjA5M2MtMC4wMy4wNjItLjA3LDAuMTI0LTAuMSwwLjE4NmgtMC4xOGExLjY4OSwxLjY4OSwwLDAsMS0uMS4xODZoLTAuMThjLTAuMDYuMDkzLS4xMiwwLjE4Ni0wLjE5LDAuMjc5aC0wLjE4Yy0wLjA2LjA5My0uMTMsMC4xODYtMC4xOSwwLjI3OWgtMC4xOGMtMC4xNi4xODYtLjMxLDAuMzcyLTAuNDcsMC41NThoLTAuMThjLTAuMTMuMTU1LS4yNSwwLjMxLTAuMzcsMC40NjVsLTAuOTMuODM2djAuMTg2Yy0wLjI1LjIxNy0uNSwwLjQzNC0wLjc0LDAuNjUxdjAuMTg2Yy0wLjA3LjAzMS0uMTMsMC4wNjItMC4xOSwwLjA5M3YwLjA5M2MtMC4wOS4wNjItLjE5LDAuMTI0LTAuMjgsMC4xODZ2MC4xODZsLTAuMTguMDkzYy0wLjAzLjA5My0uMDcsMC4xODYtMC4xLDAuMjc5LTAuMTIuMDkzLS4yNCwwLjE4Ni0wLjM3LDAuMjc5VjY4Mi43Yy0wLjA5LjA2Mi0uMTgsMC4xMjQtMC4yOCwwLjE4NmwtMC4wOS4yNzktMC4xOC4wOTN2MC4xODZjLTAuMS4wNjEtLjE5LDAuMTIzLTAuMjgsMC4xODV2MC4xODZoLTAuMWwtMC4wOS4yNzktMC4xOC4wOTN2MC4xODZjLTAuMS4wNjItLjE5LDAuMTI0LTAuMjgsMC4xODZ2MC4xODZjLTAuMDYuMDMxLS4xMywwLjA2Mi0wLjE5LDAuMDkzdjAuMTg2bC0wLjE4LjA5M1Y2ODUuM2MtMC4wNy4wMzEtLjEzLDAuMDYyLTAuMTksMC4wOTN2MC4xODZjLTAuMDYuMDMxLS4xMiwwLjA2Mi0wLjE5LDAuMDkzdjAuMTg2bC0wLjE4LjA5M3YwLjE4NmMtMC4wNi4wMzEtLjEyLDAuMDYyLTAuMTksMC4wOTNsLTAuMDkuMzcyLTAuMTguMDkzdjAuMTg2Yy0wLjA3LjAzMS0uMTMsMC4wNjItMC4xOSwwLjA5M2wtMC4wOS4zNzFoLTAuMWwtMC4wOS4yNzktMC4xOC4wOTN2MC4xODZjLTAuMTMuMDkzLS4yNSwwLjE4Ni0wLjM4LDAuMjc5djAuMTg2aC0wLjA5bC0wLjE4LjI3OWgtMC4xOWMtMC4wNi4wOTMtLjEyLDAuMTg2LTAuMTksMC4yNzloLTAuMThsLTAuMDkuMTg2aC0wLjE5bC0wLjA5LjE4NmgtMC4xOXYwLjA5M2gtMC4xOHYwLjA5M0ExMS42NTcsMTEuNjU3LDAsMCwxLDE1NjUuMjYsNjg5Ljg1OVptLTE1LjQtMy40NGEwLjczNSwwLjczNSwwLDAsMC0uMzguNjUxLDQuMSw0LjEsMCwwLDAtLjA5LDEuNjczdjIyLjMxNGE2Ljk0Miw2Ljk0MiwwLDAsMCwuMTksMi4yMzJjMC44NiwwLjQ2OCwyLjc3LjI3OSw0LjA4LDAuMjc5aDYuNGEyMi42MTcsMjIuNjE3LDAsMCwwLDMuNTMtLjA5MywxLjExLDEuMTEsMCwwLDAsLjE5LTAuMzcyLDQuMzgyLDQuMzgyLDAsMCwwLC4wOS0xLjc2N1Y2ODkuMjA4YTE4LjA4NywxOC4wODcsMCwwLDAtLjA5LTIuNmMtMC4xLS4wMzEtMC4xOS0wLjA2Mi0wLjI4LTAuMDkzYTIuMDU4LDIuMDU4LDAsMCwwLTEuMDItLjA5M2gtMTIuNjJabTIuOTcsMy4yNTRhMy4xNCwzLjE0LDAsMCwxLC43NC4wOTNsMC4wOSwwLjI3OWgwLjA5djAuMjc5aDAuMXYwLjc0NGgwLjA5djAuMjc4aDAuMDljMC4wNiwwLjE4Ni4xMywwLjM3MiwwLjE5LDAuNTU4aDAuMDl2MC4xODZjMC4xNiwwLjEyNC4zMSwwLjI0OCwwLjQ2LDAuMzcyYTEuNjg5LDEuNjg5LDAsMCwxLC4xLjE4NmgwLjE4YTEuNjg5LDEuNjg5LDAsMCwwLC4xLjE4NmgwLjE4djAuMDkzbDAuMzcsMC4wOTN2MC4wOTNoMC4zN3YwLjA5M2EyLjgsMi44LDAsMCwwLDEuOTUtLjM3MmgwLjE5bDAuMTgtLjI3OWgwLjE5di0wLjA5M2MwLjA5LS4wNjIuMTgtMC4xMjQsMC4yOC0wLjE4NlY2OTIuMDljMC4wOS0uMDYyLjE4LTAuMTI0LDAuMjgtMC4xODZ2LTAuMTg2aDAuMDl2LTAuMTg2aDAuMDl2LTAuMjc5aDAuMDljMC4zNC0uOTU0LTAuMy0xLjU0NiwxLjEyLTEuNTgsMC4wOSwwLjEyNC4xOCwwLjI0OCwwLjI4LDAuMzcyaDAuMDl2MS4wMjNhMy4xNCwzLjE0LDAsMCwwLS4xOS43NDNoLTAuMDlWNjkyaC0wLjA5djAuMjc5aC0wLjA5djAuMTg2Yy0wLjA3LjAzMS0uMTMsMC4wNjItMC4xOSwwLjA5M3YwLjE4NmMtMC4wNi4wMzEtLjEyLDAuMDYyLTAuMTksMC4wOTN2MC4xODZsLTAuMjcuMTg2Yy0wLjE2LjE4Ni0uMzEsMC4zNzItMC40NywwLjU1OGgtMC4xOGMtMC4wMy4wNjItLjA3LDAuMTI0LTAuMSwwLjE4NmgtMC4xOGExLjY4OSwxLjY4OSwwLDAsMS0uMS4xODZjLTAuMTIuMDMxLS4yNCwwLjA2Mi0wLjM3LDAuMDkzdjAuMDkzaC0wLjI3djAuMDkzaC0wLjI4djAuMDkzaC0wLjM3VjY5NC42YTQuMTQ5LDQuMTQ5LDAsMCwxLTEuOTUtLjE4NmwtMC41Ni0uMDkzYTQuODIxLDQuODIxLDAsMCwxLTIuNTEtMy4wNjksMy40NzksMy40NzksMCwwLDEsLjEtMS4zOTRBMC43LDAuNywwLDAsMCwxNTUyLjgzLDY4OS42NzNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTU0OCAtNjY0KSIgZmlsbD0iI2Y3YzEwMCIgZmlsbC1vcGFjaXR5PSIxIi8+Cjwvc3ZnPg==") left 50% top 0px / 28px no-repeat;
    padding-top: 25px;
    text-align: center;
  }
  .title-page .widget-49 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-86 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-86 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-86 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-top: 27px;
    text-align: center;
  }
  .title-page .blocklist-86 .more {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-53 .layout_84_id_73 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .editable_block-73 .title {
    font-size: 20px;
    padding-bottom: 0.02px;
  }
  .title-page .editable_block-73 .text {
    font-size: 15px;
    padding-top: 10px;
  }
  .title-page .block-25 .layout_44 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 .layout_45 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-25 .layout_46 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-19 {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-21 {
    width: 420px;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .title-page .block-26 {
    padding-top: 15px;
  }
  .title-page .block-44 .layout_48 {
    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-44 .layout_51 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 .layout_52 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-27 {
    width: 420px;
    max-width: 100%;
  }
  .title-page .widget-22 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .title-page .address-50 .text_body {
    font-size: 14px;
  }
  .title-page .widget-24 {
    width: 420px;
  }
  .title-page .editable_block-51 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-51 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-25 {
    -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 .block-22 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-18 {
    padding: 33px 13px 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    min-height: 0;
  }
  .title-page .form-38 .form__header {
    margin-bottom: 15px;
    padding-top: 0.02px;
  }
  .title-page .form-38 .form-submit button {
    line-height: 1.5;
  }
  .title-page .form-38 .form-captcha button {
    line-height: 1.5;
  }
  .title-page .blocklist-89 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-89 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-89 .list {
    width: 280px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-89 .item {
    margin-bottom: 1px;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-89 .image {
    margin-bottom: 11px;
    margin-top: 10px;
  }
  .title-page .blocklist-89 .title {
    padding-top: 20px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-89 .controls {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-89 .bx-pager-wrap {
    display: -webkit-flex;
    display: flex;
  }
}
.title-page .side-panel .widget-33 {
  margin: 0 0 20px;
  z-index: 10;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  text-align: left;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
}
.title-page .side-panel .menu-65 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-65 .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-65 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-65 .menu-scroll > ul ul {
  position: static;
  width: auto;
  margin-left: 0;
}
.title-page .side-panel .menu-65 .menu-scroll > ul ul > li > a {
  color: #f5fbff;
}
.title-page .side-panel .menu-65 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-65 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-65 .menu-scroll > ul ul > li > a.active {
  background: rgba(255, 255, 255, 0.17);
}
.title-page .side-panel .menu-65 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-65 .menu-scroll > ul > li.menu-item > a {
  padding: 10px 20px;
  width: auto;
  margin-right: 0;
  color: #0a0a0a;
}
.title-page .side-panel .menu-65 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-65 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-65 .menu-scroll > ul > li.menu-item > a.active {
  color: #4f433a;
}