@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;

}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  background: #fff;
}
.title-page .wrapper {
  border: none;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #000;
  font-style: normal;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 72, 255, 0.06);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-52 {
  padding: 100px 30px;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  z-index: 10;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-66 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: 1200px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.1;
  max-width: 100%;
}
.title-page .mosaic-gallery-118 .mg-name {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  font-size: 20px;
}
.title-page .mosaic-gallery-118 .mg-name .mg-name-text {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #303030;
  line-height: 1.2;
  font-size: 30px;
  text-decoration: none;
  font-weight: 900;
}
.title-page .mosaic-gallery-118 .mg-name .mg-name-all {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.title-page .mosaic-gallery-118 .mg-all-wrap {
  box-sizing: border-box;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 0.02px;
}
.title-page .mosaic-gallery-118 .mg-all {
  padding: 30px 50px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 0;
  min-height: 16px;
  line-height: 1.2;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  -moz-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  background: #353585;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: 600;
}
.title-page .mosaic-gallery-118 .mg-all:hover, .title-page .mosaic-gallery-118 .mg-all.hover, .title-page .mosaic-gallery-118 .mg-all.active {
  -webkit-box-shadow: inset 0px 3px 2px 0px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 2px 0px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  box-shadow: inset 0px 3px 2px 0px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  background: #ff9829;
}
.title-page .mosaic-gallery-118 .mg-all:active, .title-page .mosaic-gallery-118 .mg-all.active {
  -webkit-box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  background: #3086db;
}
.title-page .mosaic-gallery-118 .mosaic-gallery-content {
  box-sizing: border-box;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.title-page .mosaic-gallery-118 .lines-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .mosaic-gallery-118 .lines-cell {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
.title-page .mosaic-gallery-118 .mg-item {
  margin: 0;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 100%;
}
.title-page .mosaic-gallery-118 .mg-item a {
  box-sizing: border-box;
  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;
  position: relative;
  overflow: hidden;
}
.title-page .mosaic-gallery-118 .mg-item .mg-title {
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  width: auto;
  right: 0;
  bottom: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: 500;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
  background: none rgba(53, 53, 133, 0.35);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .mosaic-gallery-118 .mg-item .mg-title:hover, .title-page .mosaic-gallery-118 .mg-item .mg-title.hover, .title-page .mosaic-gallery-118 .mg-item .mg-title.active {
  color: rgba(255, 255, 255, 0);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgaWQ9IkVkaXRhYmxlLWxpbmUiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDMyIDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjxjaXJjbGUgY3g9IjE0IiBjeT0iMTQiIGZpbGw9Im5vbmUiIGlkPSJYTUxJRF85NF8iIHI9IjkiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9jaXJjbGU+PGxpbmUgZmlsbD0ibm9uZSIgaWQ9IlhNTElEXzkzXyIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIiB4MT0iMjciIHgyPSIyMC4zNjYiIHkxPSIyNyIgeTI9IjIwLjM2NiIgc3Ryb2tlLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGRhdGEtY2hhbmdlZD0idHJ1ZSI+PC9saW5lPjxsaW5lIGZpbGw9Im5vbmUiIGlkPSJYTUxJRF85Nl8iIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIgeDE9IjE0IiB4Mj0iMTQiIHkxPSIxMCIgeTI9IjE4IiBzdHJva2Utb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZGF0YS1jaGFuZ2VkPSJ0cnVlIj48L2xpbmU+PGxpbmUgZmlsbD0ibm9uZSIgaWQ9IlhNTElEXzk3XyIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIiB4MT0iMTAiIHgyPSIxOCIgeTE9IjE0IiB5Mj0iMTQiIHN0cm9rZS1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBkYXRhLWNoYW5nZWQ9InRydWUiPjwvbGluZT48L3N2Zz4=") left 50% top 50% / 38px no-repeat rgba(53, 53, 133, 0.75);
}
.title-page .mosaic-gallery-118 .mg-item img {
  margin: auto;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
}
.title-page .mosaic-gallery-118 .mg-item.flex-row img {
  max-width: none;
}
.title-page .mosaic-gallery-118 .mg-item.flex-row a {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .mosaic-gallery-118 .lines-cell .mg-item {
  width: 100%;
}
.title-page .mosaic-gallery-118 .mosaic-gallery-content.fix-height {
  overflow: hidden;
  height: 100px;
  max-height: 100px;
}
.title-page .mosaic-gallery-118 .mg-increase_wrap {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  display: none;
}
.title-page .mosaic-gallery-118 .mg-increase_content {
  padding: 10px;
  box-sizing: border-box;
  background: #666;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.title-page .mosaic-gallery-118 .mg-increase_close {
  display: none;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_gallery_mosaic_mg-close.png") 0 0 no-repeat;
  cursor: pointer;
}
.title-page .mosaic-gallery-118 .mg-increase_wrap img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
}
.title-page .mosaic-gallery-118 .mg-increase_title {
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  padding-top: 10px;
  display: -webkit-flex;
  display: flex;
}
.title-page .mosaic-gallery-118 .mg-increase_wrap.popup-block {
  position: fixed;
  z-index: 1500;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  overflow: auto;
}
.title-page .mosaic-gallery-118 .mg-increase_wrap.popup-block:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.title-page .mosaic-gallery-118 .mg-increase_wrap.popup-block .mg-increase_close {
  display: block;
}
.title-page .mosaic-gallery-118 .mg-text-before {
  box-sizing: border-box;
  margin-bottom: 50px;
  font-size: 17px;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #9e9e9e;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .mosaic-gallery-118 .mg-text-after {
  box-sizing: border-box;
  margin-top: 20px;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
}
.title-page .mosaic-gallery-118 p:first-of-type {
  margin-top: 0;
}
.title-page .mosaic-gallery-118 p:last-of-type {
  margin-bottom: 0;
}
.title-page .block-43 {
  padding: 40px 30px;
  margin: 0;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: #353585;
  z-index: 9;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  max-width: 100%;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-42 .layout_96 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-42 .layout_97 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-42 .layout_98 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-42 {
  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;
  max-width: 100%;
}
.title-page .widget-57 {
  margin: 3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: right;
  text-decoration: none;
  font-size: 13px;
  width: auto;
  right: 0;
  font-weight: 500;
}
.title-page .widget-56 {
  margin: 0 0 auto 10px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-55 {
  margin: 10px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
  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;
}
.title-page .block-38 {
  padding: 70px 30px;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
  url("../images/54934095_2!!!.jpg") center center / cover no-repeat fixed;
  z-index: 8;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  display: block;
  text-indent: 0;
  text-decoration: none;
  -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 .block-41 .layout_86 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-41 .layout_87 {
  -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-41 .layout_90 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-41 {
  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;
  max-width: 100%;
}
.title-page .widget-48 {
  margin: 0 0 auto 100px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: left;
  width: 220px;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  display: block;
}
.title-page .menu-86 .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;
  height: auto;
  width: auto;
  background: #d6d6d6;
}
.title-page .menu-86 .menu-scroll > ul ul {
  padding: 5px;
  position: absolute;
  top: 0;
  left: 100%;
  background: #eee;
  list-style: none;
  width: 150px;
  display: none;
}
.title-page .menu-86 .menu-scroll > ul ul > li > a {
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  background: #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
.title-page .menu-86 .menu-scroll > ul ul > li.delimiter {
  margin: 3px 2px;
  box-sizing: border-box;
  min-height: 2px;
  height: auto;
  width: auto;
  background: #999;
}
.title-page .menu-86 .menu-title {
  border: none;
  box-sizing: border-box;
  font-size: 25px;
  padding-left: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 0.3px;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-86 .menu-button {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 50px;
  min-height: 50px;
}
.title-page .menu-86 .menu-scroll {
  display: block;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-86 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: block;
}
.title-page .menu-86 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-86 .menu-scroll > ul > li.menu-item > a {
  padding: 10px 15px 10px 0;
  margin: 0;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  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;
  font-family: Montserrat, sans-serif;
  position: relative;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-weight: 500;
}
.title-page .menu-86 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-86 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-86 .menu-scroll > ul > li.menu-item > a.active {
  color: #ff9829;
}
.title-page .menu-86 .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-86 .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-86 .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-86 .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-86 .menu-scroll > ul ul > li {
  padding: 0;
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.title-page .menu-86 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  background: #000;
  min-height: 12px;
}
.title-page .menu-86 .menu-scroll > ul > li.menu-item > a .has-child-icon strong {
  display: block;
  width: 12px;
  height: 12px;
  background: #000;
}
.title-page .menu-86 .menu-scroll > ul ul > li > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  background: #000;
  min-height: 12px;
}
.title-page .menu-86 .menu-scroll > ul ul > li > a .has-child-icon strong {
  display: block;
  width: 12px;
  height: 12px;
  background: #000;
}
.title-page .block-39 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-49 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-88 p:first-child {
  margin-top: 0;
}
.title-page .phones-88 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-88 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
}
.title-page .phones-88 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-88 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 45px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGhvbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjQxLjg5LDgwaC0wLjA3YTE3LjMsMTcuMywwLDAsMS02LjctMS41NjEsMS4xNzIsMS4xNzIsMCwwLDEsLjkzLTIuMTUyLDE1LjIyLDE1LjIyLDAsMCwwLDUuNzgsMS4zNjloMC4wNmE3LjIyMSw3LjIyMSwwLDAsMCw1LjIyLTEuOVY3NS43NDZhMi4xMDYsMi4xMDYsMCwwLDAtLjEtMi45MzZjLTMuMTUtMy4wMzQtNC42My0yLjgxMy02LjAxLTEuNDczbC0yLjE5LDIuMTcyYTEuMTY4LDEuMTY4LDAsMCwxLTEuMy4yMzksMjMuNzMsMjMuNzMsMCwwLDEtNi4zOS00LjcxMWwtMC4xNi0uMTU0YTIzLjg1LDIzLjg1LDAsMCwxLTQuNzEtNi4zOTUsMS4xNjcsMS4xNjcsMCwwLDEsLjI0LTEuM0wxMjI4LjY2LDU5YzEuMzQtMS4zNzUsMS41Ni0yLjg2LTEuNDctNi4wMDdhMi4xMTIsMi4xMTIsMCwwLDAtMi45NC0uMTA2bC0wLjAxLjAwOGE3LjI1OSw3LjI1OSwwLDAsMC0xLjksNS4yNzRjMC4wMiw0LjIxLDIuNDEsOS4xLDYuMzksMTMuMDgxLDAsMCwuMDEuMDA3LDAuMDEsMC4wMTFhMjYuMzk0LDI2LjM5NCwwLDAsMCwyLjU4LDIuMjQ0LDEuMTczLDEuMTczLDAsMCwxLTEuNDMsMS44NiwyOC40ODksMjguNDg5LDAsMCwxLTIuOC0yLjQzNnMwLS4wMDctMC4wMS0wLjAxMWMtNC40MS00LjQxMS03LjA2LTkuOTItNy4wOC0xNC43MzdhOS40ODcsOS40ODcsMCwwLDEsMi42MS02Ljk2NWMwLjAxLS4wMTQuMDMtMC4wMjksMC4wNC0wLjA0M2wwLjA0LS4wMzFhNC40NjIsNC40NjIsMCwwLDEsNi4xOS4yMjQsMTAuOTg2LDEwLjk4NiwwLDAsMSwyLjg2LDQuMzE1LDQuODIxLDQuODIxLDAsMCwxLTEuNDEsNC45NnYwLjAwNmwtMS41NywxLjU4NWEyMy40NTcsMjMuNDU3LDAsMCwwLDMuODYsNC45OTVsMC4xNSwwLjE1NGEyMy42NCwyMy42NCwwLDAsMCw1LDMuODY1bDEuNTgtMS41NzRjMC4wMSwwLC4wMSwwLDAuMDEtMC4wMDdhNC44MzIsNC44MzIsMCwwLDEsNC45Ni0xLjQwNywxMC44MjIsMTAuODIyLDAsMCwxLDQuMzEsMi44NjYsNC40NDUsNC40NDUsMCwwLDEsLjIzLDYuMTg4bC0wLjAzLjAzNGMtMC4wMi4wMTUtLjAzLDAuMDMxLTAuMDUsMC4wNDVBOS40NjcsOS40NjcsMCwwLDEsMTI0MS44OSw4MFptMC43MS0xNy4xNjhhMS4xNjYsMS4xNjYsMCwwLDAsLjc5LTEuNDU2bC0wLjAxLS4wNTRhNi43MzQsNi43MzQsMCwwLDAtNC43OC00LjcyLDEuMTcxLDEuMTcxLDAsMSwwLS42MiwyLjI1OCw0LjExNyw0LjExNywwLDAsMSwyLjAxLDEuMTQ5LDQuMjA1LDQuMjA1LDAsMCwxLDEuMTQsMS45NzRsMC4wMSwwLjA1N2ExLjE4NSwxLjE4NSwwLDAsMCwxLjEzLjg0QTEuMTQyLDEuMTQyLDAsMCwwLDEyNDIuNiw2Mi44MzFabTYuMTYsMS40N2ExMi45NzEsMTIuOTcxLDAsMCwwLTEzLTEzLjA2NmgtMC4wNmExLjE3MiwxLjE3MiwwLDAsMCwwLDIuMzQzaDAuMDZhMTAuNjQxLDEwLjY0MSwwLDAsMSwxMC42NiwxMC43MTIsMS4xNzUsMS4xNzUsMCwwLDAsMS4xNywxLjE3N2gwQTEuMTY1LDEuMTY1LDAsMCwwLDEyNDguNzYsNjQuM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjIwIC01MCkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 21px no-repeat #3086da;
  margin-right: 20px;
  min-height: 45px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .phones-88 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  left: 100%;
  top: auto;
  right: auto;
  bottom: auto;
}
.title-page .phones-88 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .phones-88 .title {
  border: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: #ff9829;
  text-align: left;
  text-decoration: none;
  margin-bottom: 5px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 500;
}
.title-page .phones-88 .text_body {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-88 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-88 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-88 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-50 {
  margin: 40px 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-89 p:first-child {
  margin-top: 0;
}
.title-page .address-89 p:last-child {
  margin-bottom: 0;
}
.title-page .address-89 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-89 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-89 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 45px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDI1IDMwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iYWRyZXMuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05NjIuNSw2NS42NDRhNS41MDgsNS41MDgsMCwxLDEsNS40NjUtNS41MDgsNS42NDcsNS42NDcsMCwwLDEtLjA3MS44OTIsMS4xNjMsMS4xNjMsMCwxLDEtMi4zLS4zNzcsMy4yNjQsMy4yNjQsMCwwLDAsLjA0MS0wLjUxNCwzLjEzNywzLjEzNywwLDEsMC0yLjcxMywzLjEzNSwxLjE3MiwxLjE3MiwwLDAsMSwuMzExLDIuMzIzQTUuNTEzLDUuNTEzLDAsMCwxLDk2Mi41LDY1LjY0NFptLTQuNzQ3LDQuNTA3Yy0yLjYwOS0yLjgyMy01LjMwNy01Ljc0MS01LjMxMS0xMC4wNzJhMTAuMDg3LDEwLjA4NywwLDAsMSwyMC4xNzQsMGMwLDQuMzI3LTIuNzE1LDcuMjQtNS4zMzgsMTAuMDU3YTMxLjgyNywzMS44MjcsMCwwLDAtMy44LDQuNjMzLDEuMTU4LDEuMTU4LDAsMCwxLTEuOTY2LDBBMzIuMTQ4LDMyLjE0OCwwLDAsMCw5NTcuNzUzLDcwLjE1MVptLTIuOTg2LTEwLjA3MmMwLDMuNDA3LDIuMTc0LDUuNzU2LDQuNjg4LDguNDc0YTQ1LjAwNyw0NS4wMDcsMCwwLDEsMy4wNDYsMy41MzYsNDQuMzI1LDQ0LjMyNSwwLDAsMSwzLjA4MS0zLjU1OWMyLjUyNS0yLjcxMyw0LjcwNS01LjA1Niw0LjcwOS04LjQ1NGE3Ljc3OCw3Ljc3OCwwLDAsMC03Ljc5MS03LjczM0E3LjY1OCw3LjY1OCwwLDAsMCw5NTQuNzY3LDYwLjA3OVptMTguMzU5LDEzLjE2YTE0LjAzMSwxNC4wMzEsMCwwLDAtMy42NS0xLjE4NCwxLjE3MiwxLjE3MiwwLDAsMC0uNDYzLDIuM2MyLjM1NiwwLjQ4MiwzLjMyMiwxLjA2MSwzLjYsMS4zNDNhNi4zMiw2LjMyLDAsMCwxLTIuOTA5LDEuMjE3LDM1LjIwOCwzNS4yMDgsMCwwLDEtMTQuNDEsMCw2LjMxMyw2LjMxMywwLDAsMS0yLjkwOS0xLjIxN2MwLjI3OS0uMjgxLDEuMjQ1LTAuODYsMy42LTEuMzQzYTEuMTcyLDEuMTcyLDAsMCwwLS40NjMtMi4zLDE0LjAxOCwxNC4wMTgsMCwwLDAtMy42NSwxLjE4NEEyLjg4NCwyLjg4NCwwLDAsMCw5NTAsNzUuN2MwLDEuNDU0LDEuNCwyLjU3OSw0LjE3NiwzLjM0NWEzNi42LDM2LjYsMCwwLDAsMTYuNjQ4LDBDOTczLjYsNzguMjc1LDk3NSw3Ny4xNSw5NzUsNzUuN0EyLjg4NiwyLjg4NiwwLDAsMCw5NzMuMTI2LDczLjIzOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05NTAgLTUwKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 19px no-repeat #3086da;
  margin-right: 20px;
  min-height: 45px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.title-page .address-89 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-89 .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-89 .title {
  border: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: #ff9829;
  text-decoration: none;
  margin-bottom: 5px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-weight: 500;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .address-89 .text_body {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 300px;
}
.title-page .address-89 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-89 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-40 {
  margin: 0 0 auto 50px;
  position: relative;
  top: 0;
  left: 0;
  width: 340px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  text-decoration: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-54 {
  margin: 40px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widgetsocial-95 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-95 .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-95 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}
.title-page .widgetsocial-95 .soc {
  margin: 2px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.title-page .widgetsocial-95 .vk .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMjEiIGhlaWdodD0iMjQiIGlkPSJMYXllcl8yMSIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiPjx0aXRsZSBpZD0idGl0bGUtMiI+PC90aXRsZT48cGF0aCBkPSJNMjEuNTQ3MzYsN0gxOC4yNTY4OGEuNzQyODEuNzQyODEsMCwwLDAtLjY1NDUyLjM5MTU2cy0xLjMxMjM3LDIuNDE2OTMtMS43MzM5MiwzLjIzMUMxNC43MzQzOCwxMi44MTI1LDE0LDEyLjEyNSwxNCwxMS4xMDg2M1Y3LjYwNDE3QTEuMTA0MTcsMS4xMDQxNywwLDAsMCwxMi44OTU4Myw2LjVoLTIuNDc0YTEuOTgxOCwxLjk4MTgsMCwwLDAtMS43NTEuODEyNXMxLjI1NjI2LS4yMDMxMiwxLjI1NjI2LDEuNDg5NThjMCwuNDE5NzQuMDIxNjIsMS42MjcyMy4wNDEzMiwyLjY0YS43Mjk0My43Mjk0MywwLDAsMS0xLjI3My41MDQzMSwyMS41NDAyOSwyMS41NDAyOSwwLDAsMS0yLjQ5ODItNC41NDM1OUEuNjkzMTQuNjkzMTQsMCwwLDAsNS41NjY4LDdDNC44NTMyLDcsMy40MjUyMiw3LDIuNTc3MTksN2EuNTA4LjUwOCwwLDAsMC0uNDc5NjkuNjg0ODFDMy4wMDUyOSwxMC4xNzQ4Nyw2LjkxNTc2LDE4LDExLjM3OTE3LDE4aDEuODc4NjVBLjc0MjE5Ljc0MjE5LDAsMCwwLDE0LDE3LjI1NzgxVjE2LjEyMzQyYS43MjkzLjcyOTMsMCwwLDEsMS4yMjg2OC0uNTMxNWwyLjI0ODYxLDIuMTEyN0ExLjA4OTExLDEuMDg5MTEsMCwwLDAsMTguMjIzLDE4aDIuOTUyODFjMS40MjQxNSwwLDEuNDI0MTUtLjk4ODI0LjY0NzY4LTEuNzUyOTQtLjU0NjQ1LS41MzgxNy0yLjUxODMyLTIuNjE2NjMtMi41MTgzMi0yLjYxNjYzQTEuMDE4NjIsMS4wMTg2MiwwLDAsMSwxOS4yMjY4LDEyLjMwN2MuNjM3MzctLjgzODc2LDEuNjc5ODgtMi4yMTE3NSwyLjEyMi0yLjc5OTkzQzIxLjk1MzEzLDguNzAzMTMsMjMuMDQ2ODgsNywyMS41NDczNiw3WiIgaWQ9InBhdGgtMyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / auto auto no-repeat transparent;
  width: 40px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-95 .vk .wg-soc-icon:hover, .title-page .widgetsocial-95 .vk .wg-soc-icon.hover, .title-page .widgetsocial-95 .vk .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMjEiIGhlaWdodD0iMjQiIGlkPSJMYXllcl8yMSIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiPjx0aXRsZSBpZD0idGl0bGUtMiI+PC90aXRsZT48cGF0aCBkPSJNMjEuNTQ3MzYsN0gxOC4yNTY4OGEuNzQyODEuNzQyODEsMCwwLDAtLjY1NDUyLjM5MTU2cy0xLjMxMjM3LDIuNDE2OTMtMS43MzM5MiwzLjIzMUMxNC43MzQzOCwxMi44MTI1LDE0LDEyLjEyNSwxNCwxMS4xMDg2M1Y3LjYwNDE3QTEuMTA0MTcsMS4xMDQxNywwLDAsMCwxMi44OTU4Myw2LjVoLTIuNDc0YTEuOTgxOCwxLjk4MTgsMCwwLDAtMS43NTEuODEyNXMxLjI1NjI2LS4yMDMxMiwxLjI1NjI2LDEuNDg5NThjMCwuNDE5NzQuMDIxNjIsMS42MjcyMy4wNDEzMiwyLjY0YS43Mjk0My43Mjk0MywwLDAsMS0xLjI3My41MDQzMSwyMS41NDAyOSwyMS41NDAyOSwwLDAsMS0yLjQ5ODItNC41NDM1OUEuNjkzMTQuNjkzMTQsMCwwLDAsNS41NjY4LDdDNC44NTMyLDcsMy40MjUyMiw3LDIuNTc3MTksN2EuNTA4LjUwOCwwLDAsMC0uNDc5NjkuNjg0ODFDMy4wMDUyOSwxMC4xNzQ4Nyw2LjkxNTc2LDE4LDExLjM3OTE3LDE4aDEuODc4NjVBLjc0MjE5Ljc0MjE5LDAsMCwwLDE0LDE3LjI1NzgxVjE2LjEyMzQyYS43MjkzLjcyOTMsMCwwLDEsMS4yMjg2OC0uNTMxNWwyLjI0ODYxLDIuMTEyN0ExLjA4OTExLDEuMDg5MTEsMCwwLDAsMTguMjIzLDE4aDIuOTUyODFjMS40MjQxNSwwLDEuNDI0MTUtLjk4ODI0LjY0NzY4LTEuNzUyOTQtLjU0NjQ1LS41MzgxNy0yLjUxODMyLTIuNjE2NjMtMi41MTgzMi0yLjYxNjYzQTEuMDE4NjIsMS4wMTg2MiwwLDAsMSwxOS4yMjY4LDEyLjMwN2MuNjM3MzctLjgzODc2LDEuNjc5ODgtMi4yMTE3NSwyLjEyMi0yLjc5OTkzQzIxLjk1MzEzLDguNzAzMTMsMjMuMDQ2ODgsNywyMS41NDczNiw3WiIgaWQ9InBhdGgtMyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .widgetsocial-95 .fb .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMjEiIGhlaWdodD0iMjQiIGlkPSJMYXllcl8yMSIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiPjx0aXRsZSBpZD0idGl0bGUtMiI+PC90aXRsZT48cGF0aCBkPSJNMTYuNzUgOUgxMy41VjdhMSAxIDAgMCAxIDEtMWgyVjNIMTRhNCA0IDAgMCAwLTQgNFY5SDh2M2gydjloMy41VjEySDE2eiIgaWQ9InBhdGgtMyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / auto auto no-repeat transparent;
  width: 40px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-95 .fb .wg-soc-icon:hover, .title-page .widgetsocial-95 .fb .wg-soc-icon.hover, .title-page .widgetsocial-95 .fb .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMjEiIGhlaWdodD0iMjQiIGlkPSJMYXllcl8yMSIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiPjx0aXRsZSBpZD0idGl0bGUtMiI+PC90aXRsZT48cGF0aCBkPSJNMTYuNzUgOUgxMy41VjdhMSAxIDAgMCAxIDEtMWgyVjNIMTRhNCA0IDAgMCAwLTQgNFY5SDh2M2gydjloMy41VjEySDE2eiIgaWQ9InBhdGgtMyIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .widgetsocial-95 .tw .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1Ni42OTMgNTYuNjkzIiBoZWlnaHQ9IjU2LjY5M3B4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTYuNjkzIDU2LjY5MyIgd2lkdGg9IjU2LjY5M3B4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNNTIuODM3LDE1LjA2NWMtMS44MTEsMC44MDUtMy43NiwxLjM0OC01LjgwNSwxLjU5MWMyLjA4OC0xLjI1LDMuNjg5LTMuMjMsNC40NDQtNS41OTJjLTEuOTUzLDEuMTU5LTQuMTE1LDItNi40MTgsMi40NTQgIGMtMS44NDMtMS45NjQtNC40Ny0zLjE5Mi03LjM3Ny0zLjE5MmMtNS41ODEsMC0xMC4xMDYsNC41MjUtMTAuMTA2LDEwLjEwN2MwLDAuNzkxLDAuMDg5LDEuNTYyLDAuMjYyLDIuMzAzICBjLTguNC0wLjQyMi0xNS44NDgtNC40NDUtMjAuODMzLTEwLjU2Yy0wLjg3LDEuNDkyLTEuMzY4LDMuMjI4LTEuMzY4LDUuMDgyYzAsMy41MDYsMS43ODQsNi42LDQuNDk2LDguNDEyICBjLTEuNjU2LTAuMDUzLTMuMjE1LTAuNTA4LTQuNTc4LTEuMjY1Yy0wLjAwMSwwLjA0Mi0wLjAwMSwwLjA4NS0wLjAwMSwwLjEyOGMwLDQuODk2LDMuNDg0LDguOTgsOC4xMDgsOS45MSAgYy0wLjg0OCwwLjIzLTEuNzQxLDAuMzU0LTIuNjYzLDAuMzU0Yy0wLjY1MiwwLTEuMjg1LTAuMDYzLTEuOTAyLTAuMTgyYzEuMjg3LDQuMDE1LDUuMDE5LDYuOTM4LDkuNDQxLDcuMDE5ICBjLTMuNDU5LDIuNzExLTcuODE2LDQuMzI3LTEyLjU1Miw0LjMyN2MtMC44MTUsMC0xLjYyLTAuMDQ4LTIuNDExLTAuMTQyYzQuNDc0LDIuODY5LDkuNzg2LDQuNTQxLDE1LjQ5Myw0LjU0MSAgYzE4LjU5MSwwLDI4Ljc1Ni0xNS40LDI4Ljc1Ni0yOC43NTZjMC0wLjQzOC0wLjAwOS0wLjg3NS0wLjAyOC0xLjMwOUM0OS43NjksMTguODczLDUxLjQ4MywxNy4wOTIsNTIuODM3LDE1LjA2NXoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 24px no-repeat transparent;
  width: 40px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-95 .tw .wg-soc-icon:hover, .title-page .widgetsocial-95 .tw .wg-soc-icon.hover, .title-page .widgetsocial-95 .tw .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1Ni42OTMgNTYuNjkzIiBoZWlnaHQ9IjU2LjY5M3B4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTYuNjkzIDU2LjY5MyIgd2lkdGg9IjU2LjY5M3B4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNNTIuODM3LDE1LjA2NWMtMS44MTEsMC44MDUtMy43NiwxLjM0OC01LjgwNSwxLjU5MWMyLjA4OC0xLjI1LDMuNjg5LTMuMjMsNC40NDQtNS41OTJjLTEuOTUzLDEuMTU5LTQuMTE1LDItNi40MTgsMi40NTQgIGMtMS44NDMtMS45NjQtNC40Ny0zLjE5Mi03LjM3Ny0zLjE5MmMtNS41ODEsMC0xMC4xMDYsNC41MjUtMTAuMTA2LDEwLjEwN2MwLDAuNzkxLDAuMDg5LDEuNTYyLDAuMjYyLDIuMzAzICBjLTguNC0wLjQyMi0xNS44NDgtNC40NDUtMjAuODMzLTEwLjU2Yy0wLjg3LDEuNDkyLTEuMzY4LDMuMjI4LTEuMzY4LDUuMDgyYzAsMy41MDYsMS43ODQsNi42LDQuNDk2LDguNDEyICBjLTEuNjU2LTAuMDUzLTMuMjE1LTAuNTA4LTQuNTc4LTEuMjY1Yy0wLjAwMSwwLjA0Mi0wLjAwMSwwLjA4NS0wLjAwMSwwLjEyOGMwLDQuODk2LDMuNDg0LDguOTgsOC4xMDgsOS45MSAgYy0wLjg0OCwwLjIzLTEuNzQxLDAuMzU0LTIuNjYzLDAuMzU0Yy0wLjY1MiwwLTEuMjg1LTAuMDYzLTEuOTAyLTAuMTgyYzEuMjg3LDQuMDE1LDUuMDE5LDYuOTM4LDkuNDQxLDcuMDE5ICBjLTMuNDU5LDIuNzExLTcuODE2LDQuMzI3LTEyLjU1Miw0LjMyN2MtMC44MTUsMC0xLjYyLTAuMDQ4LTIuNDExLTAuMTQyYzQuNDc0LDIuODY5LDkuNzg2LDQuNTQxLDE1LjQ5Myw0LjU0MSAgYzE4LjU5MSwwLDI4Ljc1Ni0xNS40LDI4Ljc1Ni0yOC43NTZjMC0wLjQzOC0wLjAwOS0wLjg3NS0wLjAyOC0xLjMwOUM0OS43NjksMTguODczLDUxLjQ4MywxNy4wOTIsNTIuODM3LDE1LjA2NXoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 24px no-repeat rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .widgetsocial-95 .google .wg-soc-icon {
  border: none;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_social_links_google.png") left 50% top 50% / cover no-repeat transparent;
  width: 40px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-95 .google .wg-soc-icon:hover, .title-page .widgetsocial-95 .google .wg-soc-icon.hover, .title-page .widgetsocial-95 .google .wg-soc-icon.active {
  background: url("https://penoblok86.ru/t/v500/images/images/wm_social_links_google.png") left 50% top 50% / cover no-repeat rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .widgetsocial-95 .ins .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0iTGF5ZXJfMSIgdmlld0JveD0iMCAwIDU2LjcgNTYuNyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTYuNyA1Ni43Ij48cGF0aCBkPSJNMjguMiAxNi43Yy03IDAtMTIuOCA1LjctMTIuOCAxMi44czUuNyAxMi44IDEyLjggMTIuOFM0MSAzNi41IDQxIDI5LjUgMzUuMiAxNi43IDI4LjIgMTYuN3pNMjguMiAzNy43Yy00LjUuMC04LjItMy43LTguMi04LjJzMy43LTguMiA4LjItOC4yIDguMiAzLjcgOC4yIDguMlMzMi43IDM3LjcgMjguMiAzNy43eiIgaWQ9InBhdGgtMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PGNpcmNsZSBjeD0iNDEuNSIgY3k9IjE2LjQiIHI9IjIuOSIgaWQ9ImNpcmNsZS0zIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvY2lyY2xlPjxwYXRoIGQ9Ik00OSA4LjljLTIuNi0yLjctNi4zLTQuMS0xMC41LTQuMUgxNy45Yy04LjcuMC0xNC41IDUuOC0xNC41IDE0LjV2MjAuNWMwIDQuMyAxLjQgOCA0LjIgMTAuNyAyLjcgMi42IDYuMyAzLjkgMTAuNCAzLjloMjAuNGM0LjMuMCA3LjktMS40IDEwLjUtMy45IDIuNy0yLjYgNC4xLTYuMyA0LjEtMTAuNlYxOS4zQzUzIDE1LjEgNTEuNiAxMS41IDQ5IDguOXpNNDguNiAzOS45YzAgMy4xLTEuMSA1LjYtMi45IDcuM3MtNC4zIDIuNi03LjMgMi42SDE4Yy0zIDAtNS41LS45LTcuMy0yLjZDOC45IDQ1LjQgOCA0Mi45IDggMzkuOFYxOS4zYzAtMyAuOS01LjUgMi43LTcuMyAxLjctMS43IDQuMy0yLjYgNy4zLTIuNmgyMC42YzMgMCA1LjUuOSA3LjMgMi43IDEuNyAxLjggMi43IDQuMyAyLjcgNy4yVjM5Ljl2MHoiIGlkPSJwYXRoLTQiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 26px no-repeat transparent;
  width: 40px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-95 .ins .wg-soc-icon:hover, .title-page .widgetsocial-95 .ins .wg-soc-icon.hover, .title-page .widgetsocial-95 .ins .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0iTGF5ZXJfMSIgdmlld0JveD0iMCAwIDU2LjcgNTYuNyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTYuNyA1Ni43Ij48cGF0aCBkPSJNMjguMiAxNi43Yy03IDAtMTIuOCA1LjctMTIuOCAxMi44czUuNyAxMi44IDEyLjggMTIuOFM0MSAzNi41IDQxIDI5LjUgMzUuMiAxNi43IDI4LjIgMTYuN3pNMjguMiAzNy43Yy00LjUuMC04LjItMy43LTguMi04LjJzMy43LTguMiA4LjItOC4yIDguMiAzLjcgOC4yIDguMlMzMi43IDM3LjcgMjguMiAzNy43eiIgaWQ9InBhdGgtMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PGNpcmNsZSBjeD0iNDEuNSIgY3k9IjE2LjQiIHI9IjIuOSIgaWQ9ImNpcmNsZS0zIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvY2lyY2xlPjxwYXRoIGQ9Ik00OSA4LjljLTIuNi0yLjctNi4zLTQuMS0xMC41LTQuMUgxNy45Yy04LjcuMC0xNC41IDUuOC0xNC41IDE0LjV2MjAuNWMwIDQuMyAxLjQgOCA0LjIgMTAuNyAyLjcgMi42IDYuMyAzLjkgMTAuNCAzLjloMjAuNGM0LjMuMCA3LjktMS40IDEwLjUtMy45IDIuNy0yLjYgNC4xLTYuMyA0LjEtMTAuNlYxOS4zQzUzIDE1LjEgNTEuNiAxMS41IDQ5IDguOXpNNDguNiAzOS45YzAgMy4xLTEuMSA1LjYtMi45IDcuM3MtNC4zIDIuNi03LjMgMi42SDE4Yy0zIDAtNS41LS45LTcuMy0yLjZDOC45IDQ1LjQgOCA0Mi45IDggMzkuOFYxOS4zYzAtMyAuOS01LjUgMi43LTcuMyAxLjctMS43IDQuMy0yLjYgNy4zLTIuNmgyMC42YzMgMCA1LjUuOSA3LjMgMi43IDEuNyAxLjggMi43IDQuMyAyLjcgNy4yVjM5Ljl2MHoiIGlkPSJwYXRoLTQiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 26px no-repeat rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .widgetsocial-95 .ok .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMCAzMCIgaGVpZ2h0PSIzMHB4IiBpZD0iT2Rub2tsYXNzbmlraSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzAgMzAiIHdpZHRoPSIzMHB4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIsMTVjLTEsMC0zLDItNywycy02LTItNy0yYy0xLjEwNCwwLTIsMC44OTYtMiwyYzAsMSwwLjU2OCwxLjQ4MSwxLDEuNzM0QzguMTg1LDE5LjQyNywxMiwyMSwxMiwyMWwtNC4yNSw1LjQzOCAgYzAsMC0wLjc1LDAuOTM1LTAuNzUsMS41NjJjMCwxLjEwNCwwLjg5NiwyLDIsMmMxLjAyMSwwLDEuNDg0LTAuNjU2LDEuNDg0LTAuNjU2UzE0Ljk5MywyMy45OTMsMTUsMjQgIGMwLjAwNy0wLjAwNyw0LjUxNiw1LjM0NCw0LjUxNiw1LjM0NFMxOS45NzksMzAsMjEsMzBjMS4xMDQsMCwyLTAuODk2LDItMmMwLTAuNjI3LTAuNzUtMS41NjItMC43NS0xLjU2MkwxOCwyMSAgYzAsMCwzLjgxNS0xLjU3Myw1LTIuMjY2QzIzLjQzMiwxOC40ODEsMjQsMTgsMjQsMTdDMjQsMTUuODk2LDIzLjEwNCwxNSwyMiwxNXoiIGlkPSJLIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48cGF0aCBkPSJNMTUsMGMtMy44NjYsMC03LDMuMTM0LTcsN3MzLjEzNCw3LDcsN2MzLjg2NSwwLDctMy4xMzQsNy03UzE4Ljg2NSwwLDE1LDB6IE0xNSwxMC41Yy0xLjkzMywwLTMuNS0xLjU2Ni0zLjUtMy41ICBjMC0xLjkzMywxLjU2Ny0zLjUsMy41LTMuNWMxLjkzMiwwLDMuNSwxLjU2NywzLjUsMy41QzE4LjUsOC45MzQsMTYuOTMyLDEwLjUsMTUsMTAuNXoiIGlkPSJPIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 20px no-repeat transparent;
  width: 40px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-95 .ok .wg-soc-icon:hover, .title-page .widgetsocial-95 .ok .wg-soc-icon.hover, .title-page .widgetsocial-95 .ok .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMCAzMCIgaGVpZ2h0PSIzMHB4IiBpZD0iT2Rub2tsYXNzbmlraSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzAgMzAiIHdpZHRoPSIzMHB4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIsMTVjLTEsMC0zLDItNywycy02LTItNy0yYy0xLjEwNCwwLTIsMC44OTYtMiwyYzAsMSwwLjU2OCwxLjQ4MSwxLDEuNzM0QzguMTg1LDE5LjQyNywxMiwyMSwxMiwyMWwtNC4yNSw1LjQzOCAgYzAsMC0wLjc1LDAuOTM1LTAuNzUsMS41NjJjMCwxLjEwNCwwLjg5NiwyLDIsMmMxLjAyMSwwLDEuNDg0LTAuNjU2LDEuNDg0LTAuNjU2UzE0Ljk5MywyMy45OTMsMTUsMjQgIGMwLjAwNy0wLjAwNyw0LjUxNiw1LjM0NCw0LjUxNiw1LjM0NFMxOS45NzksMzAsMjEsMzBjMS4xMDQsMCwyLTAuODk2LDItMmMwLTAuNjI3LTAuNzUtMS41NjItMC43NS0xLjU2MkwxOCwyMSAgYzAsMCwzLjgxNS0xLjU3Myw1LTIuMjY2QzIzLjQzMiwxOC40ODEsMjQsMTgsMjQsMTdDMjQsMTUuODk2LDIzLjEwNCwxNSwyMiwxNXoiIGlkPSJLIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48cGF0aCBkPSJNMTUsMGMtMy44NjYsMC03LDMuMTM0LTcsN3MzLjEzNCw3LDcsN2MzLjg2NSwwLDctMy4xMzQsNy03UzE4Ljg2NSwwLDE1LDB6IE0xNSwxMC41Yy0xLjkzMywwLTMuNS0xLjU2Ni0zLjUtMy41ICBjMC0xLjkzMywxLjU2Ny0zLjUsMy41LTMuNWMxLjkzMiwwLDMuNSwxLjU2NywzLjUsMy41QzE4LjUsOC45MzQsMTYuOTMyLDEwLjUsMTUsMTAuNXoiIGlkPSJPIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 20px no-repeat rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .widgetsocial-95 .mail .wg-soc-icon {
  border: none;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat transparent;
  width: 40px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-95 .mail .wg-soc-icon:hover, .title-page .widgetsocial-95 .mail .wg-soc-icon.hover, .title-page .widgetsocial-95 .mail .wg-soc-icon.active {
  background: url("https://penoblok86.ru/t/v500/images/images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .widgetsocial-95 .pin .wg-soc-icon {
  border: none;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat transparent;
  width: 40px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-95 .pin .wg-soc-icon:hover, .title-page .widgetsocial-95 .pin .wg-soc-icon.hover, .title-page .widgetsocial-95 .pin .wg-soc-icon.active {
  background: url("https://penoblok86.ru/t/v500/images/images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .widgetsocial-95 .lj .wg-soc-icon {
  border: none;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat transparent;
  width: 40px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-95 .lj .wg-soc-icon:hover, .title-page .widgetsocial-95 .lj .wg-soc-icon.hover, .title-page .widgetsocial-95 .lj .wg-soc-icon.active {
  background: url("https://penoblok86.ru/t/v500/images/images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .widgetsocial-95 .my .wg-soc-icon {
  border: none;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_social_links_my.png") left 50% top 50% / cover no-repeat transparent;
  width: 40px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-95 .my .wg-soc-icon:hover, .title-page .widgetsocial-95 .my .wg-soc-icon.hover, .title-page .widgetsocial-95 .my .wg-soc-icon.active {
  background: url("https://penoblok86.ru/t/v500/images/images/wm_social_links_my.png") left 50% top 50% / cover no-repeat rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .widgetsocial-95 .youtube .wg-soc-icon {
  border: none;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_social_links_youtube.png") left 50% top 50% / cover no-repeat transparent;
  width: 40px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-95 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-95 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-95 .youtube .wg-soc-icon.active {
  background: url("https://penoblok86.ru/t/v500/images/images/wm_social_links_youtube.png") left 50% top 50% / cover no-repeat rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .widgetsocial-95 .telegram .wg-soc-icon {
  border: none;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat transparent;
  width: 40px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-95 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-95 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-95 .telegram .wg-soc-icon.active {
  background: url("https://penoblok86.ru/t/v500/images/images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .widgetsocial-95 .whatsapp .wg-soc-icon {
  border: none;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat transparent;
  width: 40px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-95 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-95 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-95 .whatsapp .wg-soc-icon.active {
  background: url("https://penoblok86.ru/t/v500/images/images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.title-page .widgetsocial-95 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-95 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.title-page .widget-53 {
  padding: 20px 50px;
  margin: 20px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 250px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 35px;
  background: #ff9829;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  -moz-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  font-weight: 600;
}
.title-page .widget-53:hover, .title-page .widget-53.hover, .title-page .widget-53.active {
  background: #353585;
  -webkit-box-shadow: inset 0px 3px 2px 0px rgba(48, 134, 219, 0.25), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 2px 0px rgba(48, 134, 219, 0.25), 0 0 0 transparent;
  box-shadow: inset 0px 3px 2px 0px rgba(48, 134, 219, 0.25), 0 0 0 transparent;
}
.title-page .widget-53:active, .title-page .widget-53.active {
  background: #3086db;
  -webkit-box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
}
.title-page .popover-wrap-94 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: none #ff9829;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-94 .popover-body:active, .title-page .popover-wrap-94 .popover-body.active {
  background: #ff9829;
}
.title-page .popover-wrap-94 .popover-body .form_text input {
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
}
.title-page .popover-wrap-94 .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-94 .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-94 .popover-body textarea {
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  min-height: 120px;
}
.title-page .popover-wrap-94 .popover-body .s3_button_large {
  padding: 30px 50px;
  border: none;
  background: #353585;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  -moz-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 250px;
  margin-top: 15px;
}
.title-page .popover-wrap-94 .popover-body .s3_button_large:hover, .title-page .popover-wrap-94 .popover-body .s3_button_large.hover, .title-page .popover-wrap-94 .popover-body .s3_button_large.active {
  background: #ff9829;
  -webkit-box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
}
.title-page .popover-wrap-94 .popover-body .s3_button_large:active, .title-page .popover-wrap-94 .popover-body .s3_button_large.active {
  background: #5e311c;
  -webkit-box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
}
.title-page .popover-wrap-94 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-94 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgaGVpZ2h0PSIzMiIgaWQ9IlNsb3lfMSIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiPjxwYXRoIGQ9Ik0xNy40NTkgMTYuMDE0bDguMjM5LTguMTk0Yy4zOTUtLjM5MS4zOTUtMS4wMjQuMC0xLjQxNC0uMzk0LS4zOTEtMS4wMzQtLjM5MS0xLjQyOC4wbC04LjIzMiA4LjE4N0w3LjczIDYuMjg0Yy0uMzk0LS4zOTUtMS4wMzQtLjM5NS0xLjQyOC4wLS4zOTQuMzk2LS4zOTQgMS4wMzcuMCAxLjQzMmw4LjMwMiA4LjMwMy04LjMzMiA4LjI4NmMtLjM5NC4zOTEtLjM5NCAxLjAyNC4wIDEuNDE0LjM5NC4zOTEgMS4wMzQuMzkxIDEuNDI4LjBsOC4zMjUtOC4yNzkgOC4yNzUgOC4yNzZjLjM5NC4zOTUgMS4wMzQuMzk1IDEuNDI4LjAuMzk0LS4zOTYuMzk0LTEuMDM3LjAtMS40MzJMMTcuNDU5IDE2LjAxNHoiIGZpbGw9IiNmZmZmZmYiIGlkPSJDbG9zZSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat #353585;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .popover-wrap-94 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-94 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-94 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-94 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-94 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-94 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-94 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-94 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-94 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-94 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-94 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-94 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-94 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-94 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .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-94 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-94 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-94 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-94 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .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-94 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-94 .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-94 .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-94 .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-94 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .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-94 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-94 .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-94 .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-94 .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-94 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .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-94 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-94 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .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-94 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-94 .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-94 .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-94 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-94 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-94 .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-94 .popover-body .s3_required {
  color: #353585;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}
.title-page .popover-wrap-94 .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-94 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-94 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-94 :-ms-input-placeholder {
  color: #fff;
}
.title-page .widget-51 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .editable_block-91 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-91 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-91 .header {
  border: none;
  box-sizing: border-box;
  font-size: 25px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  font-weight: 800;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-91 .body {
  box-sizing: border-box;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-91 .title {
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  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;
}
.title-page .editable_block-91 .image {
  box-sizing: border-box;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-91 .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-91 .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-91 .img-convert {
  box-sizing: border-box;
  width: 200px;
  height: 55.55556px;
  -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-91 .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-91 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-91 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-91 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: left;
  min-height: 14px;
  height: 0;
}
.title-page .editable_block-91 .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-91 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-91 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-91 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-91 .clear {
  clear: both;
}
.title-page .editable_block-91 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
.title-page .popover-container-91 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-91 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-91 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: none #ff9829;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-91 .popover-body:active, .title-page .popover-wrap-91 .popover-body.active {
  background: #ff9829;
}
.title-page .popover-wrap-91 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-91 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-91 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-91 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-91 .popover-body textarea {
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  min-height: 120px;
}
.title-page .popover-wrap-91 .popover-body .s3_button_large {
  padding: 30px 50px;
  border: none;
  background: #353585;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  -moz-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 250px;
  margin-top: 15px;
}
.title-page .popover-wrap-91 .popover-body .s3_button_large:hover, .title-page .popover-wrap-91 .popover-body .s3_button_large.hover, .title-page .popover-wrap-91 .popover-body .s3_button_large.active {
  background: #ff9829;
  -webkit-box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
}
.title-page .popover-wrap-91 .popover-body .s3_button_large:active, .title-page .popover-wrap-91 .popover-body .s3_button_large.active {
  background: #5e311c;
  -webkit-box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
}
.title-page .popover-wrap-91 .popover-body .s3_required {
  color: #353585;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}
.title-page .popover-wrap-91 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-91 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgaGVpZ2h0PSIzMiIgaWQ9IlNsb3lfMSIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiPjxwYXRoIGQ9Ik0xNy40NTkgMTYuMDE0bDguMjM5LTguMTk0Yy4zOTUtLjM5MS4zOTUtMS4wMjQuMC0xLjQxNC0uMzk0LS4zOTEtMS4wMzQtLjM5MS0xLjQyOC4wbC04LjIzMiA4LjE4N0w3LjczIDYuMjg0Yy0uMzk0LS4zOTUtMS4wMzQtLjM5NS0xLjQyOC4wLS4zOTQuMzk2LS4zOTQgMS4wMzcuMCAxLjQzMmw4LjMwMiA4LjMwMy04LjMzMiA4LjI4NmMtLjM5NC4zOTEtLjM5NCAxLjAyNC4wIDEuNDE0LjM5NC4zOTEgMS4wMzQuMzkxIDEuNDI4LjBsOC4zMjUtOC4yNzkgOC4yNzUgOC4yNzZjLjM5NC4zOTUgMS4wMzQuMzk1IDEuNDI4LjAuMzk0LS4zOTYuMzk0LTEuMDM3LjAtMS40MzJMMTcuNDU5IDE2LjAxNHoiIGZpbGw9IiNmZmZmZmYiIGlkPSJDbG9zZSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat #353585;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .popover-wrap-91 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .editable_block-91 .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-91 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.title-page .popover-wrap-91 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-91 .popover-body .form_text input {
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
}
.title-page .popover-wrap-91 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-91 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .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-91 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-91 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-91 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-91 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .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-91 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-91 .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-91 .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-91 .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-91 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .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-91 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-91 .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-91 .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-91 .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-91 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .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-91 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-91 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .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-91 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .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-91 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-91 .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-91 .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-91 .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-91 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-91 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-91 .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-91 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-91 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-91 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-91 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-91 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-91 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-91 :-ms-input-placeholder {
  color: #fff;
}
.title-page .widget-18 {
  position: relative;
  z-index: 7;
  text-align: left;
  width: auto;
  min-height: 450px;
  display: -webkit-flex;
  display: flex;
  background: #ccc;
  overflow: hidden;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  right: 0;
}
.title-page .block-20 {
  padding: 100px 30px;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: url("../images/veck_home.png") left calc(50% + 460px) top calc(50% + 20px) / auto auto no-repeat;
  z-index: 6;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-19 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  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%;
}
.title-page .widget-16 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: 600px;
  right: 0;
  max-width: 100%;
  padding-bottom: 0.02px;
}
.title-page .popover-wrap-34 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: none #ff9829;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-34 .popover-body:active, .title-page .popover-wrap-34 .popover-body.active {
  background: #ff9829;
}
.title-page .popover-wrap-34 .popover-body .form_text input {
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
}
.title-page .popover-wrap-34 .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-34 .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-34 .popover-body textarea {
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  min-height: 120px;
}
.title-page .popover-wrap-34 .popover-body .s3_button_large {
  padding: 30px 50px;
  border: none;
  background: #353585;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  -moz-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 250px;
  margin-top: 15px;
}
.title-page .popover-wrap-34 .popover-body .s3_button_large:hover, .title-page .popover-wrap-34 .popover-body .s3_button_large.hover, .title-page .popover-wrap-34 .popover-body .s3_button_large.active {
  background: #ff9829;
  -webkit-box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
}
.title-page .popover-wrap-34 .popover-body .s3_button_large:active, .title-page .popover-wrap-34 .popover-body .s3_button_large.active {
  background: #5e311c;
  -webkit-box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
}
.title-page .popover-wrap-34 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-34 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgaGVpZ2h0PSIzMiIgaWQ9IlNsb3lfMSIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiPjxwYXRoIGQ9Ik0xNy40NTkgMTYuMDE0bDguMjM5LTguMTk0Yy4zOTUtLjM5MS4zOTUtMS4wMjQuMC0xLjQxNC0uMzk0LS4zOTEtMS4wMzQtLjM5MS0xLjQyOC4wbC04LjIzMiA4LjE4N0w3LjczIDYuMjg0Yy0uMzk0LS4zOTUtMS4wMzQtLjM5NS0xLjQyOC4wLS4zOTQuMzk2LS4zOTQgMS4wMzcuMCAxLjQzMmw4LjMwMiA4LjMwMy04LjMzMiA4LjI4NmMtLjM5NC4zOTEtLjM5NCAxLjAyNC4wIDEuNDE0LjM5NC4zOTEgMS4wMzQuMzkxIDEuNDI4LjBsOC4zMjUtOC4yNzkgOC4yNzUgOC4yNzZjLjM5NC4zOTUgMS4wMzQuMzk1IDEuNDI4LjAuMzk0LS4zOTYuMzk0LTEuMDM3LjAtMS40MzJMMTcuNDU5IDE2LjAxNHoiIGZpbGw9IiNmZmZmZmYiIGlkPSJDbG9zZSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat #353585;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .popover-wrap-34 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-34 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-34 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-34 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-34 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-34 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-34 .header {
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #333;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: 900;
}
.title-page .editable_block-34 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-34 .title {
  box-sizing: border-box;
  font-size: 17px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #333;
  line-height: 1.3;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: 600;
}
.title-page .editable_block-34 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-34 .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-34 .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-34 .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-34 .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-34 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #8f8f8f;
  line-height: 2;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 30px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-34 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-34 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-34 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-34 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-34 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-34 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  padding-bottom: 0.02px;
}
.title-page .editable_block-34 .more > a {
  padding: 30px 50px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  -webkit-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  -moz-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  background: #353585;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-bottom: 0;
}
.title-page .editable_block-34 .more > a:hover, .title-page .editable_block-34 .more > a.hover, .title-page .editable_block-34 .more > a.active {
  -webkit-box-shadow: inset 0px 3px 2px 0px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 2px 0px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  box-shadow: inset 0px 3px 2px 0px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  background: #ff9829;
}
.title-page .editable_block-34 .more > a:active, .title-page .editable_block-34 .more > a.active {
  -webkit-box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  background: #3086db;
}
.title-page .editable_block-34 .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-34 .clear {
  clear: both;
}
.title-page .popover-container-34 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-34 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-34 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-34 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-34 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-34 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-34 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-34 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-34 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .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-34 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-34 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-34 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-34 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .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-34 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-34 .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-34 .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-34 .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-34 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .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-34 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-34 .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-34 .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-34 .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-34 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .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-34 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-34 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .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-34 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-34 .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-34 .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-34 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-34 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-34 .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-34 .popover-body .s3_required {
  color: #353585;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}
.title-page .popover-wrap-34 .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-34 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-34 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-34 :-ms-input-placeholder {
  color: #fff;
}
.title-page .block-18 {
  padding: 100px 30px;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(53, 53, 133, 0.9), rgba(53, 53, 133, 0.9)), url("../images/head_img3!!!.jpg") left 50% top 50% / cover no-repeat fixed;
  max-width: 100%;
  z-index: 5;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-17 .layout_32 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-17 .layout_113 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-17 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  right: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-15 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-32 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: none #ff9829;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-32 .popover-body:active, .title-page .popover-wrap-32 .popover-body.active {
  background: #ff9829;
}
.title-page .popover-wrap-32 .popover-body .form_text input {
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
}
.title-page .popover-wrap-32 .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-32 .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-32 .popover-body textarea {
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  min-height: 120px;
}
.title-page .popover-wrap-32 .popover-body .s3_button_large {
  padding: 30px 50px;
  border: none;
  background: #353585;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  -moz-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 250px;
  margin-top: 15px;
}
.title-page .popover-wrap-32 .popover-body .s3_button_large:hover, .title-page .popover-wrap-32 .popover-body .s3_button_large.hover, .title-page .popover-wrap-32 .popover-body .s3_button_large.active {
  background: #ff9829;
  -webkit-box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
}
.title-page .popover-wrap-32 .popover-body .s3_button_large:active, .title-page .popover-wrap-32 .popover-body .s3_button_large.active {
  background: #5e311c;
  -webkit-box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
}
.title-page .popover-wrap-32 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-32 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgaGVpZ2h0PSIzMiIgaWQ9IlNsb3lfMSIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiPjxwYXRoIGQ9Ik0xNy40NTkgMTYuMDE0bDguMjM5LTguMTk0Yy4zOTUtLjM5MS4zOTUtMS4wMjQuMC0xLjQxNC0uMzk0LS4zOTEtMS4wMzQtLjM5MS0xLjQyOC4wbC04LjIzMiA4LjE4N0w3LjczIDYuMjg0Yy0uMzk0LS4zOTUtMS4wMzQtLjM5NS0xLjQyOC4wLS4zOTQuMzk2LS4zOTQgMS4wMzcuMCAxLjQzMmw4LjMwMiA4LjMwMy04LjMzMiA4LjI4NmMtLjM5NC4zOTEtLjM5NCAxLjAyNC4wIDEuNDE0LjM5NC4zOTEgMS4wMzQuMzkxIDEuNDI4LjBsOC4zMjUtOC4yNzkgOC4yNzUgOC4yNzZjLjM5NC4zOTUgMS4wMzQuMzk1IDEuNDI4LjAuMzk0LS4zOTYuMzk0LTEuMDM3LjAtMS40MzJMMTcuNDU5IDE2LjAxNHoiIGZpbGw9IiNmZmZmZmYiIGlkPSJDbG9zZSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat #353585;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-32 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-32 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-32 .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: 10px;
  box-sizing: border-box;
}
.title-page .blocklist-32 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: 900;
}
.title-page .blocklist-32 .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-32 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.68);
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 17px;
  font-weight: normal;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-32 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-32 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-32 .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-32 .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-32 .bx-wrapper {
  max-width: 650px;
}
.title-page .blocklist-32 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-32 .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: 650px;
}
.title-page .blocklist-32 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-32 .item {
  margin: 20px 0;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  display: block;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  align-self: auto;
}
.title-page .blocklist-32 .text {
  padding: 30px;
  border: none;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #8f8f8f;
  line-height: 1.7;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .blocklist-32 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-32 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  margin-right: 0;
  margin-left: 0;
  width: 170px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Ni42MjUiIGhlaWdodD0iNjYuNTMxIiB2aWV3Qm94PSIwIDAgNTYuNjI1IDY2LjUzMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InJldmlldi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTY2Ny42MjksNDM0LjgxOUw2MTEsNTAxLjM0Mmw1Ni42MzMtMjMuMlY0MzQuODE5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYxMSAtNDM0LjgxMykiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") right 0px top 23px / 26px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-32 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: auto;
  z-index: 5;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4OC41NiIgaGVpZ2h0PSI2Ny40MDYiIHZpZXdCb3g9IjAgMCA4OC41NiA2Ny40MDYiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJnYWxraS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTEwNjMuODEsNDA3LjE2N2w4LjUtMjkuNDZIMTA1MC44bC0xMS41NywyNi41NjhhODEuNDUyLDgxLjQ1MiwwLDAsMC00Ljg4LDEyLjI5MSwzMi45NTgsMzIuOTU4LDAsMCwwLTEuMDgsOC4zMTRxMCw5LjAzOSw1Ljc4LDE0LjY0dDE0LjgyLDUuNnE5LjA0NSwwLDE0LjgyLTUuNiw1Ljc5LTUuNiw1Ljc5LTE0LjY0YTIwLjI3OSwyMC4yNzksMCwwLDAtMi44MS0xMC43NTQsMTcuNjYyLDE3LjY2MiwwLDAsMC03Ljg2LTYuOTU5aDBabTQ3LjM2LDAsOC40OS0yOS40NmgtMjEuNTFsLTExLjU2LDI2LjU2OGE4MC4zNzQsODAuMzc0LDAsMCwwLTQuODgsMTIuMjkxLDMyLjUyNSwzMi41MjUsMCwwLDAtMS4wOSw4LjMxNHEwLDkuMDM5LDUuNzksMTQuNjQsNS43NzUsNS42LDE0LjgyLDUuNiw5LjAzLDAsMTQuODItNS42dDUuNzgtMTQuNjRhMjAuMjc0LDIwLjI3NCwwLDAsMC0yLjgtMTAuNzU0LDE3LjcxNSwxNy43MTUsMCwwLDAtNy44Ni02Ljk1OWgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMzMuMjggLTM3Ny43MTkpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat #3087da;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 0;
  right: auto;
  margin-right: 0;
  bottom: 0;
  margin-bottom: -12px;
  margin-left: -7px;
  width: 40px;
  min-height: 40px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(48, 134, 218, 0.49);
  -moz-box-shadow: 0px 0px 0px 5px rgba(48, 134, 218, 0.49);
  box-shadow: 0px 0px 0px 5px rgba(48, 134, 218, 0.49);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-32 .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-32 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 8px;
  margin-right: auto;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 3px 35px rgba(20, 20, 20, 0.15);
  -moz-box-shadow: 0px 3px 35px rgba(20, 20, 20, 0.15);
  box-shadow: 0px 3px 35px rgba(20, 20, 20, 0.15);
}
.title-page .blocklist-32 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-32 .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-32 .title {
  font-weight: 500;
  margin-bottom: 5px;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-32 .sub-title {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 13px;
  color: #353585;
  text-decoration: none;
  font-weight: 500;
}
.title-page .blocklist-32 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-32 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-32 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-32 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-32 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-32 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-32 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-32 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-32 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-32 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-32 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-32 .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-32 .controls {
  position: absolute;
  top: 0;
  left: auto;
  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: 60px;
  z-index: 1;
  text-align: justify;
  margin-right: 0;
  bottom: auto;
}
.title-page .blocklist-32 .prev {
  padding: 0.02px 0;
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS45NyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE1Ljk3IDExIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iaC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE1MDIuODcsOTg2LjQxNmgxNC4yNmEwLjkxOCwwLjkxOCwwLDAsMCwwLTEuODMzSDE1MDUuMmwzLjI0LTIuOTc3YTAuOTQ5LDAuOTQ5LDAsMCwwLC4wOS0xLjI5MywwLjg1NCwwLjg1NCwwLDAsMC0xLjI0LS4wODdsLTQuOTksNC41ODRhMC45MzEsMC45MzEsMCwwLDAtLjI0LDEuMDEyQTAuODYyLDAuODYyLDAsMCwwLDE1MDIuODcsOTg2LjQxNlptNC40OCw0LjQtMS4zNy0xLjA1N2EwLjk1MSwwLjk1MSwwLDAsMS0uMTgtMS4yODIsMC44NDYsMC44NDYsMCwwLDEsMS4yMi0uMTkzbDEuMzcsMS4wNTdhMC45NDEsMC45NDEsMCwwLDEsLjE4LDEuMjgyQTAuODQ1LDAuODQ1LDAsMCwxLDE1MDcuMzUsOTkwLjgyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MDIuMDMgLTk4MCkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat;
  box-sizing: border-box;
  text-align: center;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-top: 0;
  align-self: auto;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.title-page .blocklist-32 .next {
  padding: 0.02px 0;
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE2IDExIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0ibC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE1NTYuMTMsOTg2LjQxNmgtMTQuMjZhMC45MTgsMC45MTgsMCwwLDEsMC0xLjgzM2gxMS45M2wtMy4yNC0yLjk3N2EwLjk0OSwwLjk0OSwwLDAsMS0uMDktMS4yOTMsMC44NTQsMC44NTQsMCwwLDEsMS4yNC0uMDg3bDQuOTksNC41ODRhMC45MzEsMC45MzEsMCwwLDEsLjI0LDEuMDEyQTAuODYyLDAuODYyLDAsMCwxLDE1NTYuMTMsOTg2LjQxNlptLTQuNDgsNC40LDEuMzctMS4wNTdhMC45NTEsMC45NTEsMCwwLDAsLjE4LTEuMjgyLDAuODQ2LDAuODQ2LDAsMCwwLTEuMjItLjE5M2wtMS4zNywxLjA1N2EwLjk0MSwwLjk0MSwwLDAsMC0uMTgsMS4yODJBMC44NDUsMC44NDUsMCwwLDAsMTU1MS42NSw5OTAuODJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTU0MSAtOTgwKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat;
  box-sizing: border-box;
  text-align: center;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.title-page .blocklist-32 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-32 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-32 .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-32 .bx-auto_controls {
  margin: auto auto 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-32 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-32 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-32 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-32 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-32 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-32 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-32 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-32 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-32 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .popover-container-32 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-32 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-32 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-32 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .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-32 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-32 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-32 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .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-32 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-32 .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-32 .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-32 .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-32 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .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-32 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-32 .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-32 .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-32 .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-32 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .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-32 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-32 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .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-32 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-32 .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-32 .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-32 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-32 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .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-32 .popover-body .s3_required {
  color: #353585;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}
.title-page .popover-wrap-32 .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-32 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-32 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-32 :-ms-input-placeholder {
  color: #fff;
}
.title-page .widget-64 {
  margin: 0 0 auto 100px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: 450px;
  min-width: 450px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-113 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: none #ff9829;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-113 .popover-body:active, .title-page .popover-wrap-113 .popover-body.active {
  background: #ff9829;
}
.title-page .popover-wrap-113 .popover-body .form_text input {
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
}
.title-page .popover-wrap-113 .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-113 .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-113 .popover-body textarea {
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  min-height: 120px;
}
.title-page .popover-wrap-113 .popover-body .s3_button_large {
  padding: 30px 50px;
  border: none;
  background: #353585;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  -moz-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 250px;
  margin-top: 15px;
}
.title-page .popover-wrap-113 .popover-body .s3_button_large:hover, .title-page .popover-wrap-113 .popover-body .s3_button_large.hover, .title-page .popover-wrap-113 .popover-body .s3_button_large.active {
  background: #ff9829;
  -webkit-box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
}
.title-page .popover-wrap-113 .popover-body .s3_button_large:active, .title-page .popover-wrap-113 .popover-body .s3_button_large.active {
  background: #5e311c;
  -webkit-box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
}
.title-page .popover-wrap-113 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-113 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgaGVpZ2h0PSIzMiIgaWQ9IlNsb3lfMSIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiPjxwYXRoIGQ9Ik0xNy40NTkgMTYuMDE0bDguMjM5LTguMTk0Yy4zOTUtLjM5MS4zOTUtMS4wMjQuMC0xLjQxNC0uMzk0LS4zOTEtMS4wMzQtLjM5MS0xLjQyOC4wbC04LjIzMiA4LjE4N0w3LjczIDYuMjg0Yy0uMzk0LS4zOTUtMS4wMzQtLjM5NS0xLjQyOC4wLS4zOTQuMzk2LS4zOTQgMS4wMzcuMCAxLjQzMmw4LjMwMiA4LjMwMy04LjMzMiA4LjI4NmMtLjM5NC4zOTEtLjM5NCAxLjAyNC4wIDEuNDE0LjM5NC4zOTEgMS4wMzQuMzkxIDEuNDI4LjBsOC4zMjUtOC4yNzkgOC4yNzUgOC4yNzZjLjM5NC4zOTUgMS4wMzQuMzk1IDEuNDI4LjAuMzk0LS4zOTYuMzk0LTEuMDM3LjAtMS40MzJMMTcuNDU5IDE2LjAxNHoiIGZpbGw9IiNmZmZmZmYiIGlkPSJDbG9zZSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat #353585;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .popover-wrap-113 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-113 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-113 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-113 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-113 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-113 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-113 .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: 10px;
  box-sizing: border-box;
}
.title-page .blocklist-113 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: 900;
}
.title-page .blocklist-113 .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-113 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.68);
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 17px;
  font-weight: normal;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-113 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-113 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-113 .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-113 .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-113 .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-113 .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-113 .item {
  margin: 10px 10px 1px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  align-self: auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-113 .text {
  padding: 30px;
  border: none;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #8f8f8f;
  line-height: 1.7;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .blocklist-113 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-113 .image {
  padding: 25px;
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  margin-right: 0;
  margin-left: 0;
  width: auto;
  background: linear-gradient(#fff, #fff);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
  left: 0;
  right: 0;
}
.title-page .blocklist-113 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: auto;
  z-index: 5;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4OC41NiIgaGVpZ2h0PSI2Ny40MDYiIHZpZXdCb3g9IjAgMCA4OC41NiA2Ny40MDYiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJnYWxraS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTEwNjMuODEsNDA3LjE2N2w4LjUtMjkuNDZIMTA1MC44bC0xMS41NywyNi41NjhhODEuNDUyLDgxLjQ1MiwwLDAsMC00Ljg4LDEyLjI5MSwzMi45NTgsMzIuOTU4LDAsMCwwLTEuMDgsOC4zMTRxMCw5LjAzOSw1Ljc4LDE0LjY0dDE0LjgyLDUuNnE5LjA0NSwwLDE0LjgyLTUuNiw1Ljc5LTUuNiw1Ljc5LTE0LjY0YTIwLjI3OSwyMC4yNzksMCwwLDAtMi44MS0xMC43NTQsMTcuNjYyLDE3LjY2MiwwLDAsMC03Ljg2LTYuOTU5aDBabTQ3LjM2LDAsOC40OS0yOS40NmgtMjEuNTFsLTExLjU2LDI2LjU2OGE4MC4zNzQsODAuMzc0LDAsMCwwLTQuODgsMTIuMjkxLDMyLjUyNSwzMi41MjUsMCwwLDAtMS4wOSw4LjMxNHEwLDkuMDM5LDUuNzksMTQuNjQsNS43NzUsNS42LDE0LjgyLDUuNiw5LjAzLDAsMTQuODItNS42dDUuNzgtMTQuNjRhMjAuMjc0LDIwLjI3NCwwLDAsMC0yLjgtMTAuNzU0LDE3LjcxNSwxNy43MTUsMCwwLDAtNy44Ni02Ljk1OWgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMzMuMjggLTM3Ny43MTkpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat #ff9829;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 0;
  right: auto;
  margin-right: 0;
  bottom: 0;
  margin-bottom: -12px;
  margin-left: -7px;
  width: 40px;
  min-height: 40px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.48);
  -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.48);
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.48);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-113 .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-113 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 40px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-113 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-113 .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-113 .title {
  font-weight: 500;
  margin-bottom: 5px;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 16px;
  color: #229e00;
  text-decoration: none;
}
.title-page .blocklist-113 .sub-title {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 13px;
  color: #353585;
  text-decoration: none;
  font-weight: 500;
}
.title-page .blocklist-113 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-113 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-113 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-113 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-113 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-113 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-113 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-113 .bx-wrapper {
  max-width: 450px;
}
.title-page .blocklist-113 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-113 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-113 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-113 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-113 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 30px;
}
.title-page .blocklist-113 .all {
  padding: 20px 50px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  -moz-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  background: #ff9829;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: 600;
}
.title-page .blocklist-113 .all:hover, .title-page .blocklist-113 .all.hover, .title-page .blocklist-113 .all.active {
  -webkit-box-shadow: inset 0px 3px 2px 0px rgba(48, 134, 219, 0.25), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 2px 0px rgba(48, 134, 219, 0.25), 0 0 0 transparent;
  box-shadow: inset 0px 3px 2px 0px rgba(48, 134, 219, 0.25), 0 0 0 transparent;
  background: #353585;
}
.title-page .blocklist-113 .all:active, .title-page .blocklist-113 .all.active {
  -webkit-box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  background: #3086db;
}
.title-page .blocklist-113 .controls {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: 30px;
  z-index: 1;
  text-align: justify;
  margin-right: 0;
  bottom: auto;
}
.title-page .blocklist-113 .prev {
  padding: 0.02px 0;
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS45NyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE1Ljk3IDExIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iaC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE1MDIuODcsOTg2LjQxNmgxNC4yNmEwLjkxOCwwLjkxOCwwLDAsMCwwLTEuODMzSDE1MDUuMmwzLjI0LTIuOTc3YTAuOTQ5LDAuOTQ5LDAsMCwwLC4wOS0xLjI5MywwLjg1NCwwLjg1NCwwLDAsMC0xLjI0LS4wODdsLTQuOTksNC41ODRhMC45MzEsMC45MzEsMCwwLDAtLjI0LDEuMDEyQTAuODYyLDAuODYyLDAsMCwwLDE1MDIuODcsOTg2LjQxNlptNC40OCw0LjQtMS4zNy0xLjA1N2EwLjk1MSwwLjk1MSwwLDAsMS0uMTgtMS4yODIsMC44NDYsMC44NDYsMCwwLDEsMS4yMi0uMTkzbDEuMzcsMS4wNTdhMC45NDEsMC45NDEsMCwwLDEsLjE4LDEuMjgyQTAuODQ1LDAuODQ1LDAsMCwxLDE1MDcuMzUsOTkwLjgyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MDIuMDMgLTk4MCkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat #353585;
  box-sizing: border-box;
  text-align: left;
  min-height: 40px;
  -webkit-box-shadow: inset 0px -3px 2px rgba(33, 115, 15, 0.48);
  -moz-box-shadow: inset 0px -3px 2px rgba(33, 115, 15, 0.48);
  box-shadow: inset 0px -3px 2px rgba(33, 115, 15, 0.48);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 0;
  align-self: auto;
  margin-right: 5px;
}
.title-page .blocklist-113 .prev:hover, .title-page .blocklist-113 .prev.hover, .title-page .blocklist-113 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS45NyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE1Ljk3IDExIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iaC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE1MDIuODcsOTg2LjQxNmgxNC4yNmEwLjkxOCwwLjkxOCwwLDAsMCwwLTEuODMzSDE1MDUuMmwzLjI0LTIuOTc3YTAuOTQ5LDAuOTQ5LDAsMCwwLC4wOS0xLjI5MywwLjg1NCwwLjg1NCwwLDAsMC0xLjI0LS4wODdsLTQuOTksNC41ODRhMC45MzEsMC45MzEsMCwwLDAtLjI0LDEuMDEyQTAuODYyLDAuODYyLDAsMCwwLDE1MDIuODcsOTg2LjQxNlptNC40OCw0LjQtMS4zNy0xLjA1N2EwLjk1MSwwLjk1MSwwLDAsMS0uMTgtMS4yODIsMC44NDYsMC44NDYsMCwwLDEsMS4yMi0uMTkzbDEuMzcsMS4wNTdhMC45NDEsMC45NDEsMCwwLDEsLjE4LDEuMjgyQTAuODQ1LDAuODQ1LDAsMCwxLDE1MDcuMzUsOTkwLjgyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MDIuMDMgLTk4MCkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat #229e00;
  -webkit-box-shadow: inset 0px 3px 2px rgba(33, 115, 15, 0.14);
  -moz-box-shadow: inset 0px 3px 2px rgba(33, 115, 15, 0.14);
  box-shadow: inset 0px 3px 2px rgba(33, 115, 15, 0.14);
}
.title-page .blocklist-113 .prev:active, .title-page .blocklist-113 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS45NyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE1Ljk3IDExIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iaC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE1MDIuODcsOTg2LjQxNmgxNC4yNmEwLjkxOCwwLjkxOCwwLDAsMCwwLTEuODMzSDE1MDUuMmwzLjI0LTIuOTc3YTAuOTQ5LDAuOTQ5LDAsMCwwLC4wOS0xLjI5MywwLjg1NCwwLjg1NCwwLDAsMC0xLjI0LS4wODdsLTQuOTksNC41ODRhMC45MzEsMC45MzEsMCwwLDAtLjI0LDEuMDEyQTAuODYyLDAuODYyLDAsMCwwLDE1MDIuODcsOTg2LjQxNlptNC40OCw0LjQtMS4zNy0xLjA1N2EwLjk1MSwwLjk1MSwwLDAsMS0uMTgtMS4yODIsMC44NDYsMC44NDYsMCwwLDEsMS4yMi0uMTkzbDEuMzcsMS4wNTdhMC45NDEsMC45NDEsMCwwLDEsLjE4LDEuMjgyQTAuODQ1LDAuODQ1LDAsMCwxLDE1MDcuMzUsOTkwLjgyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MDIuMDMgLTk4MCkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat #8fe37d;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-113 .next {
  padding: 0.02px 0;
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE2IDExIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0ibC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE1NTYuMTMsOTg2LjQxNmgtMTQuMjZhMC45MTgsMC45MTgsMCwwLDEsMC0xLjgzM2gxMS45M2wtMy4yNC0yLjk3N2EwLjk0OSwwLjk0OSwwLDAsMS0uMDktMS4yOTMsMC44NTQsMC44NTQsMCwwLDEsMS4yNC0uMDg3bDQuOTksNC41ODRhMC45MzEsMC45MzEsMCwwLDEsLjI0LDEuMDEyQTAuODYyLDAuODYyLDAsMCwxLDE1NTYuMTMsOTg2LjQxNlptLTQuNDgsNC40LDEuMzctMS4wNTdhMC45NTEsMC45NTEsMCwwLDAsLjE4LTEuMjgyLDAuODQ2LDAuODQ2LDAsMCwwLTEuMjItLjE5M2wtMS4zNywxLjA1N2EwLjk0MSwwLjk0MSwwLDAsMC0uMTgsMS4yODJBMC44NDUsMC44NDUsMCwwLDAsMTU1MS42NSw5OTAuODJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTU0MSAtOTgwKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #353585;
  box-sizing: border-box;
  text-align: left;
  min-height: 40px;
  -webkit-box-shadow: inset 0px -3px 2px rgba(33, 115, 15, 0.48);
  -moz-box-shadow: inset 0px -3px 2px rgba(33, 115, 15, 0.48);
  box-shadow: inset 0px -3px 2px rgba(33, 115, 15, 0.48);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .blocklist-113 .next:hover, .title-page .blocklist-113 .next.hover, .title-page .blocklist-113 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE2IDExIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0ibC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE1NTYuMTMsOTg2LjQxNmgtMTQuMjZhMC45MTgsMC45MTgsMCwwLDEsMC0xLjgzM2gxMS45M2wtMy4yNC0yLjk3N2EwLjk0OSwwLjk0OSwwLDAsMS0uMDktMS4yOTMsMC44NTQsMC44NTQsMCwwLDEsMS4yNC0uMDg3bDQuOTksNC41ODRhMC45MzEsMC45MzEsMCwwLDEsLjI0LDEuMDEyQTAuODYyLDAuODYyLDAsMCwxLDE1NTYuMTMsOTg2LjQxNlptLTQuNDgsNC40LDEuMzctMS4wNTdhMC45NTEsMC45NTEsMCwwLDAsLjE4LTEuMjgyLDAuODQ2LDAuODQ2LDAsMCwwLTEuMjItLjE5M2wtMS4zNywxLjA1N2EwLjk0MSwwLjk0MSwwLDAsMC0uMTgsMS4yODJBMC44NDUsMC44NDUsMCwwLDAsMTU1MS42NSw5OTAuODJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTU0MSAtOTgwKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #229e00;
  -webkit-box-shadow: inset 0px 3px 2px rgba(33, 115, 15, 0.15);
  -moz-box-shadow: inset 0px 3px 2px rgba(33, 115, 15, 0.15);
  box-shadow: inset 0px 3px 2px rgba(33, 115, 15, 0.15);
}
.title-page .blocklist-113 .next:active, .title-page .blocklist-113 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE2IDExIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0ibC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE1NTYuMTMsOTg2LjQxNmgtMTQuMjZhMC45MTgsMC45MTgsMCwwLDEsMC0xLjgzM2gxMS45M2wtMy4yNC0yLjk3N2EwLjk0OSwwLjk0OSwwLDAsMS0uMDktMS4yOTMsMC44NTQsMC44NTQsMCwwLDEsMS4yNC0uMDg3bDQuOTksNC41ODRhMC45MzEsMC45MzEsMCwwLDEsLjI0LDEuMDEyQTAuODYyLDAuODYyLDAsMCwxLDE1NTYuMTMsOTg2LjQxNlptLTQuNDgsNC40LDEuMzctMS4wNTdhMC45NTEsMC45NTEsMCwwLDAsLjE4LTEuMjgyLDAuODQ2LDAuODQ2LDAsMCwwLTEuMjItLjE5M2wtMS4zNywxLjA1N2EwLjk0MSwwLjk0MSwwLDAsMC0uMTgsMS4yODJBMC44NDUsMC44NDUsMCwwLDAsMTU1MS42NSw5OTAuODJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTU0MSAtOTgwKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #8fe37d;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-113 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-113 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-113 .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-113 .bx-auto_controls {
  margin: auto auto 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-113 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-113 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-113 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-113 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-113 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-113 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-113 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-113 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-113 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .popover-container-113 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-113 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-113 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-113 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-113 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-113 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-113 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-113 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-113 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .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-113 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-113 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-113 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-113 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .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-113 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-113 .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-113 .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-113 .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-113 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .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-113 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-113 .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-113 .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-113 .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-113 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .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-113 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-113 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .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-113 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-113 .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-113 .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-113 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-113 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-113 .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-113 .popover-body .s3_required {
  color: #353585;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}
.title-page .popover-wrap-113 .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-113 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-113 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-113 :-ms-input-placeholder {
  color: #fff;
}
.title-page .block-11 {
  padding: 100px 30px;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
  url("../images/54822157_2!!!.jpg") center center / cover no-repeat fixed;
  z-index: 4;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-10 .layout_21_id_20 {
  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-10 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-11 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: 900px;
  right: auto;
  min-height: 400px;
}
.title-page .form-20 .form__header {
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
}
.title-page .form-20 .form__text {
  box-sizing: border-box;
  font-size: 17px;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  line-height: 1.4;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.71);
  padding-right: 150px;
  padding-left: 150px;
}
.title-page .form-20 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-20 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-20 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -5px;
  width: auto;
}
.title-page .form-20 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-20 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .form-20 .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: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-20 .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-20 .form-text {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
  padding-bottom: 5px;
}
.title-page .form-20 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
}
.title-page .form-20 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-20 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-20 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-20 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-20 .form-text input {
  padding: 20px 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  text-align: start;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  resize: vertical;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
}
.title-page .form-20 .form-textarea textarea {
  padding: 20px 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 120px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  text-align: start;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  height: 120px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
}
.title-page .form-20 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-20 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-20 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-20 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-20 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-20 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-20 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-20 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-20 .form-textarea {
  box-sizing: border-box;
  margin-right: 0;
  padding-right: 5px;
}
.title-page .form-20 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-20 .form-submit {
  box-sizing: border-box;
  text-align: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-20 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-20 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-20 .form-submit button {
  padding: 25px 50px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #ff9829;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
  position: relative;
  font-weight: 600;
  -webkit-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  -moz-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 250px;
}
.title-page .form-20 .form-submit button:hover, .title-page .form-20 .form-submit button.hover, .title-page .form-20 .form-submit button.active {
  background: #353585;
  -webkit-box-shadow: inset 0px 3px 2px 0px rgba(48, 134, 219, 0.25), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 2px 0px rgba(48, 134, 219, 0.25), 0 0 0 transparent;
  box-shadow: inset 0px 3px 2px 0px rgba(48, 134, 219, 0.25), 0 0 0 transparent;
}
.title-page .form-20 .form-submit button:active, .title-page .form-20 .form-submit button.active {
  background: #3086db;
  -webkit-box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
}
.title-page .form-20 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-20 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-20 .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-20 .form-captcha input {
  padding: 2px 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  resize: vertical;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
}
.title-page .form-20 .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-20 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-20 .form-captcha button {
  padding: 25px 50px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #ff9829;
  outline: none;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
  position: relative;
  font-weight: 600;
  -webkit-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  -moz-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 250px;
}
.title-page .form-20 .form-captcha button:hover, .title-page .form-20 .form-captcha button.hover, .title-page .form-20 .form-captcha button.active {
  background: #353585;
  -webkit-box-shadow: inset 0px 3px 2px 0px rgba(48, 134, 219, 0.25), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 2px 0px rgba(48, 134, 219, 0.25), 0 0 0 transparent;
  box-shadow: inset 0px 3px 2px 0px rgba(48, 134, 219, 0.25), 0 0 0 transparent;
}
.title-page .form-20 .form-captcha button:active, .title-page .form-20 .form-captcha button.active {
  background: #3086db;
  -webkit-box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
}
.title-page .form-20 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-20 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-20 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-20 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-20 .form-checkbox {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-20 .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-20 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-20 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-20 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-20 .form-radio {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-20 .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-20 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-20 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-20 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-20 .form-select {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-20 .form-div {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-20 .form-html {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-20 .form-html .form-item__body {
  font-size: 13px;
}
.title-page .form-20 .form-upload {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-20 .form-calendar {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-20 .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-20 .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-20 .form-calendar_interval {
  box-sizing: border-box;
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-20 .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-20 .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-20 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-20 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-20 .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-20 .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-20 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: -5px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-20 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-20 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-20 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-20 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #ff9829;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.title-page .form-20 ::-webkit-input-placeholder {
  color: #ededed;
}
.title-page .form-20 ::-moz-placeholder {
  color: #ededed;
}
.title-page .form-20 :-ms-input-placeholder {
  color: #ededed;
}
.title-page .block-9 {
  padding: 50px 30px;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: url("../images/veck_adventage.png") left calc(50% + 711px) bottom 66px / auto auto no-repeat, url("../images/adventage_img.jpg") left calc(50% - 555px) top 0px / auto auto no-repeat;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-8 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-10 {
  margin: 0 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: 650px;
  min-width: 650px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-17 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: none #ff9829;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-17 .popover-body:active, .title-page .popover-wrap-17 .popover-body.active {
  background: #ff9829;
}
.title-page .popover-wrap-17 .popover-body .form_text input {
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
}
.title-page .popover-wrap-17 .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-17 .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-17 .popover-body textarea {
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  min-height: 120px;
}
.title-page .popover-wrap-17 .popover-body .s3_button_large {
  padding: 30px 50px;
  border: none;
  background: #353585;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  -moz-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 250px;
  margin-top: 15px;
}
.title-page .popover-wrap-17 .popover-body .s3_button_large:hover, .title-page .popover-wrap-17 .popover-body .s3_button_large.hover, .title-page .popover-wrap-17 .popover-body .s3_button_large.active {
  background: #ff9829;
  -webkit-box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
}
.title-page .popover-wrap-17 .popover-body .s3_button_large:active, .title-page .popover-wrap-17 .popover-body .s3_button_large.active {
  background: #5e311c;
  -webkit-box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
}
.title-page .popover-wrap-17 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-17 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgaGVpZ2h0PSIzMiIgaWQ9IlNsb3lfMSIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiPjxwYXRoIGQ9Ik0xNy40NTkgMTYuMDE0bDguMjM5LTguMTk0Yy4zOTUtLjM5MS4zOTUtMS4wMjQuMC0xLjQxNC0uMzk0LS4zOTEtMS4wMzQtLjM5MS0xLjQyOC4wbC04LjIzMiA4LjE4N0w3LjczIDYuMjg0Yy0uMzk0LS4zOTUtMS4wMzQtLjM5NS0xLjQyOC4wLS4zOTQuMzk2LS4zOTQgMS4wMzcuMCAxLjQzMmw4LjMwMiA4LjMwMy04LjMzMiA4LjI4NmMtLjM5NC4zOTEtLjM5NCAxLjAyNC4wIDEuNDE0LjM5NC4zOTEgMS4wMzQuMzkxIDEuNDI4LjBsOC4zMjUtOC4yNzkgOC4yNzUgOC4yNzZjLjM5NC4zOTUgMS4wMzQuMzk1IDEuNDI4LjAuMzk0LS4zOTYuMzk0LTEuMDM3LjAtMS40MzJMMTcuNDU5IDE2LjAxNHoiIGZpbGw9IiNmZmZmZmYiIGlkPSJDbG9zZSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat #353585;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-17 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-17 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-17 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-17 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  color: #333;
  font-weight: 900;
}
.title-page .blocklist-17 .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-17 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.4;
  text-decoration: none;
  color: #8f8f8f;
  font-size: 17px;
}
.title-page .blocklist-17 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-17 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-17 .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-17 .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-17 .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-17 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-17 .item {
  padding: 0.02px 0;
  margin: 15px 0;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
  align-self: auto;
}
.title-page .blocklist-17 .text {
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.4;
  text-decoration: none;
  color: #8f8f8f;
  font-size: 15px;
  font-weight: normal;
  margin-top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-right: 0;
}
.title-page .blocklist-17 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-17 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  margin-right: 40px;
  margin-left: 0;
}
.title-page .blocklist-17 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #ff9829;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  width: 28px;
  min-height: 28px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: -14px;
  margin-top: -4px;
  align-self: auto;
}
.title-page .blocklist-17 .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-17 .img-convert {
  box-sizing: border-box;
  width: 50px;
  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;
}
.title-page .blocklist-17 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-17 .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-17 .title {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  margin-top: 0;
}
.title-page .blocklist-17 .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-17 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-17 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-17 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-17 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-17 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-17 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-17 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-17 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-17 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-17 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-17 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-17 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-17 .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-17 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-17 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-17 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-17 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-17 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-17 .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-17 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-17 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-17 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-17 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-17 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-17 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-17 .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-17 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-17 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-17 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-17 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-17 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-17 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-17 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .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-17 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-17 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .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-17 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-17 .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-17 .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-17 .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-17 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .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-17 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-17 .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-17 .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-17 .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-17 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .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-17 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-17 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .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-17 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-17 .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-17 .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-17 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .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-17 .popover-body .s3_required {
  color: #353585;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}
.title-page .popover-wrap-17 .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-17 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-17 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-17 :-ms-input-placeholder {
  color: #fff;
}
.title-page .block-56 {
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  right: 0;
  padding-bottom: 100px;
  padding-right: 30px;
  padding-left: 30px;
}
.title-page .block-7 {
  margin: 0 auto;
  position: relative;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-8 {
  padding: 50px;
  margin: -50px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  right: 0;
}
.title-page .popover-wrap-14 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: none #ff9829;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-14 .popover-body:active, .title-page .popover-wrap-14 .popover-body.active {
  background: #ff9829;
}
.title-page .popover-wrap-14 .popover-body .form_text input {
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
}
.title-page .popover-wrap-14 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-14 .popover-body textarea {
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  min-height: 120px;
}
.title-page .popover-wrap-14 .popover-body .s3_button_large {
  padding: 30px 50px;
  border: none;
  background: #353585;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  -moz-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 250px;
  margin-top: 15px;
}
.title-page .popover-wrap-14 .popover-body .s3_button_large:hover, .title-page .popover-wrap-14 .popover-body .s3_button_large.hover, .title-page .popover-wrap-14 .popover-body .s3_button_large.active {
  background: #ff9829;
  -webkit-box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
}
.title-page .popover-wrap-14 .popover-body .s3_button_large:active, .title-page .popover-wrap-14 .popover-body .s3_button_large.active {
  background: #5e311c;
  -webkit-box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
}
.title-page .popover-wrap-14 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-14 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgaGVpZ2h0PSIzMiIgaWQ9IlNsb3lfMSIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiPjxwYXRoIGQ9Ik0xNy40NTkgMTYuMDE0bDguMjM5LTguMTk0Yy4zOTUtLjM5MS4zOTUtMS4wMjQuMC0xLjQxNC0uMzk0LS4zOTEtMS4wMzQtLjM5MS0xLjQyOC4wbC04LjIzMiA4LjE4N0w3LjczIDYuMjg0Yy0uMzk0LS4zOTUtMS4wMzQtLjM5NS0xLjQyOC4wLS4zOTQuMzk2LS4zOTQgMS4wMzcuMCAxLjQzMmw4LjMwMiA4LjMwMy04LjMzMiA4LjI4NmMtLjM5NC4zOTEtLjM5NCAxLjAyNC4wIDEuNDE0LjM5NC4zOTEgMS4wMzQuMzkxIDEuNDI4LjBsOC4zMjUtOC4yNzkgOC4yNzUgOC4yNzZjLjM5NC4zOTUgMS4wMzQuMzk1IDEuNDI4LjAuMzk0LS4zOTYuMzk0LTEuMDM3LjAtMS40MzJMMTcuNDU5IDE2LjAxNHoiIGZpbGw9IiNmZmZmZmYiIGlkPSJDbG9zZSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat #353585;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-14 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-14 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-14 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .blocklist-14 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  color: #333;
  font-weight: 900;
}
.title-page .blocklist-14 .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-14 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  color: #8f8f8f;
  font-size: 17px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-14 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-14 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-14 .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-14 .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-14 .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-14 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-14 .item {
  padding: 30px;
  margin: 0;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  left: 0;
  right: 0;
  flex-basis: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  align-self: auto;
  -webkit-box-shadow: 0px 0px 43px rgba(20, 20, 20, 0.04);
  -moz-box-shadow: 0px 0px 43px rgba(20, 20, 20, 0.04);
  box-shadow: 0px 0px 43px rgba(20, 20, 20, 0.04);
  background: #f0f4ff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-14 .item:hover, .title-page .blocklist-14 .item.hover, .title-page .blocklist-14 .item.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
}
.title-page .blocklist-14 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #8f8f8f;
  line-height: 1.7;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-14 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-14 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 25px;
  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;
  min-height: 80px;
  float: none;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: 0;
  right: 0;
}
.title-page .blocklist-14 .item-label {
  padding: 2px 5px;
  margin: -50px 0 0 -50px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  background: none, none rgba(51, 51, 51, 0);
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0;
  bottom: auto;
  align-self: auto;
  width: 100px;
  right: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 100px;
}
.title-page .blocklist-14 .item-label:hover, .title-page .blocklist-14 .item-label.hover, .title-page .blocklist-14 .item-label.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0yOCwxNEgxOFY0YzAtMS4xMDQtMC44OTYtMi0yLTJzLTIsMC44OTYtMiwydjEwSDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDJzMC44OTYsMiwyLDJoMTB2MTBjMCwxLjEwNCwwLjg5NiwyLDIsMiAgczItMC44OTYsMi0yVjE4aDEwYzEuMTA0LDAsMi0wLjg5NiwyLTJTMjkuMTA0LDE0LDI4LDE0eiIgaWQ9InBhdGgtMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left calc(50% - 4px) top calc(50% - 4px) / 10px no-repeat, none rgba(51, 51, 51, 0.65);
}
.title-page .blocklist-14 .item-label:active, .title-page .blocklist-14 .item-label.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0yOCwxNEgxOFY0YzAtMS4xMDQtMC44OTYtMi0yLTJzLTIsMC44OTYtMiwydjEwSDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDJzMC44OTYsMiwyLDJoMTB2MTBjMCwxLjEwNCwwLjg5NiwyLDIsMiAgczItMC44OTYsMi0yVjE4aDEwYzEuMTA0LDAsMi0wLjg5NiwyLTJTMjkuMTA0LDE0LDI4LDE0eiIgaWQ9InBhdGgtMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left calc(50% - 44px) top calc(50% - 31px) / 10px no-repeat rgba(51, 51, 51, 0.65);
}
.title-page .blocklist-14 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-14 .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;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 0;
  align-self: auto;
}
.title-page .blocklist-14 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-14 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-14 .title {
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-14 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-14 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-14 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-14 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-14 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-14 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-14 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
}
.title-page .blocklist-14 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #3086da;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}
.title-page .blocklist-14 .more > a:hover, .title-page .blocklist-14 .more > a.hover, .title-page .blocklist-14 .more > a.active {
  color: #ff9829;
  text-decoration: underline;
}
.title-page .blocklist-14 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-14 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-14 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-14 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-14 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-14 .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-14 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-14 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-14 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-14 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-14 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-14 .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-14 .bx-auto_controls {
  margin: auto auto 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-14 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-14 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-14 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-14 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-14 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-14 .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-14 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-14 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-14 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .popover-container-14 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-14 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-14 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-14 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-14 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-14 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-14 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_required {
  color: #353585;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}
.title-page .popover-wrap-14 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-14 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-14 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-14 :-ms-input-placeholder {
  color: #fff;
}
.title-page .block-5 {
  padding: 30px 30px 120px;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/54708007_2!!!.jpg") left 50% top 50% / cover no-repeat;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-3 .layout_5 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 .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-3 {
  position: relative;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 3;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.title-page .widget-4 {
  margin: 4px 0 auto 100px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .menu-6 .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-6 .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-6 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-6 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-6 .menu-scroll > ul > li.home-button > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("https://penoblok86.ru/t/v500/images/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-6 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 10px;
  min-height: 10px;
  background: #d6d6d6;
  box-sizing: border-box;
}
.title-page .menu-6 .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-6 .menu-scroll > ul ul {
  padding: 10px;
  margin: 10px 0 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #353585;
  list-style: none;
  width: 250px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  align-self: auto;
}
.title-page .menu-6 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-6 .menu-scroll > ul ul > li > a {
  padding: 6px 20px 6px 10px;
  margin: 3px;
  border: none;
  cursor: pointer;
  display: block;
  background: #353585;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
}
.title-page .menu-6 .menu-scroll > ul ul > li > a:hover, .title-page .menu-6 .menu-scroll > ul ul > li > a.hover, .title-page .menu-6 .menu-scroll > ul ul > li > a.active {
  background: transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  color: #ff9829;
}
.title-page .menu-6 .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-6 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-6 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-6 .menu-scroll > ul > li.menu-item > a {
  padding: 10px 20px;
  margin: 2px 5px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
  font-weight: 600;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-6 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-6 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-6 .menu-scroll > ul > li.menu-item > a.active {
  color: #ff9829;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .menu-6 .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-6 .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-6 .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-6 .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-6 .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-6 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button > a {
  padding: 0.02px 0 6px 2px;
  margin: 4px 0 2px 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  color: #ff9829;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  letter-spacing: 2.4px;
  text-transform: none;
  font-style: normal;
  width: 35px;
  min-height: 35px;
  text-align: center;
  font-weight: 600;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  align-self: auto;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button > a:hover, .title-page .menu-6 .menu-scroll > ul > li.more-button > a.hover, .title-page .menu-6 .menu-scroll > ul > li.more-button > a.active {
  background: #ff9829;
  color: #fff;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-6 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-2 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 450px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .widget-3 {
  margin: 5px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  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;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .widget-2 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-3 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-3 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-3 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-3 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
.title-page .site-name-3 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-6 {
  margin: 70px auto 0;
  position: relative;
  width: 1200px;
  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%;
  padding-left: 0;
}
.title-page .block-47 {
  position: relative;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.title-page .widget-7 {
  margin: 5px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .schedule-12 p:first-child {
  margin-top: 0;
}
.title-page .schedule-12 p:last-child {
  margin-bottom: 0;
}
.title-page .schedule-12 .header {
  box-sizing: border-box;
}
.title-page .schedule-12 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .schedule-12 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .schedule-12 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .schedule-12 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .schedule-12 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .schedule-12 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-12 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: normal;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .schedule-12 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-12 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-6 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-11 p:first-child {
  margin-top: 0;
}
.title-page .phones-11 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-11 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-11 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-11 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 45px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGhvbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjQxLjg5LDgwaC0wLjA3YTE3LjMsMTcuMywwLDAsMS02LjctMS41NjEsMS4xNzIsMS4xNzIsMCwwLDEsLjkzLTIuMTUyLDE1LjIyLDE1LjIyLDAsMCwwLDUuNzgsMS4zNjloMC4wNmE3LjIyMSw3LjIyMSwwLDAsMCw1LjIyLTEuOVY3NS43NDZhMi4xMDYsMi4xMDYsMCwwLDAtLjEtMi45MzZjLTMuMTUtMy4wMzQtNC42My0yLjgxMy02LjAxLTEuNDczbC0yLjE5LDIuMTcyYTEuMTY4LDEuMTY4LDAsMCwxLTEuMy4yMzksMjMuNzMsMjMuNzMsMCwwLDEtNi4zOS00LjcxMWwtMC4xNi0uMTU0YTIzLjg1LDIzLjg1LDAsMCwxLTQuNzEtNi4zOTUsMS4xNjcsMS4xNjcsMCwwLDEsLjI0LTEuM0wxMjI4LjY2LDU5YzEuMzQtMS4zNzUsMS41Ni0yLjg2LTEuNDctNi4wMDdhMi4xMTIsMi4xMTIsMCwwLDAtMi45NC0uMTA2bC0wLjAxLjAwOGE3LjI1OSw3LjI1OSwwLDAsMC0xLjksNS4yNzRjMC4wMiw0LjIxLDIuNDEsOS4xLDYuMzksMTMuMDgxLDAsMCwuMDEuMDA3LDAuMDEsMC4wMTFhMjYuMzk0LDI2LjM5NCwwLDAsMCwyLjU4LDIuMjQ0LDEuMTczLDEuMTczLDAsMCwxLTEuNDMsMS44NiwyOC40ODksMjguNDg5LDAsMCwxLTIuOC0yLjQzNnMwLS4wMDctMC4wMS0wLjAxMWMtNC40MS00LjQxMS03LjA2LTkuOTItNy4wOC0xNC43MzdhOS40ODcsOS40ODcsMCwwLDEsMi42MS02Ljk2NWMwLjAxLS4wMTQuMDMtMC4wMjksMC4wNC0wLjA0M2wwLjA0LS4wMzFhNC40NjIsNC40NjIsMCwwLDEsNi4xOS4yMjQsMTAuOTg2LDEwLjk4NiwwLDAsMSwyLjg2LDQuMzE1LDQuODIxLDQuODIxLDAsMCwxLTEuNDEsNC45NnYwLjAwNmwtMS41NywxLjU4NWEyMy40NTcsMjMuNDU3LDAsMCwwLDMuODYsNC45OTVsMC4xNSwwLjE1NGEyMy42NCwyMy42NCwwLDAsMCw1LDMuODY1bDEuNTgtMS41NzRjMC4wMSwwLC4wMSwwLDAuMDEtMC4wMDdhNC44MzIsNC44MzIsMCwwLDEsNC45Ni0xLjQwNywxMC44MjIsMTAuODIyLDAsMCwxLDQuMzEsMi44NjYsNC40NDUsNC40NDUsMCwwLDEsLjIzLDYuMTg4bC0wLjAzLjAzNGMtMC4wMi4wMTUtLjAzLDAuMDMxLTAuMDUsMC4wNDVBOS40NjcsOS40NjcsMCwwLDEsMTI0MS44OSw4MFptMC43MS0xNy4xNjhhMS4xNjYsMS4xNjYsMCwwLDAsLjc5LTEuNDU2bC0wLjAxLS4wNTRhNi43MzQsNi43MzQsMCwwLDAtNC43OC00LjcyLDEuMTcxLDEuMTcxLDAsMSwwLS42MiwyLjI1OCw0LjExNyw0LjExNywwLDAsMSwyLjAxLDEuMTQ5LDQuMjA1LDQuMjA1LDAsMCwxLDEuMTQsMS45NzRsMC4wMSwwLjA1N2ExLjE4NSwxLjE4NSwwLDAsMCwxLjEzLjg0QTEuMTQyLDEuMTQyLDAsMCwwLDEyNDIuNiw2Mi44MzFabTYuMTYsMS40N2ExMi45NzEsMTIuOTcxLDAsMCwwLTEzLTEzLjA2NmgtMC4wNmExLjE3MiwxLjE3MiwwLDAsMCwwLDIuMzQzaDAuMDZhMTAuNjQxLDEwLjY0MSwwLDAsMSwxMC42NiwxMC43MTIsMS4xNzUsMS4xNzUsMCwwLDAsMS4xNywxLjE3N2gwQTEuMTY1LDEuMTY1LDAsMCwwLDEyNDguNzYsNjQuM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjIwIC01MCkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 21px no-repeat #3086db;
  margin-right: auto;
  min-height: 45px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: auto;
}
.title-page .phones-11 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
}
.title-page .phones-11 .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-11 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-11 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-11 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-11 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .phones-11 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .block-4 {
  position: relative;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.title-page .widget-5 {
  margin: 0;
  border: none;
  position: relative;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-8 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: none #ff9829;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-8 .popover-body:active, .title-page .popover-wrap-8 .popover-body.active {
  background: #ff9829;
}
.title-page .popover-wrap-8 .popover-body .form_text input {
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
}
.title-page .popover-wrap-8 .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-8 .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-8 .popover-body textarea {
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  min-height: 120px;
}
.title-page .popover-wrap-8 .popover-body .s3_button_large {
  padding: 30px 50px;
  border: none;
  background: #353585;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  -moz-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(51, 51, 51, 0.35);
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 250px;
  margin-top: 15px;
}
.title-page .popover-wrap-8 .popover-body .s3_button_large:hover, .title-page .popover-wrap-8 .popover-body .s3_button_large.hover, .title-page .popover-wrap-8 .popover-body .s3_button_large.active {
  background: #ff9829;
  -webkit-box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
  box-shadow: inset 0px 3px 2px rgba(255, 255, 255, 0.21), 0 0 0 transparent;
}
.title-page .popover-wrap-8 .popover-body .s3_button_large:active, .title-page .popover-wrap-8 .popover-body .s3_button_large.active {
  background: #5e311c;
  -webkit-box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  box-shadow: inset 0px 3px 15px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
}
.title-page .popover-wrap-8 .popover-body .s3_message {
  padding: 0.02px 0;
  border: 1px solid rgba(225, 200, 147, 0);
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(240, 228, 201, 0);
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-8 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgaGVpZ2h0PSIzMiIgaWQ9IlNsb3lfMSIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiPjxwYXRoIGQ9Ik0xNy40NTkgMTYuMDE0bDguMjM5LTguMTk0Yy4zOTUtLjM5MS4zOTUtMS4wMjQuMC0xLjQxNC0uMzk0LS4zOTEtMS4wMzQtLjM5MS0xLjQyOC4wbC04LjIzMiA4LjE4N0w3LjczIDYuMjg0Yy0uMzk0LS4zOTUtMS4wMzQtLjM5NS0xLjQyOC4wLS4zOTQuMzk2LS4zOTQgMS4wMzcuMCAxLjQzMmw4LjMwMiA4LjMwMy04LjMzMiA4LjI4NmMtLjM5NC4zOTEtLjM5NCAxLjAyNC4wIDEuNDE0LjM5NC4zOTEgMS4wMzQuMzkxIDEuNDI4LjBsOC4zMjUtOC4yNzkgOC4yNzUgOC4yNzZjLjM5NC4zOTUgMS4wMzQuMzk1IDEuNDI4LjAuMzk0LS4zOTYuMzk0LTEuMDM3LjAtMS40MzJMMTcuNDU5IDE2LjAxNHoiIGZpbGw9IiNmZmZmZmYiIGlkPSJDbG9zZSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat #353585;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 45px;
}
.title-page .popover-wrap-8 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-8 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-8 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-8 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-8 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-8 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-8 .header {
  box-sizing: border-box;
  font-size: 35px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-8 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-8 .title {
  box-sizing: border-box;
  font-size: 22px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  color: #8f8f8f;
  font-weight: 500;
}
.title-page .editable_block-8 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-8 .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-8 .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-8 .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-8 .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-8 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-8 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-8 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-8 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-8 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-8 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-8 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  text-align: center;
}
.title-page .editable_block-8 .more > a {
  padding: 25px 50px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 0;
  min-height: 14px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  -webkit-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  -moz-box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  box-shadow: inset 0px -3px 0px rgba(255, 255, 255, 0.13), -1px 5px 16px rgba(53, 53, 133, 0.3);
  background: #ff9829;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: 600;
}
.title-page .editable_block-8 .more > a:hover, .title-page .editable_block-8 .more > a.hover, .title-page .editable_block-8 .more > a.active {
  -webkit-box-shadow: inset 0px 3px 2px 0px rgba(48, 134, 219, 0.25), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 2px 0px rgba(48, 134, 219, 0.25), 0 0 0 transparent;
  box-shadow: inset 0px 3px 2px 0px rgba(48, 134, 219, 0.25), 0 0 0 transparent;
  background: #353585;
}
.title-page .editable_block-8 .more > a:active, .title-page .editable_block-8 .more > a.active {
  -webkit-box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  box-shadow: inset 0px 3px 15px 0px rgba(255, 255, 255, 0.2), 0 0 0 transparent;
  background: #3086db;
}
.title-page .editable_block-8 .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-8 .clear {
  clear: both;
}
.title-page .popover-container-8 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-8 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-8 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-8 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-8 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-8 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-8 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .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-8 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-8 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-8 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .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-8 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-8 .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-8 .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-8 .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-8 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .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-8 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-8 .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-8 .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-8 .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-8 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .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-8 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-8 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .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-8 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-8 .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-8 .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-8 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-8 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .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-8 .popover-body .s3_required {
  color: #353585;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}
.title-page .popover-wrap-8 .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-8 ::-webkit-input-placeholder {
  color: #fff;
}
.title-page .popover-wrap-8 ::-moz-placeholder {
  color: #fff;
}
.title-page .popover-wrap-8 :-ms-input-placeholder {
  color: #fff;
}
.title-page .widget-58 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-101 .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-101 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.title-page .side-panel-101 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("https://penoblok86.ru/t/v500/images/images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
  text-align: left;
}
.title-page .side-panel-101 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-101 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .side-panel-101 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  text-align: center;
}
.title-page .side-panel-101 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-101 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
}
.title-page .side-panel-101 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page body {
    display: block;
  }
  .title-page .wrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-52 {
    background: none;
    padding-bottom: 50px;
    padding-top: 50px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .widget-66 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    display: block;
  }
  .title-page .block-43 {
    -webkit-order: 16;
    -moz-order: 16;
    order: 16;
  }
  .title-page .block-42 .layout_96 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-42 .layout_97 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: none;
  }
  .title-page .block-42 .layout_98 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-42 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-57 {
    margin-top: 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-56 {
    margin-top: 15px;
    margin-left: auto;
    display: none;
  }
  .title-page .widget-55 {
    margin-top: auto;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-38 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-order: 15;
    -moz-order: 15;
    order: 15;
  }
  .title-page .block-41 .layout_86 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: none;
  }
  .title-page .block-41 .layout_87 {
    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-41 .layout_90 {
    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-41 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-48 {
    width: auto;
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .menu-86 .menu-scroll > ul ul {
    position: static;
    width: auto;
  }
  .title-page .menu-86 .menu-title {
    background: none;
  }
  .title-page .block-39 {
    margin-right: auto;
  }
  .title-page .widget-49 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-88 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-88 .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-88 .cell-text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .phones-88 .title {
    background: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .phones-88 .text_body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-50 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .address-89 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-89 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .address-89 .title {
    background: none;
  }
  .title-page .block-40 {
    width: 300px;
    margin-left: auto;
  }
  .title-page .widget-54 {
    margin-bottom: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widgetsocial-95 .google .wg-soc-icon {
    background: transparent;
  }
  .title-page .widgetsocial-95 .google .wg-soc-icon:hover, .title-page .widgetsocial-95 .google .wg-soc-icon.hover, .title-page .widgetsocial-95 .google .wg-soc-icon.active {
    background: rgba(255, 255, 255, 0.1);
  }
  .title-page .widgetsocial-95 .mail .wg-soc-icon {
    background: transparent;
  }
  .title-page .widgetsocial-95 .mail .wg-soc-icon:hover, .title-page .widgetsocial-95 .mail .wg-soc-icon.hover, .title-page .widgetsocial-95 .mail .wg-soc-icon.active {
    background: rgba(255, 255, 255, 0.1);
  }
  .title-page .widgetsocial-95 .pin .wg-soc-icon {
    background: transparent;
  }
  .title-page .widgetsocial-95 .pin .wg-soc-icon:hover, .title-page .widgetsocial-95 .pin .wg-soc-icon.hover, .title-page .widgetsocial-95 .pin .wg-soc-icon.active {
    background: rgba(255, 255, 255, 0.1);
  }
  .title-page .widgetsocial-95 .lj .wg-soc-icon {
    background: transparent;
  }
  .title-page .widgetsocial-95 .lj .wg-soc-icon:hover, .title-page .widgetsocial-95 .lj .wg-soc-icon.hover, .title-page .widgetsocial-95 .lj .wg-soc-icon.active {
    background: rgba(255, 255, 255, 0.1);
  }
  .title-page .widgetsocial-95 .my .wg-soc-icon {
    background: transparent;
  }
  .title-page .widgetsocial-95 .my .wg-soc-icon:hover, .title-page .widgetsocial-95 .my .wg-soc-icon.hover, .title-page .widgetsocial-95 .my .wg-soc-icon.active {
    background: rgba(255, 255, 255, 0.1);
  }
  .title-page .widgetsocial-95 .youtube .wg-soc-icon {
    background: transparent;
  }
  .title-page .widgetsocial-95 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-95 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-95 .youtube .wg-soc-icon.active {
    background: rgba(255, 255, 255, 0.1);
  }
  .title-page .widgetsocial-95 .telegram .wg-soc-icon {
    background: transparent;
  }
  .title-page .widgetsocial-95 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-95 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-95 .telegram .wg-soc-icon.active {
    background: rgba(255, 255, 255, 0.1);
  }
  .title-page .widgetsocial-95 .whatsapp .wg-soc-icon {
    background: transparent;
  }
  .title-page .widgetsocial-95 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-95 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-95 .whatsapp .wg-soc-icon.active {
    background: rgba(255, 255, 255, 0.1);
  }
  .title-page .widget-53 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-51 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .editable_block-91 .header {
    background: none;
  }
  .title-page .editable_block-91 .image {
    float: left;
  }
  .title-page .editable_block-91 .more {
    clear: none;
  }
  .title-page .widget-18 {
    display: none;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
  }
  .title-page .block-20 {
    background: url("../images/veck_home.png") left calc(50% + 460px) top calc(50% + 20px) / auto auto no-repeat rgba(255, 255, 255, 0.77);
    padding-top: 50px;
    padding-right: 250px;
    padding-bottom: 50px;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
  }
  .title-page .block-19 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-16 {
    width: auto;
    display: block;
  }
  .title-page .editable_block-34 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-34 .text {
    font-size: 14px;
    line-height: 1.8;
  }
  .title-page .editable_block-34 .more {
    clear: none;
  }
  .title-page .block-18 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .block-17 .layout_32 {
    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-17 .layout_113 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-17 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-32 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-32 .description {
    background: none;
  }
  .title-page .blocklist-32 .body-outer {
    width: auto;
  }
  .title-page .blocklist-32 .body {
    width: auto;
  }
  .title-page .blocklist-32 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .blocklist-32 .list {
    width: 708px;
  }
  .title-page .blocklist-32 .item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-32 .text {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-32 .image {
    margin-bottom: 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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Ni42MjUiIGhlaWdodD0iNjYuNTMxIiB2aWV3Qm94PSIwIDAgNTYuNjI1IDY2LjUzMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InJldmlldi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTY2Ny42MjksNDM0LjgxOUw2MTEsNTAxLjM0Mmw1Ni42MzMtMjMuMlY0MzQuODE5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYxMSAtNDM0LjgxMykiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") right 0px top 26px / 29px no-repeat;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-32 .img-convert {
    background: none;
  }
  .title-page .blocklist-32 .title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-32 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-32 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-32 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-32 .controls {
    margin-top: 15px;
  }
  .title-page .widget-64 {
    width: auto;
    margin-left: 0;
    margin-top: 50px;
    background: none;
    min-width: 0;
  }
  .title-page .blocklist-113 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-113 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-113 .description {
    background: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-113 .body-outer {
    width: auto;
  }
  .title-page .blocklist-113 .body {
    width: auto;
  }
  .title-page .blocklist-113 .item-outer {
    width: 25%;
  }
  .title-page .blocklist-113 .item {
    display: block;
    margin-bottom: 10px;
    background: none;
  }
  .title-page .blocklist-113 .text {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-113 .image {
    padding: 20px;
    float: left;
    background: linear-gradient(#fff, #fff), url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Ni42MjUiIGhlaWdodD0iNjYuNTMxIiB2aWV3Qm94PSIwIDAgNTYuNjI1IDY2LjUzMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InJldmlldi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTY2Ny42MjksNDM0LjgxOUw2MTEsNTAxLjM0Mmw1Ni42MzMtMjMuMlY0MzQuODE5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYxMSAtNDM0LjgxMykiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") right 0px top 26px / 29px no-repeat;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-113 .img-convert {
    height: 50px;
    background: none;
  }
  .title-page .blocklist-113 .title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-113 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-113 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-113 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-113 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .blocklist-113 .footer {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-113 .controls {
    margin-top: 15px;
  }
  .title-page .block-11 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-10 .layout_21_id_20 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-10 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-11 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .title-page .form-20 .form__text {
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .block-9 {
    background: none;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-8 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-10 {
    width: auto;
    margin-left: 0;
    display: block;
  }
  .title-page .blocklist-17 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-17 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-17 .body-outer {
    width: auto;
  }
  .title-page .blocklist-17 .body {
    width: auto;
  }
  .title-page .blocklist-17 .item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
  }
  .title-page .blocklist-17 .image {
    margin-left: 15px;
  }
  .title-page .block-56 {
    padding: 0.02px 0;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-7 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-8 {
    margin-top: 0;
    padding-right: 30px;
    padding-left: 30px;
    -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;
    display: block;
  }
  .title-page .blocklist-14 .body-outer {
    width: auto;
  }
  .title-page .blocklist-14 .body {
    width: auto;
  }
  .title-page .blocklist-14 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-14 .image {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-14 .item-label:hover, .title-page .blocklist-14 .item-label.hover, .title-page .blocklist-14 .item-label.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0yOCwxNEgxOFY0YzAtMS4xMDQtMC44OTYtMi0yLTJzLTIsMC44OTYtMiwydjEwSDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDJzMC44OTYsMiwyLDJoMTB2MTBjMCwxLjEwNCwwLjg5NiwyLDIsMiAgczItMC44OTYsMi0yVjE4aDEwYzEuMTA0LDAsMi0wLjg5NiwyLTJTMjkuMTA0LDE0LDI4LDE0eiIgaWQ9InBhdGgtMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left calc(50% - 6px) top calc(50% - 5px) / 10px no-repeat, none rgba(51, 51, 51, 0.65);
  }
  .title-page .blocklist-14 .img-convert {
    background: none;
  }
  .title-page .blocklist-14 .title {
    margin-top: 15px;
  }
  .title-page .block-5 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/54708007_2!!!.jpg") left 50% top 50% / cover no-repeat fixed;
    padding-bottom: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-3 .layout_5 {
    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-3 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-3 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-3 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-2 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .block-6 {
    border: none;
    width: auto;
    background: none;
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-47 {
    width: auto;
    text-align: center;
    margin-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-7 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .schedule-12 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .schedule-12 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-6 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-11 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-11 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .block-4 {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-5 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .editable_block-8 .header {
    font-size: 30px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-8 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-8 .text {
    font-size: 15px;
    font-weight: normal;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-8 .more {
    clear: none;
  }
  .title-page .editable_block-8 .more > a {
    padding-right: 40px;
    padding-left: 40px;
  }
  .title-page .widget-58 {
    box-sizing: border-box;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .side-panel-101 .side-panel-content {
    border: none;
    left: auto;
    right: 0;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #353585;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    width: 300px;
  }
  .title-page .side-panel-101 .side-panel-close {
    padding: 0.02px 0;
    border: none;
    left: auto;
    right: 100%;
    -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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjggMTI4IiBoZWlnaHQ9IjEyOCIgaWQ9IlNsb3lfMSIgdmlld0JveD0iMCAwIDEyOCAxMjgiIHdpZHRoPSIxMjgiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xMjMuNTQyOTY4OCAxMS41OTM3NSAxMTYuNDc2NTYyNSA0LjUxODU1NDcgNjQuMDAxOTUzMSA1Ni45MzA2NjQxIDExLjU1OTU3MDMgNC40ODgyODEzIDQuNDg4MjgxMyAxMS41NTk1NzAzbDUyLjQzODk2NDggNTIuNDM3NUw0LjQ1NzAzMTMgMTE2LjQwNTI3MzQgMTEuNTI0NDE0MSAxMjMuNDgxNDQ1MyA2My45OTg1MzUyIDcxLjA2ODM1OTQgMTE2LjQ0MjM4MjggMTIzLjUxMTcxODhsNy4wNzAzMTI1LTcuMDcwMzEyNUw3MS4wNzMyNDIyIDY0LjAwMTk1MzF6IiBmaWxsLW9wYWNpdHk9IjEiIGlkPSJwYXRoLTIiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 19px no-repeat #3086da;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    width: 40px;
    min-height: 42px;
    margin-top: 20px;
    margin-right: -20px;
  }
  .title-page .side-panel-101 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-101 .side-panel-button {
    border: none;
    margin-top: 30px;
    align-self: auto;
    margin-right: 30px;
    width: 45px;
    min-height: 45px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #ff9829;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 8px;
  }
  .title-page .side-panel-101 .side-panel-button-icon-line {
    border: none;
    text-align: left;
    min-height: 4px;
    margin-top: 4px;
    width: 26px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
  }
}
@media all and (max-width: 768px) {
  .title-page .mosaic-gallery-118 .mg-name .mg-name-text {
    font-size: 25px;
  }
  .title-page .block-43 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title-page .block-42 .layout_96 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-42 .layout_97 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-42 .layout_98 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-57 {
    text-align: center;
    margin-top: 20px;
  }
  .title-page .widget-56 {
    margin-right: auto;
    margin-bottom: 0;
  }
  .title-page .widget-55 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .block-41 .layout_86 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-41 .layout_87 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-41 .layout_90 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-39 {
    margin-bottom: 0;
    margin-right: 0;
  }
  .title-page .widget-49 {
    text-align: center;
  }
  .title-page .phones-88 .cell-icon {
    display: none;
  }
  .title-page .phones-88 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-88 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-50 {
    text-align: center;
  }
  .title-page .address-89 .cell-icon {
    display: none;
  }
  .title-page .address-89 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .address-89 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-40 {
    width: auto;
    margin-top: 50px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .widget-54 {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-53 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-51 {
    text-align: center;
  }
  .title-page .editable_block-91 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-91 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-17 .layout_32 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-17 .layout_113 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-32 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-32 .header_text {
    font-weight: 800;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-32 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-32 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .blocklist-32 .list {
    width: 580px;
  }
  .title-page .blocklist-32 .item {
    margin-top: 0;
    margin-bottom: 0;
  }
  .title-page .blocklist-32 .text {
    padding: 0.02px 0;
    background: none;
    color: rgba(255, 255, 255, 0.79);
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .title-page .blocklist-32 .image {
    margin-right: 10px;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .blocklist-32 .img-convert {
    -webkit-box-shadow: 0px 0px 0px 8px #eee;
    -moz-box-shadow: 0px 0px 0px 8px #eee;
    box-shadow: 0px 0px 0px 8px #eee;
    margin-top: 10px;
    align-self: auto;
  }
  .title-page .blocklist-32 .title {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    margin-top: 15px;
  }
  .title-page .blocklist-32 .sub-title {
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .blocklist-32 .controls {
    margin-top: 60px;
  }
  .title-page .blocklist-113 .header_text {
    font-weight: 800;
  }
  .title-page .blocklist-113 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-113 .item {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-113 .text {
    padding: 0.02px 0;
    background: none;
    color: rgba(255, 255, 255, 0.79);
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .title-page .blocklist-113 .image {
    float: none;
    background: linear-gradient(#fff, #fff);
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .blocklist-113 .img-convert {
    height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    margin-top: 10px;
    align-self: auto;
  }
  .title-page .blocklist-113 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    text-align: left;
    margin-top: 15px;
  }
  .title-page .blocklist-113 .sub-title {
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .blocklist-113 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .blocklist-113 .controls {
    margin-top: 70px;
  }
  .title-page .block-10 .layout_21_id_20 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .form-20 .form__header {
    font-size: 25px;
    font-weight: 800;
  }
  .title-page .form-20 .form-text {
    width: 50%;
  }
  .title-page .form-20 .form-checkbox {
    width: 50%;
  }
  .title-page .form-20 .form-radio {
    width: 50%;
  }
  .title-page .form-20 .form-select {
    width: 50%;
  }
  .title-page .form-20 .form-div {
    width: 50%;
  }
  .title-page .form-20 .form-html {
    width: 50%;
  }
  .title-page .form-20 .form-upload {
    width: 50%;
  }
  .title-page .form-20 .form-calendar {
    width: 50%;
  }
  .title-page .form-20 .form-calendar_interval {
    width: 50%;
  }
  .title-page .block-9 {
    background: rgba(255, 255, 255, 0.84);
  }
  .title-page .widget-10 {
    min-width: 0;
  }
  .title-page .blocklist-17 .header_text {
    font-size: 25px;
    font-weight: 800;
  }
  .title-page .blocklist-17 .description {
    margin-bottom: 35px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-14 .header_text {
    font-size: 25px;
    font-weight: 800;
  }
  .title-page .blocklist-14 .body-outer {
    text-align: left;
  }
  .title-page .blocklist-14 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-14 .text {
    font-size: 13px;
  }
  .title-page .blocklist-14 .title {
    font-size: 17px;
  }
  .title-page .block-5 {
    padding-bottom: 30px;
  }
  .title-page .block-5:hover, .title-page .block-5.hover, .title-page .block-5.active {
    background: linear-gradient(rgba(53, 53, 133, 0.74), rgba(53, 53, 133, 0.74)), url("https://penoblok86.ru/t/v500/images/images/head_veck.png?1574660517909") left -63px top 156px / 319px no-repeat;
  }
  .title-page .block-3 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .site-name-3 .sn-text {
    font-size: 20px;
  }
  .title-page .block-6 {
    margin-top: 70px;
  }
  .title-page .editable_block-8 .header {
    font-size: 25px;
  }
  .title-page .widget-58 {
    margin-top: 0;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-52 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .block-43 {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .block-42 .layout_96 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-42 .layout_97 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-42 .layout_98 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-57 {
    margin-bottom: 0;
  }
  .title-page .widget-55 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-38 {
    padding: 30px 20px;
  }
  .title-page .block-41 .layout_86 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-41 .layout_87 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-41 .layout_90 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-39 {
    margin-top: 15px;
  }
  .title-page .phones-88 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-20 {
    background: rgba(255, 255, 255, 0.77);
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .editable_block-34 .header {
    font-size: 25px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-34 .title {
    font-size: 16px;
    line-height: 1.5;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-34 .more {
    text-align: center;
  }
  .title-page .block-18 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .block-17 .layout_32 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-17 .layout_113 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-15 {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .title-page .blocklist-32 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .blocklist-32 .list {
    width: 440px;
  }
  .title-page .blocklist-32 .item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-32 .text {
    font-size: 14px;
    margin-top: 0;
  }
  .title-page .blocklist-32 .image {
    margin-right: 25px;
    width: 120px;
  }
  .title-page .blocklist-32 .img-convert {
    width: 110px;
    height: 110px;
    -webkit-box-shadow: 0px 0px 0px 6px #fff;
    -moz-box-shadow: 0px 0px 0px 6px #fff;
    box-shadow: 0px 0px 0px 6px #fff;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .blocklist-32 .title {
    margin-top: 20px;
  }
  .title-page .blocklist-32 .sub-title {
    margin-bottom: 15px;
  }
  .title-page .blocklist-32 .controls {
    margin-top: 80px;
    top: auto;
    bottom: 0;
    margin-bottom: 0;
  }
  .title-page .widget-64 {
    margin-bottom: 0;
  }
  .title-page .blocklist-113 .text {
    margin-top: 0;
  }
  .title-page .blocklist-113 .image {
    padding: 10px;
  }
  .title-page .blocklist-113 .img-convert {
    width: 110px;
    height: 50px;
    -webkit-box-shadow: 0px 0px 0px 6px #fff;
    -moz-box-shadow: 0px 0px 0px 6px #fff;
    box-shadow: 0px 0px 0px 6px #fff;
  }
  .title-page .blocklist-113 .title {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 20px;
  }
  .title-page .blocklist-113 .sub-title {
    margin-bottom: 15px;
  }
  .title-page .blocklist-113 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .blocklist-113 .controls {
    margin-top: 80px;
  }
  .title-page .block-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .block-10 .layout_21_id_20 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-11 {
    min-height: 0;
  }
  .title-page .form-20 .form__text {
    font-size: 15px;
    line-height: 1.5;
  }
  .title-page .form-20 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-20 .form-text input {
    padding: 15px 20px;
    font-size: 13px;
    font-weight: normal;
  }
  .title-page .form-20 .form-textarea textarea {
    padding: 15px 20px;
    font-size: 13px;
    font-weight: normal;
  }
  .title-page .form-20 .form-submit button {
    width: 100%;
  }
  .title-page .form-20 .form-captcha .form-item__body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-20 .form-captcha input {
    font-size: 13px;
    font-weight: normal;
  }
  .title-page .form-20 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-20 .form-captcha button {
    width: 100%;
  }
  .title-page .block-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .blocklist-17 .text {
    font-size: 13px;
    margin-top: 5px;
  }
  .title-page .widget-8 {
    padding: 20px;
  }
  .title-page .blocklist-14 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-14 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-14 .item-label:hover, .title-page .blocklist-14 .item-label.hover, .title-page .blocklist-14 .item-label.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0yOCwxNEgxOFY0YzAtMS4xMDQtMC44OTYtMi0yLTJzLTIsMC44OTYtMiwydjEwSDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDJzMC44OTYsMiwyLDJoMTB2MTBjMCwxLjEwNCwwLjg5NiwyLDIsMiAgczItMC44OTYsMi0yVjE4aDEwYzEuMTA0LDAsMi0wLjg5NiwyLTJTMjkuMTA0LDE0LDI4LDE0eiIgaWQ9InBhdGgtMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 10px no-repeat, none rgba(51, 51, 51, 0.65);
  }
  .title-page .block-5 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .block-5:hover, .title-page .block-5.hover, .title-page .block-5.active {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://penoblok86.ru/t/v500/images/images/head_veck.png?1574660517909") left 0px top 410px / 128px no-repeat;
  }
  .title-page .block-3 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_6 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .widget-3 {
    padding-right: 60px;
  }
  .title-page .site-name-3 .sn-text {
    padding-right: 60px;
  }
  .title-page .widget-7 {
    min-height: 15px;
  }
  .title-page .side-panel-101 .side-panel-top {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .side-panel-101 .side-panel-button {
    margin-top: 20px;
    margin-right: 20px;
  }
}
@media all and (max-width: 480px) {
  .title-page .mosaic-gallery-118 .mg-name .mg-name-text {
    font-size: 20px;
    font-weight: bold;
  }
  .title-page .mosaic-gallery-118 .mg-text-before {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
  }
  .title-page .block-42 .layout_96 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-42 .layout_97 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-42 .layout_98 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-55 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-41 .layout_86 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: none;
  }
  .title-page .block-41 .layout_87 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-41 .layout_90 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .phones-88 .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-88 .icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .title-page .phones-88 .block-body-drop {
    left: auto;
    top: 100%;
  }
  .title-page .phones-88 .cell-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .address-89 .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .address-89 .icon {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .title-page .address-89 .block-body-drop {
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
  }
  .title-page .address-89 .text_body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .popover-wrap-94 .popover-body {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .title-page .popover-wrap-94 .popover-body .s3_button_large {
    width: 240px;
  }
  .title-page .editable_block-91 .body {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-91 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .popover-wrap-91 .popover-body {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .title-page .popover-wrap-91 .popover-body .s3_button_large {
    width: 240px;
  }
  .title-page .block-20 {
    background: none;
  }
  .title-page .popover-wrap-34 .popover-body {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .title-page .popover-wrap-34 .popover-body .s3_button_large {
    width: 240px;
  }
  .title-page .editable_block-34 .header {
    font-size: 20px;
  }
  .title-page .editable_block-34 .title {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .title-page .editable_block-34 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-34 .text {
    margin-bottom: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-17 .layout_32 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-17 .layout_113 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-15 {
    margin-top: 15px;
  }
  .title-page .popover-wrap-32 .popover-body {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .title-page .popover-wrap-32 .popover-body .s3_button_large {
    width: 240px;
  }
  .title-page .blocklist-32 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-32 .description {
    font-size: 14px;
  }
  .title-page .blocklist-32 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-32 .list {
    width: 280px;
  }
  .title-page .blocklist-32 .item {
    width: 240px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-32 .text {
    line-height: 1.8;
  }
  .title-page .blocklist-32 .image {
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
    width: 170px;
  }
  .title-page .blocklist-32 .img-convert {
    margin-left: 10px;
  }
  .title-page .blocklist-32 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
  }
  .title-page .blocklist-32 .controls {
    margin-top: 120px;
    top: 0;
    bottom: auto;
  }
  .title-page .popover-wrap-113 .popover-body {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .title-page .popover-wrap-113 .popover-body .s3_button_large {
    width: 240px;
  }
  .title-page .blocklist-113 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-113 .description {
    font-size: 14px;
  }
  .title-page .blocklist-113 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-113 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-113 .item {
    width: 240px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-113 .text {
    font-size: 13px;
    line-height: 1.8;
  }
  .title-page .blocklist-113 .img-convert {
    margin-left: 10px;
    height: 110px;
  }
  .title-page .blocklist-113 .title {
    margin-bottom: 10px;
  }
  .title-page .blocklist-113 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-113 .controls {
    margin-top: 120px;
  }
  .title-page .block-10 .layout_21_id_20 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .form-20 .form__header {
    font-size: 20px;
  }
  .title-page .form-20 .form__text {
    font-size: 14px;
  }
  .title-page .form-20 .form-text {
    width: 100%;
  }
  .title-page .form-20 .form-checkbox {
    width: 100%;
  }
  .title-page .form-20 .form-radio {
    width: 100%;
  }
  .title-page .form-20 .form-select {
    width: 100%;
  }
  .title-page .form-20 .form-div {
    width: 100%;
  }
  .title-page .form-20 .form-html {
    width: 100%;
  }
  .title-page .form-20 .form-upload {
    width: 100%;
  }
  .title-page .form-20 .form-calendar {
    width: 100%;
  }
  .title-page .form-20 .form-calendar_interval {
    width: 100%;
  }
  .title-page .popover-wrap-17 .popover-body {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .title-page .popover-wrap-17 .popover-body .s3_button_large {
    width: 240px;
  }
  .title-page .blocklist-17 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-17 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
  }
  .title-page .blocklist-17 .description {
    font-size: 14px;
  }
  .title-page .blocklist-17 .item {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-17 .image {
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  .title-page .blocklist-17 .img-convert {
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-8 {
    padding-bottom: 50px;
  }
  .title-page .popover-wrap-14 .popover-body {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .title-page .popover-wrap-14 .popover-body .s3_button_large {
    width: 240px;
  }
  .title-page .blocklist-14 .header_text {
    font-size: 20px;
  }
  .title-page .blocklist-14 .item-outer {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-14 .item {
    padding: 20px;
  }
  .title-page .blocklist-14 .item-label {
    min-height: 80px;
  }
  .title-page .blocklist-14 .img-convert {
    height: 120px;
  }
  .title-page .blocklist-14 .title {
    margin-top: 10px;
  }
  .title-page .blocklist-14 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-14 .bx-auto_controls {
    padding-bottom: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-14 .bx-pager a {
    border: none;
    text-align: left;
    width: 25px;
    min-height: 7px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #e3e3e3;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
  }
  .title-page .blocklist-14 .bx-pager a:hover, .title-page .blocklist-14 .bx-pager a.hover, .title-page .blocklist-14 .bx-pager a.active {
    background: #353585;
  }
  .title-page .block-5 {
    padding-bottom: 50px;
  }
  .title-page .block-5:hover, .title-page .block-5.hover, .title-page .block-5.active {
    background: linear-gradient(rgba(53, 53, 133, 0.74), rgba(53, 53, 133, 0.74)), url("https://penoblok86.ru/t/v500/images/images/head_veck.png?1574660517909") left 0px top 410px / 128px no-repeat;
  }
  .title-page .block-3 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-3 {
    min-height: 0;
    padding-right: 70px;
  }
  .title-page .site-name-3 .sn-text {
    font-size: 18px;
  }
  .title-page .block-4 {
    margin-top: 50px;
  }
  .title-page .popover-wrap-8 .popover-body {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .title-page .popover-wrap-8 .popover-body .s3_button_large {
    width: 240px;
  }
  .title-page .editable_block-8 .header {
    font-size: 20px;
    font-weight: bold;
  }
  .title-page .editable_block-8 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-8 .text {
    font-size: 14px;
    line-height: 1.3;
  }
  .title-page .editable_block-8 .more > a {
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-page .side-panel-101 .side-panel-content {
    width: 290px;
  }
}
.title-page .side-panel .widget-4 {
  margin: 20px 0 20px 40px;
  z-index: 2;
  text-align: left;
  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;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-6 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-6 .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-6 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-6 .menu-scroll > ul ul {
  position: static;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: #4444ab;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}
.title-page .side-panel .menu-6 .menu-scroll > ul ul > li > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: rgba(53, 53, 133, 0);
}
.title-page .side-panel .menu-6 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-6 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-6 .menu-scroll > ul ul > li > a.active {
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  color: #ff9829;
}
.title-page .side-panel .menu-6 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a {
  margin: 5px 10px 5px 0;
  width: auto;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-6 .menu-scroll > ul > li.menu-item > a.active {
  color: #ff9829;
  background: none;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.more-button {
  display: none;
}
.title-page .side-panel .menu-6 .menu-scroll > ul > li.more-button > a:hover, .title-page .side-panel .menu-6 .menu-scroll > ul > li.more-button > a.hover, .title-page .side-panel .menu-6 .menu-scroll > ul > li.more-button > a.active {
  background: #ff9829;
  color: #fff;
}
