@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  background: #fff;
}
.title-page .wrapper {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-2 .layout_3_id_4 {
  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-2 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), url("../images/ornament.png") left 50% top 50% / 97px repeat;
  max-width: 100%;
  z-index: 8;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  padding-top: 25px;
  padding-bottom: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-3 .layout_5 {
  -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 .layout_6 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  padding-bottom: 25px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: inset 0px -1px 0px rgba(51, 51, 51, 0.1);
  box-shadow: inset 0px -1px 0px rgba(51, 51, 51, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-2 {
  margin: 10px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-5 p:first-child {
  margin-top: 0;
}
.title-page .address-5 p:last-child {
  margin-bottom: 0;
}
.title-page .address-5 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-5 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-5 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-5 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-5 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-5 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .address-5 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: PT Sans, sans-serif;
  color: #424242;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .address-5 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-5 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-3 {
  margin: 0 0 auto 54px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: right;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 484px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-6 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-6 .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-6 .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-6 .soc {
  margin: 0 3px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
}
.title-page .widgetsocial-6 .vk .wg-soc-icon {
  border: none;
  background: url("../images/lib_1364901_vk.svg") left 50% top 50% / auto auto no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-6 .vk .wg-soc-icon:hover, .title-page .widgetsocial-6 .vk .wg-soc-icon.hover, .title-page .widgetsocial-6 .vk .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #bd3952;
  -moz-box-shadow: inset 0px 0px 0px 1px #bd3952;
  box-shadow: inset 0px 0px 0px 1px #bd3952;
}
.title-page .widgetsocial-6 .vk .wg-soc-icon:active, .title-page .widgetsocial-6 .vk .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
}
.title-page .widgetsocial-6 .fb .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgOCAxNiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJGYWNlYm9vay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1NC43IDUwNmgzLjU4M3YtOEgzNjAuN2wuMzEyLTIuODI0aC0yLjcyOXYtMS42NjJhLjcuNy4wIDAgMSAuNzU5LS43NjloMS45MjZ2LTIuNzQyTDM1OC4zMTQgNDkwYy0yLjk0NS4wLTMuNjE1IDIuMDQ1LTMuNjE1IDMuMzU0djEuODI4SDM1M3YyLjgyNGgxLjd2OHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNTMgLTQ5MCkiIGZpbGw9IiMzMzMzMzMiIGZpbGwtb3BhY2l0eT0iMC40IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 6px no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-6 .fb .wg-soc-icon:hover, .title-page .widgetsocial-6 .fb .wg-soc-icon.hover, .title-page .widgetsocial-6 .fb .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgOCAxNiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJGYWNlYm9vay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTM1NC43IDUwNmgzLjU4M3YtOEgzNjAuN2wuMzEyLTIuODI0aC0yLjcyOXYtMS42NjJhLjcuNy4wIDAgMSAuNzU5LS43NjloMS45MjZ2LTIuNzQyTDM1OC4zMTQgNDkwYy0yLjk0NS4wLTMuNjE1IDIuMDQ1LTMuNjE1IDMuMzU0djEuODI4SDM1M3YyLjgyNGgxLjd2OHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNTMgLTQ5MCkiIGZpbGw9IiNiZDM5NTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 6px no-repeat;
  -webkit-box-shadow: inset 0px 0px 0px 1px #bd3952;
  -moz-box-shadow: inset 0px 0px 0px 1px #bd3952;
  box-shadow: inset 0px 0px 0px 1px #bd3952;
}
.title-page .widgetsocial-6 .fb .wg-soc-icon:active, .title-page .widgetsocial-6 .fb .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
}
.title-page .widgetsocial-6 .tw .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE5IDE2IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9IlR3aXR0ZXIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zODguNDc0IDQ5MC4yOTFhNy42MzIgNy42MzIuMCAwIDEtMi40NzYuOTgyQTMuODI5IDMuODI5LjAgMCAwIDM4My4xNTIgNDkwYTMuOTczIDMuOTczLjAgMCAwLTMuOSA0LjA0MyA0LjIyNyA0LjIyNy4wIDAgMCAuMS45MjEgMTAuOTQ5IDEwLjk0OS4wIDAgMS04LjAzNy00LjIyNCA0LjEyMyA0LjEyMy4wIDAgMC0uNTMgMi4wMzMgNC4wNzggNC4wNzguMCAwIDAgMS43MzYgMy4zNjMgMy43NjYgMy43NjYuMCAwIDEtMS43NjctLjV2LjA1MWE0LjAxMyA0LjAxMy4wIDAgMCAzLjEyOCAzLjk2NCAzLjc2IDMuNzYuMCAwIDEtMS43NjEuMDY5IDMuOTI4IDMuOTI4LjAgMCAwIDMuNjQ0IDIuODA4IDcuNjY0IDcuNjY0LjAgMCAxLTUuNzc1IDEuNjc0IDEwLjc2OCAxMC43NjguMCAwIDAgNS45NzkgMS44MTVjNy4xNzMuMCAxMS4wOTUtNi4xNTkgMTEuMDk1LTExLjUuMC0uMTc1LjAtLjM1LS4wMTEtLjUyM0E4LjA4MiA4LjA4Mi4wIDAgMCAzODkgNDkxLjg5MmE3LjU1OCA3LjU1OC4wIDAgMS0yLjIzOS42MzZBNC4wMjMgNC4wMjMuMCAwIDAgMzg4LjQ3NCA0OTAuMjkxeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM3MCAtNDkwKSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1vcGFjaXR5PSIwLjQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 16px no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-6 .tw .wg-soc-icon:hover, .title-page .widgetsocial-6 .tw .wg-soc-icon.hover, .title-page .widgetsocial-6 .tw .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE5IDE2IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9IlR3aXR0ZXIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zODguNDc0IDQ5MC4yOTFhNy42MzIgNy42MzIuMCAwIDEtMi40NzYuOTgyQTMuODI5IDMuODI5LjAgMCAwIDM4My4xNTIgNDkwYTMuOTczIDMuOTczLjAgMCAwLTMuOSA0LjA0MyA0LjIyNyA0LjIyNy4wIDAgMCAuMS45MjEgMTAuOTQ5IDEwLjk0OS4wIDAgMS04LjAzNy00LjIyNCA0LjEyMyA0LjEyMy4wIDAgMC0uNTMgMi4wMzMgNC4wNzggNC4wNzguMCAwIDAgMS43MzYgMy4zNjMgMy43NjYgMy43NjYuMCAwIDEtMS43NjctLjV2LjA1MWE0LjAxMyA0LjAxMy4wIDAgMCAzLjEyOCAzLjk2NCAzLjc2IDMuNzYuMCAwIDEtMS43NjEuMDY5IDMuOTI4IDMuOTI4LjAgMCAwIDMuNjQ0IDIuODA4IDcuNjY0IDcuNjY0LjAgMCAxLTUuNzc1IDEuNjc0IDEwLjc2OCAxMC43NjguMCAwIDAgNS45NzkgMS44MTVjNy4xNzMuMCAxMS4wOTUtNi4xNTkgMTEuMDk1LTExLjUuMC0uMTc1LjAtLjM1LS4wMTEtLjUyM0E4LjA4MiA4LjA4Mi4wIDAgMCAzODkgNDkxLjg5MmE3LjU1OCA3LjU1OC4wIDAgMS0yLjIzOS42MzZBNC4wMjMgNC4wMjMuMCAwIDAgMzg4LjQ3NCA0OTAuMjkxeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM3MCAtNDkwKSIgZmlsbD0iI2JkMzk1MiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 16px no-repeat;
  -webkit-box-shadow: inset 0px 0px 0px 1px #bd3952;
  -moz-box-shadow: inset 0px 0px 0px 1px #bd3952;
  box-shadow: inset 0px 0px 0px 1px #bd3952;
}
.title-page .widgetsocial-6 .google .wg-soc-icon {
  border: none;
  background: url("../images/lib_1364901_google.svg") left 50% top 50% / auto auto no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-6 .google .wg-soc-icon:hover, .title-page .widgetsocial-6 .google .wg-soc-icon.hover, .title-page .widgetsocial-6 .google .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #bd3952;
  -moz-box-shadow: inset 0px 0px 0px 1px #bd3952;
  box-shadow: inset 0px 0px 0px 1px #bd3952;
}
.title-page .widgetsocial-6 .google .wg-soc-icon:active, .title-page .widgetsocial-6 .google .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
}
.title-page .widgetsocial-6 .ins .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9Ikluc3RhZ3JhbS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTQzOS45MTEgNDg5Ljk5M0g0MzAuMWEzLjA5NCAzLjA5NC4wIDAgMC0zLjA5IDMuMDkzdjkuODIyQTMuMDk0IDMuMDk0LjAgMCAwIDQzMC4xIDUwNmg5LjgxQTMuMSAzLjEuMCAwIDAgNDQzIDUwMi45MDh2LTkuODIyQTMuMSAzLjEuMCAwIDAgNDM5LjkxMSA0ODkuOTkzem0uODg3IDEuODQ0aC4zNTN2Mi43MTNsLTIuNy4wMS0uMDA5LTIuNzE0em0tOC4wNzQgNC41MTZhMi44MTMgMi44MTMuMCAxIDEtLjUzMyAxLjY0NEEyLjgxMyAyLjgxMy4wIDAgMSA0MzIuNzI0IDQ5Ni4zNTN6bTguNzIgNi41NTVhMS41MzUgMS41MzUuMCAwIDEtMS41MzMgMS41MzNINDMwLjFhMS41MzQgMS41MzQuMCAwIDEtMS41MzMtMS41MzN2LTYuNTU1aDIuMzg3YTQuMzc0IDQuMzc0LjAgMSAwIDguMS4waDIuMzg4djYuNTU1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQyNyAtNDkwKSIgZmlsbD0iIzMzMzMzMyIgZmlsbC1vcGFjaXR5PSIwLjQiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 13px no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-6 .ins .wg-soc-icon:hover, .title-page .widgetsocial-6 .ins .wg-soc-icon.hover, .title-page .widgetsocial-6 .ins .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9Ikluc3RhZ3JhbS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTQzOS45MTEgNDg5Ljk5M0g0MzAuMWEzLjA5NCAzLjA5NC4wIDAgMC0zLjA5IDMuMDkzdjkuODIyQTMuMDk0IDMuMDk0LjAgMCAwIDQzMC4xIDUwNmg5LjgxQTMuMSAzLjEuMCAwIDAgNDQzIDUwMi45MDh2LTkuODIyQTMuMSAzLjEuMCAwIDAgNDM5LjkxMSA0ODkuOTkzem0uODg3IDEuODQ0aC4zNTN2Mi43MTNsLTIuNy4wMS0uMDA5LTIuNzE0em0tOC4wNzQgNC41MTZhMi44MTMgMi44MTMuMCAxIDEtLjUzMyAxLjY0NEEyLjgxMyAyLjgxMy4wIDAgMSA0MzIuNzI0IDQ5Ni4zNTN6bTguNzIgNi41NTVhMS41MzUgMS41MzUuMCAwIDEtMS41MzMgMS41MzNINDMwLjFhMS41MzQgMS41MzQuMCAwIDEtMS41MzMtMS41MzN2LTYuNTU1aDIuMzg3YTQuMzc0IDQuMzc0LjAgMSAwIDguMS4waDIuMzg4djYuNTU1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQyNyAtNDkwKSIgZmlsbD0iI2JkMzk1MiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 13px no-repeat;
  -webkit-box-shadow: inset 0px 0px 0px 1px #bd3952;
  -moz-box-shadow: inset 0px 0px 0px 1px #bd3952;
  box-shadow: inset 0px 0px 0px 1px #bd3952;
}
.title-page .widgetsocial-6 .ins .wg-soc-icon:active, .title-page .widgetsocial-6 .ins .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
}
.title-page .widgetsocial-6 .ok .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE2LjAzMSIgdmlld0JveD0iMCAwIDkgMTYuMDMxIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9Ik9kbm9rLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNDYxLjQ0NCA1MDAuNjM1YTcuMzk0IDcuMzk0LjAgMCAxLTIuMzI2Ljk5M2wyLjIzOSAyLjMwOGExLjIzNSAxLjIzNS4wIDAgMSAwIDEuNzExIDEuMTQ5IDEuMTQ5LjAgMCAxLTEuNjU5LjBsLTIuMi0yLjI2OC0yLjIgMi4yNjhhMS4xNSAxLjE1LjAgMCAxLTEuNjYuMCAxLjIzOCAxLjIzOC4wIDAgMSAwLTEuNzExbDIuMjQtMi4zMDhhNy40MDcgNy40MDcuMCAwIDEtMi4zMjYtLjk5MyAxLjIzMiAxLjIzMi4wIDAgMS0uMzY4LTEuNjY4IDEuMTUyIDEuMTUyLjAgMCAxIDEuNjE4LS4zODEgNC45NTcgNC45NTcuMCAwIDAgNS4zOTMuMCAxLjE1MiAxLjE1Mi4wIDAgMSAxLjYxOC4zODFBMS4yMzIgMS4yMzIuMCAwIDEgNDYxLjQ0NCA1MDAuNjM1ek00NTcuNSA0OTguMjZhNC4xMzEgNC4xMzEuMCAxIDEgNC00LjEyOEE0LjA3MyA0LjA3My4wIDAgMSA0NTcuNSA0OTguMjZ6bTAtNS44MzhhMS43MSAxLjcxLjAgMSAwIDEuNjU4IDEuNzFBMS42ODcgMS42ODcuMCAwIDAgNDU3LjUgNDkyLjQyMnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NTMgLTQ5MCkiIGZpbGw9IiMzMzMzMzMiIGZpbGwtb3BhY2l0eT0iMC40IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 8px no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-6 .ok .wg-soc-icon:hover, .title-page .widgetsocial-6 .ok .wg-soc-icon.hover, .title-page .widgetsocial-6 .ok .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE2LjAzMSIgdmlld0JveD0iMCAwIDkgMTYuMDMxIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9Ik9kbm9rLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNDYxLjQ0NCA1MDAuNjM1YTcuMzk0IDcuMzk0LjAgMCAxLTIuMzI2Ljk5M2wyLjIzOSAyLjMwOGExLjIzNSAxLjIzNS4wIDAgMSAwIDEuNzExIDEuMTQ5IDEuMTQ5LjAgMCAxLTEuNjU5LjBsLTIuMi0yLjI2OC0yLjIgMi4yNjhhMS4xNSAxLjE1LjAgMCAxLTEuNjYuMCAxLjIzOCAxLjIzOC4wIDAgMSAwLTEuNzExbDIuMjQtMi4zMDhhNy40MDcgNy40MDcuMCAwIDEtMi4zMjYtLjk5MyAxLjIzMiAxLjIzMi4wIDAgMS0uMzY4LTEuNjY4IDEuMTUyIDEuMTUyLjAgMCAxIDEuNjE4LS4zODEgNC45NTcgNC45NTcuMCAwIDAgNS4zOTMuMCAxLjE1MiAxLjE1Mi4wIDAgMSAxLjYxOC4zODFBMS4yMzIgMS4yMzIuMCAwIDEgNDYxLjQ0NCA1MDAuNjM1ek00NTcuNSA0OTguMjZhNC4xMzEgNC4xMzEuMCAxIDEgNC00LjEyOEE0LjA3MyA0LjA3My4wIDAgMSA0NTcuNSA0OTguMjZ6bTAtNS44MzhhMS43MSAxLjcxLjAgMSAwIDEuNjU4IDEuNzFBMS42ODcgMS42ODcuMCAwIDAgNDU3LjUgNDkyLjQyMnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NTMgLTQ5MCkiIGZpbGw9IiNiZDM5NTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 8px no-repeat;
  -webkit-box-shadow: inset 0px 0px 0px 1px #bd3952;
  -moz-box-shadow: inset 0px 0px 0px 1px #bd3952;
  box-shadow: inset 0px 0px 0px 1px #bd3952;
}
.title-page .widgetsocial-6 .ok .wg-soc-icon:active, .title-page .widgetsocial-6 .ok .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
}
.title-page .widgetsocial-6 .mail .wg-soc-icon {
  border: none;
  background: url("../images/lib_1364901_maila.svg") left 50% top 50% / auto auto no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-6 .mail .wg-soc-icon:hover, .title-page .widgetsocial-6 .mail .wg-soc-icon.hover, .title-page .widgetsocial-6 .mail .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #bd3952;
  -moz-box-shadow: inset 0px 0px 0px 1px #bd3952;
  box-shadow: inset 0px 0px 0px 1px #bd3952;
}
.title-page .widgetsocial-6 .mail .wg-soc-icon:active, .title-page .widgetsocial-6 .mail .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
}
.title-page .widgetsocial-6 .pin .wg-soc-icon {
  border: none;
  background: url("../images/lib_1364901_pinter.svg") left 50% top 50% / auto auto no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-6 .pin .wg-soc-icon:hover, .title-page .widgetsocial-6 .pin .wg-soc-icon.hover, .title-page .widgetsocial-6 .pin .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #bd3952;
  -moz-box-shadow: inset 0px 0px 0px 1px #bd3952;
  box-shadow: inset 0px 0px 0px 1px #bd3952;
}
.title-page .widgetsocial-6 .pin .wg-soc-icon:active, .title-page .widgetsocial-6 .pin .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
}
.title-page .widgetsocial-6 .lj .wg-soc-icon {
  border: none;
  background: url("../images/lib_1364901_car.svg") left 50% top 50% / auto auto no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-6 .lj .wg-soc-icon:hover, .title-page .widgetsocial-6 .lj .wg-soc-icon.hover, .title-page .widgetsocial-6 .lj .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #bd3952;
  -moz-box-shadow: inset 0px 0px 0px 1px #bd3952;
  box-shadow: inset 0px 0px 0px 1px #bd3952;
}
.title-page .widgetsocial-6 .lj .wg-soc-icon:active, .title-page .widgetsocial-6 .lj .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
}
.title-page .widgetsocial-6 .my .wg-soc-icon {
  border: none;
  background: url("../images/lib_1364901_my.svg") left 50% top 50% / auto auto no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-6 .my .wg-soc-icon:hover, .title-page .widgetsocial-6 .my .wg-soc-icon.hover, .title-page .widgetsocial-6 .my .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #bd3952;
  -moz-box-shadow: inset 0px 0px 0px 1px #bd3952;
  box-shadow: inset 0px 0px 0px 1px #bd3952;
}
.title-page .widgetsocial-6 .my .wg-soc-icon:active, .title-page .widgetsocial-6 .my .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
}
.title-page .widgetsocial-6 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/lib_1364901_youtube.svg") left 50% top 50% / auto auto no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-6 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-6 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-6 .youtube .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #bd3952;
  -moz-box-shadow: inset 0px 0px 0px 1px #bd3952;
  box-shadow: inset 0px 0px 0px 1px #bd3952;
}
.title-page .widgetsocial-6 .youtube .wg-soc-icon:active, .title-page .widgetsocial-6 .youtube .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
}
.title-page .widgetsocial-6 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-6 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-6 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-6 .telegram .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #bd3952;
  -moz-box-shadow: inset 0px 0px 0px 1px #bd3952;
  box-shadow: inset 0px 0px 0px 1px #bd3952;
}
.title-page .widgetsocial-6 .telegram .wg-soc-icon:active, .title-page .widgetsocial-6 .telegram .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
}
.title-page .widgetsocial-6 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/lib_1364901_whatsap.svg") left 50% top 50% / auto auto no-repeat;
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-6 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-6 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-6 .whatsapp .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #bd3952;
  -moz-box-shadow: inset 0px 0px 0px 1px #bd3952;
  box-shadow: inset 0px 0px 0px 1px #bd3952;
}
.title-page .widgetsocial-6 .whatsapp .wg-soc-icon:active, .title-page .widgetsocial-6 .whatsapp .wg-soc-icon.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.19);
}
.title-page .widgetsocial-6 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-6 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.title-page .block-4 {
  padding: 30px 0 0.02px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  max-width: 100%;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .block-5 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 956px;
  min-height: 0;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  max-width: 100%;
  padding-left: 0;
}
.title-page .widget-5 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  font-size: 25px;
  right: 0;
  padding-bottom: 10px;
}
.title-page .site-name-10 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-10 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  margin-right: 0;
  min-height: 33px;
  width: auto;
  margin-left: 0;
}
.title-page .site-name-10 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
  width: 366px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .site-name-10 .sn-text {
  margin: 0 0 auto;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
    font-family: El Messiri, sans-serif;
  color: #21151a;
  line-height: 1.4;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  align-self: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 20px;
}
.title-page .site-name-10 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-6 .layout_12 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-6 .layout_14 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-6 {
  margin: 20px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  padding-right: 0;
  right: 0;
  padding-bottom: 20px;
}
.title-page .block-7 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 169px;
  min-height: 47px;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-6 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  right: 0;
  min-height: 46px;
}
.title-page .phones-13 p:first-child {
  margin-top: 0;
}
.title-page .phones-13 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-13 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-13 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-13 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Mi4yODEiIGhlaWdodD0iNTYuODEyIiB2aWV3Qm94PSIwIDAgNTIuMjgxIDU2LjgxMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJUZWwuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zNjguNDg1IDM5MC40MTJhMTQuMDkgMTQuMDkuMCAwIDEgOC45ODcgNi4xMjUgMTQuMjUgMTQuMjUuMCAwIDEgMi4wNjYgMTAuNzI1IDEuNSAxLjUuMCAwIDAgMS4xNTggMS43NjQgMS40NTMgMS40NTMuMCAwIDAgLjMuMDMxIDEuNDg5IDEuNDg5LjAgMCAwIDEuNDU0LTEuMiAxNy4yNDQgMTcuMjQ0LjAgMCAwLTIuNS0xMi45NzEgMTcuMDQzIDE3LjA0My4wIDAgMC0xMC44NzItNy40MDdBMS40OTQgMS40OTQuMCAwIDAgMzY4LjQ4NSAzOTAuNDEyem0tMi4zMzQgNy4xMDhhNy43MjkgNy43MjkuMCAwIDEgNS45NzggOS4xMTEgMS40OTMgMS40OTMuMCAwIDAgMS4xNTcgMS43NjQgMS40NiAxLjQ2LjAgMCAwIC4zLjAzMSAxLjQ4OSAxLjQ4OS4wIDAgMCAxLjQ1NC0xLjIgMTAuNzIzIDEwLjcyMy4wIDAgMC04LjI5My0xMi42NEExLjQ5NSAxLjQ5NS4wIDAgMCAzNjYuMTUxIDM5Ny41MnptMTEuMDc0IDE2LjIwN2EzLjg0IDMuODQuMCAwIDAtMi45NDUtLjk1NiA0LjUgNC41LjAgMCAwLTIuOTM1IDEuODQzYy0uNDQ4LjU2Ni0xLjIwOSAxLjUxNi0xLjQ3NCAxLjgyOS0xLjc4OCAyLjExMi0zLjAzMyAxLjQwNy0zLjg2OS44NzRhNDcuNDc1IDQ3LjQ3NS4wIDAgMS02LjQyOS03LjFjLS4wMjUtLjAzNy0uMDUxLS4wNzEtLjA3Ni0uMWwtLjAyOS0uMDRoMGMtLjAyMS0uMDI3LS4wNDItLjA1NC0uMDY0LS4wOGE0Ny42MzYgNDcuNjM2LjAgMCAxLTUuMjgxLTguMDQyYy0uMzExLS45NDItLjY5MS0yLjMyMyAxLjc4NS0zLjU1NC4wNDEtLjAxOS4xMDYtLjA0Ni4xOTEtLjA4MmExMS41IDExLjUuMCAwIDAgMy41MzItMi4xNDQgMy45NjkgMy45NjkuMCAwIDAgLjg0MS00LjY3OCA4OS40NTQgODkuNDU0LjAgMCAwLTYuMjQ5LTEwLjM1NSA0LjM0NSA0LjM0NS4wIDAgMC02LjEzNC0xLjI5NGwxLjYzOSAyLjQ5M2ExLjM5MiAxLjM5Mi4wIDAgMSAyLjA4OS41NTVBODcuMDY1IDg3LjA2NS4wIDAgMSAzNTcuOCAzOTIuOGEuOTUzLjk1My4wIDAgMS0uMjY4IDEuMjU1IDkuMTI2IDkuMTI2LjAgMCAxLTIuNTg4IDEuNWMtLjE2MS4wNjktLjI4LjEyMS0uMzQ1LjE1My0yLjIyNSAxLjEwNy00LjYgMy4yNjYtMy4yNjYgNy4yNjguMDE3LjA1Mi4wMzguMS4wNi4xNTNhNDkuOTkyIDQ5Ljk5Mi4wIDAgMCA1LjcgOC43MzdsLjAzNy4wNDdjLjAxOC4wMjYuMDM3LjA1MS4wNTYuMDc1YTQ5LjcxMiA0OS43MTIuMCAwIDAgNy4wMTEgNy43IDEuMzU0IDEuMzU0LjAgMCAwIC4xMzguMWMzLjUzOCAyLjI2NiA2LjE5NC40ODMgNy44LTEuNDA5LjMyOS0uMzg4IDEuMTk0LTEuNDcyIDEuNTM3LTEuOTA1bC4wNC0uMDUxYTEuNjQ4IDEuNjQ4LjAgMCAxIC45MjgtLjY4OSAxLjAxOCAxLjAxOC4wIDAgMSAuNzE0LjMwNiA4MS43MDcgODEuNzA3LjAgMCAxIDcuODMzIDcuMTgxIDEuNjkyIDEuNjkyLjAgMCAwIC4xMjUuMTQyYzEuNDIyIDEuNDIzLjk3OSAyLjI3NC44MzMgMi41NTNhMS41IDEuNS4wIDAgMCAuNjI3IDIuMDE4IDEuNDU3IDEuNDU3LjAgMCAwIC42ODguMTcxIDEuNDg0IDEuNDg0LjAgMCAwIDEuMzE3LS44Yy40NzktLjkyIDEuMy0zLjMzNC0xLjMwNS02QzM4My44OTQgNDE5LjM0IDM3OC41ODEgNDE0Ljg0IDM3Ny4yMjUgNDEzLjcyN3ptLTE5Ljc1NS0xLjVoMGExLjQ4NiAxLjQ4Ni4wIDAgMCAuMzQ0LjE2M0ExLjQ4NiAxLjQ4Ni4wIDAgMSAzNTcuNDcgNDEyLjIyMnptMTMuOTMtMzEuNzlhMS40OTQgMS40OTQuMCAwIDAtLjU5NSAyLjkyOSAyMC44IDIwLjguMCAwIDEgMTYuMDg4IDI0LjUyMyAxLjQ5NCAxLjQ5NC4wIDAgMCAxLjE1NyAxLjc2NCAxLjQ2NyAxLjQ2Ny4wIDAgMCAuMy4wMzEgMS40ODkgMS40ODkuMCAwIDAgMS40NTQtMS4yQTIzLjc5NCAyMy43OTQuMCAwIDAgMzcxLjQgMzgwLjQzMnptMTEuNjgzIDQ5LjMzMmExLjUgMS41LjAgMCAwLS4wNS0uMTUyYy0uMDE1LS4wNDItLjAyNi0uMDg0LS4wNDQtLjEyNXMtLjA0NS0uMDgxLS4wNjgtLjEyMWExLjM0MSAxLjM0MS4wIDAgMC0uMDgyLS4xMzdjMC0uMDA2LS4wMDYtLjAxMi0uMDEtLjAxOC0uMDI4LS4wMzgtLjA2Mi0uMDY3LS4wOTMtLjFzLS4wNTEtLjA2NS0uMDgxLS4wOTRsLTYuNTY5LTYuMjFhMS40NzkgMS40NzkuMCAwIDAtMi4xLjA2NiAxLjUgMS41LjAgMCAwIC4wNjYgMi4xMTNsNS4yNDYgNC45NmMtMi44MjQgMS45MTktNS4yNjcgMi45NjQtNi45ODEgMi45NjRoMGE0Ljg1OCA0Ljg1OC4wIDAgMS0yLjI1MS0uNTM4aDBhMS4zMDggMS4zMDguMCAwIDAtLjEyNC0uMDc0IDYxLjQzNyA2MS40MzcuMCAwIDEtMTcuNzI3LTE1LjQ3bC0uNDkxLS42MzdhNjEuODM4IDYxLjgzOC4wIDAgMS0xMC41NTQtMjEuMTE3YzAtLjAxNy0uMDEyLS4wNDMtLjAxOC0uMDYxYTMuOTQ4IDMuOTQ4LjAgMCAxLS4wMjUtMi4yMzkgMTguODU2IDE4Ljg1Ni4wIDAgMSAzLjUtNS42NjJsMy45NTggNi40NDdhMS40ODMgMS40ODMuMCAwIDAgMS4yNjUuNzA5IDEuNDY4IDEuNDY4LjAgMCAwIC43OC0uMjI0IDEuNSAxLjUuMCAwIDAgLjQ4Mi0yLjA1N2wtNC45LTcuOTgzYTEuNDkxIDEuNDkxLjAgMCAwLS4yODgtLjMzMmMtLjAxOS0uMDIxLS4wMzMtLjA0NS0uMDU0LS4wNjZhMS40NzggMS40NzguMCAwIDAtMi4xLjAyMiAyMy4zMzQgMjMuMzM0LjAgMCAwLTUuNDM3IDguMTI3IDYuOTE2IDYuOTE2LjAgMCAwLS4wMzEgNC4xIDY1LjEzMyA2NS4xMzMuMCAwIDAgMTEuMDc3IDIyLjE2OWwuNDkxLjYzNWM1IDYuNDY4IDEyLjMwOSAxMi44NDIgMTguNjM0IDE2LjI1MmE3LjYxOSA3LjYxOS4wIDAgMCAzLjgxMS45ODVoMGMyLjcxNC4wIDYuMTQ5LTEuNTQ2IDEwLjIwOS00LjZhMS4zMTggMS4zMTguMCAwIDAgLjEyOS0uMTE4Yy4wMjEtLjAyLjA0NS0uMDM1LjA2NS0uMDU3bC4wMDktLjAxMWExLjQyMiAxLjQyMi4wIDAgMCAuMTI2LS4xNjZjLjAxNy0uMDI1LjAzOC0uMDQ4LjA1My0uMDczYTEuNDQ0IDEuNDQ0LjAgMCAwIC4wODMtLjE3M2MuMDE0LS4wMzEuMDMxLS4wNi4wNDMtLjA5MmExLjY4OSAxLjY4OS4wIDAgMCAuMDQ1LS4xNzNjLjAwOC0uMDM1LjAyLS4wNy4wMjUtLjEwNWExLjM3OSAxLjM3OS4wIDAgMCAuMDEyLS4xODJjMC0uMDM0LjAwNi0uMDY5LjAtLjFhMS4zMzMgMS4zMzMuMCAwIDAtLjAyMy0uMTc4QzM4My4wOTMgNDI5LjgzNiAzODMuMDkxIDQyOS44IDM4My4wODMgNDI5Ljc2NHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMzggLTM3OS4wOTQpIiBmaWxsPSIjZGI2MGJlIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiLz48L3N2Zz4=") left 50% top 50% / 21px no-repeat;
  margin-right: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 30px;
}
.title-page .phones-13 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-13 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .phones-13 .title {
  box-sizing: border-box;
  display: none;
  text-align: left;
  font-family: PT Sans, sans-serif;
  color: #424242;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 5px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .phones-13 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: PT Sans, sans-serif;
  color: #333;
  line-height: 1.3;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  min-height: 48px;
}
.title-page .phones-13 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-13 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-13 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-7 {
  padding: 0.02px 0;
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: PT Sans, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 235px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 44px;
  background: none #bd3952;
  -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 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  font-weight: normal;
}
.title-page .widget-7:hover, .title-page .widget-7.hover, .title-page .widget-7.active {
  background: repeating-linear-gradient(to bottom right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%) #bd3952;
}
.title-page .widget-7:active, .title-page .widget-7.active {
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.07);
}
.title-page .popover-wrap-14 .popover-body {
  padding: 50px 45px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_text input {
  padding: 15px 20px;
  border: 1px solid #e0e0e0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: left;
  -webkit-appearance: none;
  font-family: PT Serif Caption, serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.title-page .popover-wrap-14 .popover-body .form_calendar input {
  padding: 15px 20px;
  font-family: PT Serif Caption, serif;
  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 #e0e0e0;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: PT Serif Caption, serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-weight: normal;
}
.title-page .popover-wrap-14 .popover-body .s3_button_large {
  padding: 20px 35px;
  border: 0px solid #db60be;
  background: none #ff7e00;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 10px rgba(255, 126, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 10px rgba(255, 126, 0, 0.5);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 10px rgba(255, 126, 0, 0.5);
  font-size: 13px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: PT Serif Caption, serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.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: repeating-linear-gradient(to bottom right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%) #ff7e00;
}
.title-page .popover-wrap-14 .popover-body .s3_button_large:active, .title-page .popover-wrap-14 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.07), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.07), 0 0 0 transparent;
  box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.07), 0 0 0 transparent;
}
.title-page .popover-wrap-14 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-14 .popover-close {
  border: 3px solid #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/lib_1531301_krestik.svg?1523434926652") left 50% top 50% / 10px no-repeat #ff7e00;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-14 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.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 {
  border: none;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: left;
  font-family: PT Serif Caption, serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 15px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: inset 0px -1px 0px rgba(51, 51, 51, 0.1);
  box-shadow: inset 0px -1px 0px rgba(51, 51, 51, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: 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: 6px;
  margin-bottom: 6px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 5px;
}
.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 {
  margin-bottom: 6px;
  margin-top: 6px;
  padding-top: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_html_block {
  margin-bottom: 6px;
  margin-top: 6px;
  padding-top: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-14 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_checkbox {
  margin-bottom: 6px;
  margin-top: 6px;
  padding-top: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_radio {
  margin-bottom: 6px;
  margin-top: 6px;
  padding-top: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_select {
  margin-bottom: 6px;
  margin-top: 6px;
  padding-top: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-14 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-14 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_calendar {
  margin-bottom: 6px;
  margin-top: 6px;
  padding-top: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_calendar_interval {
  margin-bottom: 6px;
  margin-top: 6px;
  padding-top: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_upload {
  margin-bottom: 6px;
  margin-top: 6px;
  padding-top: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-14 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-14 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-14 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-14 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-8 {
  margin: 5px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  max-width: 100%;
  -webkit-box-shadow: inset 0px 1px 0px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: inset 0px 1px 0px rgba(51, 51, 51, 0.1);
  box-shadow: inset 0px 1px 0px rgba(51, 51, 51, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-8 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding-right: 20px;
  padding-left: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-16 .menu-scroll > ul ul > li > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-16 .menu-button {
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 50px;
  min-height: 50px;
  padding: 10px 15px;
  background: #333;
  color: #fff;
  font-size: 17px;
}
.title-page .menu-16 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-16 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-16 .menu-scroll > ul > li.home-button > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/wm_menu_home.png") left 50% top 50% no-repeat;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 0;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-16 .menu-scroll > ul > li.delimiter {
  margin: 20px 5px auto;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 1px;
  min-height: 15px;
  background: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  text-align: left;
  align-self: auto;
}
.title-page .menu-16 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-16 .menu-scroll > ul ul {
  padding: 20px;
  margin: 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f5f5f5;
  list-style: none;
  width: 280px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  align-self: auto;
}
.title-page .menu-16 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-16 .menu-scroll > ul ul > li > a {
  padding: 15px 40px 15px 20px;
  border: none;
  cursor: pointer;
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy43MTkiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMy43MTkgNDAiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iU3RyZWxrYVIzLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNDE2LjMyNSA2MDFsMTkuMzEyLTIwLTE5LjMxMi0yMC00LjQxNyA0LjUxMkw0MjYuODY0IDU4MWwtMTQuOTU2IDE1LjQ4N3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MTEuOTA2IC01NjEpIiBmaWxsPSIjMzMzMzMzIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") right 20px top 19px / 7px no-repeat transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  line-height: 1.4;
  position: relative;
  font-family: PT Sans, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-16 .menu-scroll > ul ul > li > a:hover, .title-page .menu-16 .menu-scroll > ul ul > li > a.hover, .title-page .menu-16 .menu-scroll > ul ul > li > a.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy43MTkiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMy43MTkgNDAiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iU3RyZWxrYVIzLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNDE2LjMyNSA2MDFsMTkuMzEyLTIwLTE5LjMxMi0yMC00LjQxNyA0LjUxMkw0MjYuODY0IDU4MWwtMTQuOTU2IDE1LjQ4N3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MTEuOTA2IC01NjEpIiBmaWxsPSIjMzMzMzMzIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") right 20px top 19px / 7px no-repeat #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .menu-16 .menu-scroll > ul ul > li.delimiter {
  margin: 0 20px;
  border: none;
  box-sizing: border-box;
  min-height: 1px;
  height: auto;
  width: auto;
  background: rgba(31, 31, 31, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-16 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-16 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-16 .menu-scroll > ul > li.menu-item > a {
  padding: 20px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #401e29;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: PT Sans, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: none;
  align-self: auto;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
  text-align: left;
}
.title-page .menu-16 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-16 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-16 .menu-scroll > ul > li.menu-item > a.active {
  color: #bd3952;
  -webkit-box-shadow: inset 0px 3px 0px #bd3952;
  -moz-box-shadow: inset 0px 3px 0px #bd3952;
  box-shadow: inset 0px 3px 0px #bd3952;
}
.title-page .menu-16 .menu-scroll > ul > li.menu-item > a:active, .title-page .menu-16 .menu-scroll > ul > li.menu-item > a.active {
  -webkit-box-shadow: inset 0px 3px 0px rgba(46, 12, 29, 0.76);
  -moz-box-shadow: inset 0px 3px 0px rgba(46, 12, 29, 0.76);
  box-shadow: inset 0px 3px 0px rgba(46, 12, 29, 0.76);
}
.title-page .menu-16 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-16 .menu-scroll > ul > li.menu-item > a .menu-item-image {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 40px;
  width: 40px;
  overflow: hidden;
}
.title-page .menu-16 .menu-scroll > ul > li.menu-item > a .img-convert {
  margin: auto;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .menu-16 .menu-scroll > ul > li.menu-item > a img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
  border: none;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-16 .menu-scroll > ul > li.menu-item > a .menu-item-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .menu-16 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-16 .menu-scroll > ul > li.more-button {
  display: none;
  margin-left: auto;
  position: relative;
}
.title-page .menu-16 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 10px 0 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(51, 51, 51, 0.2);
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: none;
  width: 40px;
  min-height: 40px;
  align-self: auto;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
}
.title-page .menu-16 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-16 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-16 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-31 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 310px;
  background: url("../images/54707518_2.jpg") left 50% top 50% / cover no-repeat fixed;
  z-index: 7;
  text-align: center;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.title-page .block-11 .layout_22 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-11 .layout_27 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-11 .layout_21_id_27 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-11 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 6;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 70px;
  padding-bottom: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
}
.title-page .widget-14 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  width: 320px;
  min-width: 320px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .popover-wrap-27 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-27 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-27 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-27 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
}
.title-page .popover-wrap-27 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-27 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-27 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-27 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-27 .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: 0;
  box-sizing: border-box;
  padding-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.title-page .blocklist-27 .header_text {
  font-size: 29px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: El Messiri, sans-serif;
  color: #212121;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-27 .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-27 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  font-family: PT Sans, sans-serif;
  color: #424242;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 17px;
  padding-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-27 .body-outer {
  box-sizing: border-box;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.title-page .blocklist-27 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-27 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-27 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-27 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-27 .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-27 .item {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-27 .text {
  padding: 10px 0 0.02px;
  border: none;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: rgba(33, 33, 33, 0.7);
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 300;
}
.title-page .blocklist-27 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-27 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100px;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-27 .item-label {
  padding: 2px 5px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: auto;
  top: 0;
  z-index: 5;
  background: #84c22f;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 70px;
  width: 70px;
  right: 0;
  margin-right: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-27 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-27 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .blocklist-27 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-27 .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-27 .title {
  padding: 20px 0;
  margin: 0;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: PT Sans, sans-serif;
  color: #bd3952;
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  width: auto;
  left: 0;
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDQ1IDQ1IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjwvZGVmcz48cGF0aCBpZD0iS3ZhZHJvLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMCAwaDQ1djQ1SDB6IiBmaWxsPSIjZWNlZWVkIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") right 0px top 26px / 9px no-repeat;
  border-top: 0px solid #eceeed;
  border-right: 0px solid #eceeed;
  border-bottom: 1px solid #eceeed;
  border-left: 0px solid #eceeed;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-27 .title:hover, .title-page .blocklist-27 .title.hover, .title-page .blocklist-27 .title.active {
  color: rgba(43, 12, 22, 0.97);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDQ1IDQ1IiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjwvZGVmcz48cGF0aCBpZD0iS3ZhZHJvLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMCAwaDQ1djQ1SDB6IiBmaWxsPSIjN2YwMDNmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") right 0px top 26px / 9px no-repeat;
}
.title-page .blocklist-27 .sub-title {
  padding: 10px 0 15px;
  border: none;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 21px;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(33, 33, 33, 0.1);
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(33, 33, 33, 0.1);
  box-shadow: inset 0px -1px 0px 0px rgba(33, 33, 33, 0.1);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTUgMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48L2RlZnM+PHBhdGggaWQ9IkxpbmUycHgxNS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTAgMGgxNXYySDB6IiBmaWxsPSIjODRjMjJmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD48L3N2Zz4=") left 50% bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 500;
}
.title-page .blocklist-27 .price {
  padding: 20px 0;
  border: none;
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-27 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-27 .price-note {
  box-sizing: border-box;
  display: inline-block;
  font-family: PT Serif Caption, serif;
  color: #212121;
  text-decoration: none;
  font-size: 14px;
  margin-right: 5px;
}
.title-page .blocklist-27 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  font-size: 28px;
}
.title-page .blocklist-27 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Roboto, sans-serif;
  color: #212121;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-27 .more {
  padding: 0.02px 0;
  border: none;
  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;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-27 .more > a {
  padding: 20px 40px;
  border: 0px solid #db60be;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 2px 10px 0px rgba(250, 214, 4, 0.5);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 2px 10px 0px rgba(250, 214, 4, 0.5);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 2px 10px 0px rgba(250, 214, 4, 0.5);
  background: none #fad604;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: normal;
}
.title-page .blocklist-27 .more > a:hover, .title-page .blocklist-27 .more > a.hover, .title-page .blocklist-27 .more > a.active {
  background: repeating-linear-gradient(to bottom right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%) #fad604;
}
.title-page .blocklist-27 .more > a:active, .title-page .blocklist-27 .more > a.active {
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.07), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.07), 0 0 0 transparent;
  box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.07), 0 0 0 transparent;
}
.title-page .blocklist-27 .bx-wrapper {
  max-width: 1119px;
}
.title-page .blocklist-27 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-27 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-27 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-27 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-27 .footer {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-27 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-27 .controls {
  position: absolute;
  top: 0;
  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: 350px;
  z-index: 1;
  text-align: justify;
  bottom: auto;
}
.title-page .blocklist-27 .prev {
  border: 5px solid #fff;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 20px;
  background: url("../images/lib_1531101_strelkal3.svg?1525422603850") left 50% top 50% / 10px no-repeat #84c22f;
  box-sizing: border-box;
  min-height: 60px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-27 .next {
  border: 5px solid #fff;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 20px;
  background: url("../images/lib_1531101_strelkar3.svg?1525422603997") left 50% top 50% / 10px no-repeat #84c22f;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 60px;
}
.title-page .blocklist-27 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-27 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-27 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-27 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-27 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-27 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-27 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-27 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-27 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-27 .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-27 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-27 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-27 .bx-pager a {
  margin: 2px;
  border: none;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: rgba(33, 33, 33, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-27 .bx-pager a:hover, .title-page .blocklist-27 .bx-pager a.hover, .title-page .blocklist-27 .bx-pager a.active {
  background: rgba(33, 33, 33, 0.2);
}
.title-page .blocklist-27 .bx-pager a:active, .title-page .blocklist-27 .bx-pager a.active {
  background: #84c22f;
}
.title-page .popover-container-27 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-27 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-27 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-27 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-27 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-27 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-27 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-27 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-27 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-27 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-27 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-11 {
  margin: 0 0 auto 40px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 600px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  min-width: 600px;
}
.title-page .popover-wrap-22 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-22 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-22 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}
.title-page .popover-wrap-22 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-22 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .blocklist-22 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-22 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-22 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
  box-sizing: border-box;
  min-height: 80px;
  padding-left: 20px;
  background: #ffdc52;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-22 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
}
.title-page .blocklist-22 .all-in_header {
  box-sizing: border-box;
  display: none;
  -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-22 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-22 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
}
.title-page .blocklist-22 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-22 .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-22 .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-22 .bx-wrapper {
  max-width: 600px;
}
.title-page .blocklist-22 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-22 .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: 600px;
}
.title-page .blocklist-22 .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-22 .item {
  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;
  align-self: auto;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  left: 0;
  right: 0;
  flex-basis: 100%;
}
.title-page .blocklist-22 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Open Sans, sans-serif;
  color: #787878;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  pointer-events: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-22 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-22 .image {
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  left: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-22 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-22 .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-22 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 360px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-22 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-22 .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-22 .title {
  font-weight: normal;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Tenor Sans, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  padding-left: 20px;
  pointer-events: auto;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-22 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-22 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-22 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-22 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-22 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-22 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-22 .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-22 .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-22 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-22 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-22 .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-22 .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-22 .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-22 .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-22 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-22 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-22 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-22 .bx-auto_controls {
  margin: auto 20px 0 auto;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .blocklist-22 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-22 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-22 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-22 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-22 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-22 .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-22 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.title-page .blocklist-22 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-22 .bx-pager a {
  margin: 2px;
  border: none;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #4b2732;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-22 .bx-pager a:hover, .title-page .blocklist-22 .bx-pager a.hover, .title-page .blocklist-22 .bx-pager a.active {
  background: #fe9f86;
}
.title-page .blocklist-22 .bx-pager a:active, .title-page .blocklist-22 .bx-pager a.active {
  background: #fe7c59;
}
.title-page .popover-container-22 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-22 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-22 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-22 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item_type_calendar .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-22 .popover-body .s3_form_item_type_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;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-22 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-22 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-22 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-22 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-22 .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-22 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .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-22 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-22 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-22 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .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-22 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-22 .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-22 .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-22 .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-22 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .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-22 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-22 .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-22 .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-22 .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-22 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .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-22 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-22 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .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-22 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .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-22 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-22 .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-22 .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-22 .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-22 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-22 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .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-22 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-22 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-22 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-22 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-13 .layout_31_id_32 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-13 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 112px;
  background: linear-gradient(169deg, rgba(237, 91, 55, 0.17) 13.4%, rgba(120, 120, 120, 0) 36.5%), linear-gradient(rgba(43, 12, 22, 0.97), rgba(43, 12, 22, 0.97)), url("../images/54594553_2.jpg") left 50% top 50% / cover no-repeat fixed;
  z-index: 5;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 70px;
  padding-bottom: 0.02px;
}
.title-page .widget-17 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  min-width: 0;
}
.title-page .popover-wrap-32 .popover-body {
  padding: 32px 40px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-32 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-32 .popover-body .s3_button_large {
  border: none;
  background: #232323;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-32 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-32 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.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: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-32 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: El Messiri, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-32 .all-in_header {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
}
.title-page .blocklist-32 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  font-family: PT Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #f5d2da;
  text-decoration: none;
  font-size: 17px;
  font-weight: normal;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  min-height: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-32 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-32 .body {
  margin: 0 -2px 0 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 .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-32 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
}
.title-page .blocklist-32 .item {
  padding: 20px 10px;
  margin: 0 2px 0 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;
  -webkit-box-shadow: inset -1px 0px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: inset -1px 0px 0px rgba(0, 0, 0, 0.11);
  box-shadow: inset -1px 0px 0px rgba(0, 0, 0, 0.11);
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  z-index: 2;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  align-self: auto;
}
.title-page .blocklist-32 .text {
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-32 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-32 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 16px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-32 .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 .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 {
  box-sizing: border-box;
  width: auto;
  height: 270px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.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: bold;
  margin-bottom: 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: PT Sans, sans-serif;
  color: #211119;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .blocklist-32 .title:hover, .title-page .blocklist-32 .title.hover, .title-page .blocklist-32 .title.active {
  color: #dd0d25;
}
.title-page .blocklist-32 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  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: -webkit-inline-flex;
  display: inline-flex;
}
.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 {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  pointer-events: auto;
  padding-top: 6px;
}
.title-page .blocklist-32 .more > a {
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  width: 160px;
  margin-left: 0;
  margin-right: 0;
  min-height: 38px;
  background: #000;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-32 .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-32 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-32 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.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-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-32 .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-32 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  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-32 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  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-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;
}
.title-page .blocklist-32 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.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("../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("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-32 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.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;
}
.title-page .blocklist-32 .bx-pager a:active, .title-page .blocklist-32 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-32 {
  top: 0;
  left: 0;
  z-index: 99999;
  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: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  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_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-32 .popover-body .s3_required {
  color: #f00;
}
.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 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.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 .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 .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 .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 .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 .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 .popover-wrap-32 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-32 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-32 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-14 .layout_34 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-14 .layout_35 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-14 .layout_33_id_35 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-14 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 63px;
  max-width: 100%;
  background: linear-gradient(rgba(43, 12, 22, 0.97), rgba(43, 12, 22, 0.97)), url("../images/54594553_2.jpg") left 50% top 50% / cover no-repeat fixed;
  z-index: 4;
  text-align: center;
  right: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-19 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  width: 625px;
  min-width: 625px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: auto;
}
.title-page .popover-wrap-35 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-35 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-35 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-35 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
}
.title-page .popover-wrap-35 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-35 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-35 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-35 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-35 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-35 .header_text {
  border: none;
  font-size: 16px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-shadow: inset 1px 0px 0px #521b3b;
  -moz-box-shadow: inset 1px 0px 0px #521b3b;
  box-shadow: inset 1px 0px 0px #521b3b;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 20px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-35 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-35 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 28px;
  font-weight: 600;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}
.title-page .blocklist-35 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-35 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-35 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-35 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-35 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-35 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
}
.title-page .blocklist-35 .item {
  padding: 5px 5px 25px;
  margin: 10px 10px 20px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-35 .item:hover, .title-page .blocklist-35 .item.hover, .title-page .blocklist-35 .item.active {
  -webkit-box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.08);
}
.title-page .blocklist-35 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-35 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-35 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-35 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-35 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 183px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-35 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .blocklist-35 .title {
  margin: 20px 0 5px;
  font-weight: normal;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: PT Sans, sans-serif;
  color: #ed5b37;
  line-height: 1.3;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-35 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-35 .price {
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-35 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.title-page .blocklist-35 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  text-decoration: none;
}
.title-page .blocklist-35 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}
.title-page .blocklist-35 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  font-family: PT Sans, sans-serif;
  color: #424242;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-35 .more {
  margin: 9px 0 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 0;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-35 .more > a {
  padding: 0.02px 10px;
  margin: 0;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  font-family: PT Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  min-height: 40px;
  width: 145px;
  -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
  background: #fe7c59;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  align-self: auto;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .blocklist-35 .more > a:hover, .title-page .blocklist-35 .more > a.hover, .title-page .blocklist-35 .more > a.active {
  background: rgba(43, 12, 22, 0.97);
}
.title-page .blocklist-35 .more > a:active, .title-page .blocklist-35 .more > a.active {
  -webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.title-page .blocklist-35 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-35 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-35 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-35 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-35 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-35 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-35 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-35 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
}
.title-page .blocklist-35 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: justify;
}
.title-page .blocklist-35 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-35 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-35 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-35 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-35 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-35 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-35 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-35 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-35 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-35 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-35 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-35 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-35 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-35 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-35 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-35 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-35 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-35 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-35 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-35 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-35 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-35 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-35 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-35 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-35 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-35 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-35 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-35 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-35 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-35 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-35 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-18 {
  margin: 9px 0 auto 35px;
  border: 5px solid #fff;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: 300px;
  right: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .popover-wrap-34 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-34 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.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: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-34 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
}
.title-page .popover-wrap-34 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-34 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-34 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-34 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-34 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-34 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-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: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .editable_block-34 .body {
  border: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-34 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-34 .item-label {
  padding: 2px 5px 37px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: url("../images/lib_1531901_line-orn.png") right 0px bottom 7px / auto auto no-repeat, url("../images/lib_1531901_leftline-orn.png") left 0px bottom 7px / auto auto no-repeat, url("../images/lib_1531901_cook.png") left 50% bottom 0px / 53px no-repeat;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: PT Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  width: auto;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: bold;
  margin-top: 120px;
  align-self: auto;
  min-height: 0;
}
.title-page .editable_block-34 .image-inner {
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 170px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-34 .title {
  margin: 40px 0 5px;
  border: none;
  box-sizing: border-box;
  font-size: 35px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  font-family: PT Sans, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .editable_block-34 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  font-family: PT Sans, sans-serif;
  color: #fff;
  line-height: 1.3;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 24px;
  -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;
  text-decoration: none;
}
.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;
  margin-left: auto;
  margin-right: auto;
}
.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 .more > a {
  padding: 20px 30px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
  font-family: PT Sans, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1);
  background: #fe7c59;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  width: 145px;
}
.title-page .editable_block-34 .more > a:hover, .title-page .editable_block-34 .more > a.hover, .title-page .editable_block-34 .more > a.active {
  background: rgba(43, 12, 22, 0.97);
}
.title-page .editable_block-34 .more > a:active, .title-page .editable_block-34 .more > a.active {
  background: #ed5b37;
}
.title-page .editable_block-34 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 586px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-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 .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: 10px;
  box-sizing: border-box;
  text-align: left;
}
.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_item_type_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;
}
.title-page .popover-wrap-34 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-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: #f00;
}
.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: #ababab;
}
.title-page .popover-wrap-34 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-34 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-15 .layout_37 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-15 .layout_38 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-15 .layout_36_id_37 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-15 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 3;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .widget-20 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  width: 580px;
  height: 0;
  min-height: 514px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") right 0% bottom 0% / cover no-repeat;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 0;
}
.title-page .popover-wrap-37 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-37 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
}
.title-page .popover-wrap-37 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-37 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-37 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-37 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  min-height: 25px;
}
.title-page .popover-wrap-37 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-37 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-37 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-37 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-37 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-37 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .slider-37 .bx-wrapper {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
}
.title-page .slider-37 .bx-viewport {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: absolute !important;
}
.title-page .slider-37 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-37 .slider-inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  overflow: hidden;
}
.title-page .slider-37 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-37 .text-slider {
  padding: 40px;
  margin: 0 0 253px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  top: auto;
  left: 0;
  z-index: 6;
  text-align: left;
  bottom: 0;
  width: auto;
  right: 0;
  min-height: 258px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .slider-37 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  max-width: 100%;
}
.title-page .slider-37 .block-body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: PT Sans, sans-serif;
  color: #222429;
  line-height: 1.3;
  -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: 21px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  min-height: 0;
  font-weight: bold;
}
.title-page .slider-37 .block-more {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.title-page .slider-37 .block-more > a {
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: center;
  box-sizing: border-box;
  font-family: PT Sans, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  width: 180px;
  min-height: 40px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #bd3952;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: normal;
}
.title-page .slider-37 .block-more > a:hover, .title-page .slider-37 .block-more > a.hover, .title-page .slider-37 .block-more > a.active {
  background: #ef5621;
}
.title-page .slider-37 .block-title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: El Messiri, sans-serif;
  color: #bd3952;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 36px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0px;
  font-weight: 500;
}
.title-page .slider-37 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-37 .slider-controls {
  border: none;
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  margin-top: -10px;
  text-align: justify;
  margin-right: 0;
  bottom: 0;
  margin-bottom: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .slider-37 .slider-prev {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("../images/lib_1046701_35edfgs.svg") left 50% top 50% / 12px no-repeat #75b5c9;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .slider-37 .slider-prev:active, .title-page .slider-37 .slider-prev.active {
  background: url("../images/lib_1046701_35edfgs.svg") left 50% top 50% / 12px no-repeat #443347;
}
.title-page .slider-37 .slider-next {
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("../images/lib_1046701_35rdhff.svg") left 50% top 50% / 12px no-repeat #75b5c9;
  text-align: left;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .slider-37 .slider-next:active, .title-page .slider-37 .slider-next.active {
  background: url("../images/lib_1046701_35rdhff.svg") left 50% top 50% / 12px no-repeat #443347;
}
.title-page .slider-37 .slider-prev > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-37 .slider-next > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-37 .slider-pager-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  visibility: hidden;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-37 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .slider-37 .slider-pager {
  box-sizing: border-box;
}
.title-page .slider-37 .slider-pager > a {
  padding: 1px;
  margin: 2px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  text-decoration: none;
  color: #999;
}
.title-page .slider-37 .slider-pager > a:active, .title-page .slider-37 .slider-pager > a.active {
  background: #eee;
}
.title-page .slider-37 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-37 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-37 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .slider-37 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .slider-37 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .slider-37 .overfill {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: inherit;
  top: 0;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.title-page .slider-37 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-37 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-37 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-37 .text_wrapper .text_inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.title-page .slider-37 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-37 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-37 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-37 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-37 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-37 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-37 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-37 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-37 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-37 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-37 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-37 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-37 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-37 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-37 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-37 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-37 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-37 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-37 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-37 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-37 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-37 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-37 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-37 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-37 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-37 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-37 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-37 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-37 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-37 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-37 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-37 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-37 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-37 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-21 {
  padding: 60px 40px 194px;
  margin: 0 0 auto 20px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: 360px;
  min-height: 0;
  background: url(/thumb/2/rZBOB4dRch4kat5a6IpL-g/r/d/56677878.png) left 50% top calc(50% + 4px) / auto 100% no-repeat, linear-gradient(105deg, #efeff1 16.6%, #f5f3f6 31.9%) #363638;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .form-38 .form__header {
  box-sizing: border-box;
  font-size: 23px;
  margin-bottom: 12px;
  display: -webkit-flex;
  display: flex;
  font-family: PT Sans, sans-serif;
  color: #c83952;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .form-38 .form__text {
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  font-family: PT Sans, sans-serif;
  color: #000000;
  line-height: 1.3;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .form-38 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-38 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-38 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -5px;
  width: auto;
}
.title-page .form-38 .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-38 .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-38 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-38 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 0;
  margin-bottom: 5px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-38 .form-text {
  box-sizing: border-box;
  text-align: left;
}
.title-page .form-38 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-38 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-38 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-38 .form-text input {
  padding: 18px 20px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 40px;
  outline: none;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-bottom: 0;
  height: 40px;
}
.title-page .form-38 .form-text input:active, .title-page .form-38 .form-text input.active {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.title-page .form-38 .form-textarea textarea {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-38 .form-textarea textarea:active, .title-page .form-38 .form-textarea textarea.active {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.title-page .form-38 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-38 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-38 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-38 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-38 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-38 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-38 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-38 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-38 .form-item__header {
  text-align: center;
}
.title-page .form-38 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  color: #878787;
  text-align: left;
  text-decoration: none;
  margin-left: 0;
  margin-right: auto;
}
.title-page .form-38 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-38 .form-radio .form-item__title {
  color: #878787;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-38 .form-textarea {
  box-sizing: border-box;
}
.title-page .form-38 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-38 .form-submit {
  box-sizing: border-box;
  text-align: left;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
}
.title-page .form-38 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-38 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-38 .form-submit button {
  padding: 0.02px 20px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #bd3952;
  outline: none;
  -webkit-appearance: none;
  font-family: PT Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  width: 100%;
  font-weight: normal;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .form-38 .form-submit button:hover, .title-page .form-38 .form-submit button.hover, .title-page .form-38 .form-submit button.active {
  background: rgba(43, 12, 22, 0.97);
}
.title-page .form-38 .form-submit button:active, .title-page .form-38 .form-submit button.active {
  background: #bd3952;
}
.title-page .form-38 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-38 .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-38 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-38 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: center;
  -webkit-appearance: none;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-38 .form-captcha input:active, .title-page .form-38 .form-captcha input.active {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.title-page .form-38 .form-captcha .form-captcha-container {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 0;
  padding-bottom: 5px;
}
.title-page .form-38 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-38 .form-captcha button {
  padding: 0.02px 20px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #bd3952;
  outline: none;
  -webkit-appearance: none;
  font-family: PT Sans, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  width: 100%;
  font-weight: normal;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .form-38 .form-captcha button:hover, .title-page .form-38 .form-captcha button.hover, .title-page .form-38 .form-captcha button.active {
  background: rgba(43, 12, 22, 0.97);
}
.title-page .form-38 .form-captcha button:active, .title-page .form-38 .form-captcha button.active {
  background: #bd3952;
}
.title-page .form-38 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-38 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-38 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-38 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-38 .form-checkbox {
  box-sizing: border-box;
}
.title-page .form-38 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-38 .form-checkbox .form-item__title {
  color: #878787;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-38 .form-checkbox .form-item__body label.form-item__title {
  color: #3c3f42;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  font-size: 13px;
}
.title-page .form-38 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-38 .form-radio {
  box-sizing: border-box;
}
.title-page .form-38 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-38 .form-radio .form-item__body label.form-item__title {
  color: #878787;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  font-size: 13px;
}
.title-page .form-38 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-38 .form-select {
  box-sizing: border-box;
}
.title-page .form-38 .form-div {
  box-sizing: border-box;
}
.title-page .form-38 .form-html {
  box-sizing: border-box;
}
.title-page .form-38 .form-html .form-item__body {
  font-size: 13px;
}
.title-page .form-38 .form-upload {
  box-sizing: border-box;
}
.title-page .form-38 .form-calendar {
  box-sizing: border-box;
}
.title-page .form-38 .form-calendar .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-38 .form-calendar input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-38 .form-calendar_interval {
  box-sizing: border-box;
}
.title-page .form-38 .form-calendar_interval input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-38 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-38 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-38 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-38 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.title-page .form-38 .form-calendar_interval .field_to {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-38 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-38 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-38 .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-38 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-38 .form-success {
  border: none;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: PT Sans, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  margin-top: 15px;
  padding-left: 40px;
  background: url("../images/lib_892501_1.png") left 0px top 50% / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-32 .layout_68_id_69 {
  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-32 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fff;
  z-index: 2;
  text-align: left;
  right: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-42 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  right: 0;
}
.title-page .news-69 p:first-child {
  margin-top: 0;
}
.title-page .news-69 p:last-child {
  margin-bottom: 0;
}
.title-page .news-69 .news__header {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  text-align: left;
  padding-bottom: 20px;
  -webkit-box-shadow: inset 0px -5px 0px rgba(196, 190, 171, 0.21);
  -moz-box-shadow: inset 0px -5px 0px rgba(196, 190, 171, 0.21);
  box-shadow: inset 0px -5px 0px rgba(196, 190, 171, 0.21);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .news-69 .news__title {
  box-sizing: border-box;
  font-size: 36px;
  display: -webkit-flex;
  display: flex;
  font-family: El Messiri, sans-serif;
  color: #21151a;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}
.title-page .news-69 .body-outer {
  box-sizing: border-box;
  position: relative;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .news-69 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .news-69 .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 .news-69 .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 .news-69 .bx-wrapper {
  max-width: 960px;
}
.title-page .news-69 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .news-69 .news__list {
  box-sizing: border-box;
  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;
  width: 960px;
}
.title-page .news-69 .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 .news-69 .item {
  margin: 0;
  box-sizing: border-box;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .news-69 .item__image {
  box-sizing: border-box;
  font-size: 0;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-69 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  font-size: 12px;
}
.title-page .news-69 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .news-69 .item__image img {
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-69 .item__title {
  box-sizing: border-box;
  font-weight: bold;
  margin-bottom: 15px;
  text-decoration: none;
  text-align: left;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  font-family: PT Sans, sans-serif;
  color: #401e29;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: 75px;
  margin-top: -79px;
}
.title-page .news-69 .item__title:hover, .title-page .news-69 .item__title.hover, .title-page .news-69 .item__title.active {
  color: #636363;
}
.title-page .news-69 .item__title > a {
  color: inherit;
  text-decoration: inherit;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .news-69 .item__date {
  box-sizing: border-box;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
  z-index: 1;
  width: 50px;
}
.title-page .news-69 .item__date > span {
  box-sizing: border-box;
  display: inline-block;
  color: #808080;
  font-family: Open Sans, sans-serif;
  text-align: center;
  text-decoration: none;
  padding-bottom: 0.02px;
  font-weight: 600;
}
.title-page .news-69 .item__date > span ins {
  border: none;
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-family: PT Sans, sans-serif;
  width: 50px;
  min-height: 50px;
  padding-top: 12px;
  font-weight: normal;
  background: #ed5b37;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-bottom: 10px;
}
.title-page .news-69 .item__text {
  box-sizing: border-box;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  font-family: PT Sans, sans-serif;
  color: #595959;
  line-height: 1.3;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 16px;
  margin-left: 75px;
}
.title-page .news-69 .item__more {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}
.title-page .news-69 .item__more_link {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .news-69 .item__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 .news-69 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
}
.title-page .news-69 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_news_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .news-69 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_news_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .news-69 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-69 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-69 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .news-69 .bx-auto_controls {
  margin: 0 0 auto auto;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  align-self: auto;
  padding-top: 0.02px;
  text-align: left;
}
.title-page .news-69 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .news-69 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-69 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .news-69 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_news_pause.png") center center / auto no-repeat;
}
.title-page .news-69 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_news_play.png") center center / auto no-repeat;
}
.title-page .news-69 .pager-wrap {
  box-sizing: border-box;
}
.title-page .news-69 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.title-page .news-69 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .news-69 .bx-pager a {
  margin: 2px 5px;
  border: none;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .news-69 .bx-pager a:hover, .title-page .news-69 .bx-pager a.hover, .title-page .news-69 .bx-pager a.active {
  background: #ff4800;
}
.title-page .news-69 .bx-pager a:active, .title-page .news-69 .bx-pager a.active {
  background: rgba(0, 0, 0, 0.4);
}
.title-page .news-69 .news__footer {
  box-sizing: border-box;
}
.title-page .news-69 .news__all {
  box-sizing: border-box;
}
.title-page .news-69 .all_link {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .block-22 .layout_center_53_id_54_0 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-22 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(63deg, rgba(33, 14, 11, 0.79) 0%, rgba(64, 30, 41, 0.79) 99.3%), url("../images/ornament.png") left 50% top calc(50% - 52px) / 97px repeat-x #210e0b;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-23 .layout_55 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-23 .layout_56 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-23 .layout_57 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-23 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.27);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.27);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.27);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-30 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  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: 177px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: auto;
}
.title-page .widgetsocial-55 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-55 .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-55 .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;
  width: 25%;
  text-align: center;
}
.title-page .widgetsocial-55 .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-55 .vk .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_vk.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.title-page .widgetsocial-55 .fb .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjI3IiB2aWV3Qm94PSIwIDAgMTQgMjciIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0xMy40NzMsMC4wMDUgTDEwLjExNCwwLjAwMCBDNi4zNDIsMC4wMDAgMy45MDQsMi42MDggMy45MDQsNi42NDUgTDMuOTA0LDkuNzA4IEwwLjUyOCw5LjcwOCBDMC4yMzYsOS43MDggLTAuMDAwLDkuOTU1IC0wLjAwMCwxMC4yNTkgTC0wLjAwMCwxNC42OTggQy0wLjAwMCwxNS4wMDIgMC4yMzYsMTUuMjQ4IDAuNTI4LDE1LjI0OCBMMy45MDQsMTUuMjQ4IEwzLjkwNCwyNi40NDkgQzMuOTA0LDI2Ljc1MyA0LjE0MCwyNi45OTkgNC40MzIsMjYuOTk5IEw4LjgzNywyNi45OTkgQzkuMTI5LDI2Ljk5OSA5LjM2NSwyNi43NTMgOS4zNjUsMjYuNDQ5IEw5LjM2NSwxNS4yNDggTDEzLjMxMywxNS4yNDggQzEzLjYwNCwxNS4yNDggMTMuODQxLDE1LjAwMiAxMy44NDEsMTQuNjk4IEwxMy44NDIsMTAuMjU5IEMxMy44NDIsMTAuMTEzIDEzLjc4Niw5Ljk3MyAxMy42ODcsOS44NzAgQzEzLjU4OCw5Ljc2NiAxMy40NTQsOS43MDggMTMuMzE0LDkuNzA4IEw5LjM2NSw5LjcwOCBMOS4zNjUsNy4xMTEgQzkuMzY1LDUuODYzIDkuNjUxLDUuMjI5IDExLjIxMCw1LjIyOSBMMTMuNDcyLDUuMjI4IEMxMy43NjQsNS4yMjggMTQuMDAwLDQuOTgyIDE0LjAwMCw0LjY3OCBMMTQuMDAwLDAuNTU2IEMxNC4wMDAsMC4yNTIgMTMuNzY0LDAuMDA2IDEzLjQ3MywwLjAwNSBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 8px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.title-page .widgetsocial-55 .tw .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI5IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjkgMjQiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0yOC45OTksMi44NDAgQzI3LjkzMywzLjMyMiAyNi43ODUsMy42NDggMjUuNTgyLDMuNzk0IEMyNi44MTAsMy4wNDQgMjcuNzU2LDEuODU3IDI4LjE5OCwwLjQ0MiBDMjcuMDUwLDEuMTM2IDI1Ljc3NywxLjY0MSAyNC40MjEsMS45MTMgQzIzLjMzNSwwLjczNCAyMS43ODksLTAuMDAwIDIwLjA3OCwtMC4wMDAgQzE2Ljc5MiwtMC4wMDAgMTQuMTI4LDIuNzEyIDE0LjEyOCw2LjA1OCBDMTQuMTI4LDYuNTM0IDE0LjE4MSw2Ljk5NiAxNC4yODIsNy40MzggQzkuMzM3LDcuMTg3IDQuOTU0LDQuNzc1IDIuMDE5LDEuMTA3IEMxLjUwNywyLjAwNCAxLjIxNCwzLjA0NCAxLjIxNCw0LjE1NSBDMS4yMTQsNi4yNTYgMi4yNjQsOC4xMTIgMy44NjAsOS4xOTggQzIuODg1LDkuMTY3IDEuOTY4LDguODkzIDEuMTY1LDguNDQwIEwxLjE2NSw4LjUxNiBDMS4xNjUsMTEuNDUxIDMuMjE3LDEzLjkwMSA1LjkzOCwxNC40NTggQzUuNDM5LDE0LjU5NSA0LjkxMiwxNC42NzEgNC4zNzAsMTQuNjcxIEMzLjk4NywxNC42NzEgMy42MTMsMTQuNjMyIDMuMjUxLDE0LjU2MSBDNC4wMDcsMTYuOTY5IDYuMjA0LDE4LjcyMCA4LjgwOCwxOC43NzEgQzYuNzczLDIwLjM5NSA0LjIwOCwyMS4zNjQgMS40MTgsMjEuMzY0IEMwLjkzOSwyMS4zNjQgMC40NjYsMjEuMzM0IDAuMDAwLDIxLjI3OSBDMi42MzMsMjIuOTk2IDUuNzYwLDI0LjAwMCA5LjEyMSwyNC4wMDAgQzIwLjA2NCwyNC4wMDAgMjYuMDQ4LDE0Ljc2OSAyNi4wNDgsNi43NjEgQzI2LjA0OCw2LjQ5OSAyNi4wNDIsNi4yMzcgMjYuMDMyLDUuOTc1IEMyNy4xOTIsNS4xMjMgMjguMjAwLDQuMDU2IDI4Ljk5OSwyLjg0MCBaIiBjbGFzcz0iY2xzLTEiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgaWQ9InBhdGgtNCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 17px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.title-page .widgetsocial-55 .google .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.title-page .widgetsocial-55 .ins .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMwIiB2aWV3Qm94PSIwIDAgMzIgMzAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0yMy43NTMsMzAuMDAwIEw4LjI0NywzMC4wMDAgQzMuNjkyLDMwLjAwMCAtMC4wMDAsMjYuNDY1IC0wLjAwMCwyMi4xMDUgTC0wLjAwMCw3Ljg5NCBDLTAuMDAwLDMuNTM0IDMuNjkyLC0wLjAwMCA4LjI0NywtMC4wMDAgTDIzLjc1MywtMC4wMDAgQzI4LjMwNywtMC4wMDAgMzIuMDAwLDMuNTM0IDMyLjAwMCw3Ljg5NCBMMzIuMDAwLDIyLjEwNSBDMzIuMDAwLDI2LjQ2NSAyOC4zMDcsMzAuMDAwIDIzLjc1MywzMC4wMDAgWk0yOS42OTEsOC44NDIgQzI5LjY5MSw1LjM1NCAyNi43MzcsMi41MjYgMjMuMDkzLDIuNTI2IEw5LjIzNywyLjUyNiBDNS41OTMsMi41MjYgMi42MzksNS4zNTQgMi42MzksOC44NDIgTDIuNjM5LDIxLjE1OCBDMi42MzksMjQuNjQ2IDUuNTkzLDI3LjQ3MyA5LjIzNywyNy40NzMgTDIzLjA5MywyNy40NzMgQzI2LjczNywyNy40NzMgMjkuNjkxLDI0LjY0NiAyOS42OTEsMjEuMTU4IEwyOS42OTEsOC44NDIgWk0yNC43NDIsOC44NDIgQzIzLjY0OSw4Ljg0MiAyMi43NjMsNy45OTQgMjIuNzYzLDYuOTQ3IEMyMi43NjMsNS45MDEgMjMuNjQ5LDUuMDUzIDI0Ljc0Miw1LjA1MyBDMjUuODM1LDUuMDUzIDI2LjcyMSw1LjkwMSAyNi43MjEsNi45NDcgQzI2LjcyMSw3Ljk5NCAyNS44MzUsOC44NDIgMjQuNzQyLDguODQyIFpNMTUuODM1LDIzLjA1MyBDMTEuMjgwLDIzLjA1MyA3LjU4NywxOS41MTggNy41ODcsMTUuMTU4IEM3LjU4NywxMC43OTggMTEuMjgwLDcuMjYzIDE1LjgzNSw3LjI2MyBDMjAuMzkwLDcuMjYzIDI0LjA4MiwxMC43OTggMjQuMDgyLDE1LjE1OCBDMjQuMDgyLDE5LjUxOCAyMC4zOTAsMjMuMDUzIDE1LjgzNSwyMy4wNTMgWk0xNi4wMDAsOS43ODkgQzEyLjk5NCw5Ljc4OSAxMC41NTcsMTIuMTIyIDEwLjU1NywxNS4wMDAgQzEwLjU1NywxNy44NzggMTIuOTk0LDIwLjIxMCAxNi4wMDAsMjAuMjEwIEMxOS4wMDYsMjAuMjEwIDIxLjQ0MywxNy44NzggMjEuNDQzLDE1LjAwMCBDMjEuNDQzLDEyLjEyMiAxOS4wMDYsOS43ODkgMTYuMDAwLDkuNzg5IFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 16px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.title-page .widgetsocial-55 .ok .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.title-page .widgetsocial-55 .mail .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.title-page .widgetsocial-55 .pin .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.title-page .widgetsocial-55 .lj .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.title-page .widgetsocial-55 .my .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.title-page .widgetsocial-55 .youtube .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjM1IiBoZWlnaHQ9IjI1IiB2aWV3Qm94PSIwIDAgMzUgMjUiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGQ9Ik0zMy4yNTksMS44NjQgQzMxLjkyNywwLjQ0NyAzMC40MzYsMC40NDEgMjkuNzUyLDAuMzU5IEMyNC44NTQsLTAuMDAxIDE3LjUwOCwtMC4wMDEgMTcuNTA4LC0wLjAwMSBMMTcuNDkyLC0wLjAwMSBDMTcuNDkyLC0wLjAwMSAxMC4xNDYsLTAuMDAxIDUuMjQ4LDAuMzU5IEM0LjU2MywwLjQ0MSAzLjA3MywwLjQ0NyAxLjc0MCwxLjg2NCBDMC42OTEsMi45NDMgMC4zNTEsNS4zOTMgMC4zNTEsNS4zOTMgQzAuMzUxLDUuMzkzIDAuMDAwLDguMjY5IDAuMDAwLDExLjE0NSBMMC4wMDAsMTMuODQyIEMwLjAwMCwxNi43MTkgMC4zNTEsMTkuNTk0IDAuMzUxLDE5LjU5NCBDMC4zNTEsMTkuNTk0IDAuNjkxLDIyLjA0NCAxLjc0MCwyMy4xMjMgQzMuMDczLDI0LjUzOSA0LjgyMSwyNC40OTUgNS42MDAsMjQuNjQyIEM4LjQwMCwyNC45MTYgMTcuNDk5LDI1LjAwMCAxNy40OTksMjUuMDAwIEMxNy40OTksMjUuMDAwIDI0Ljg1NCwyNC45ODkgMjkuNzUyLDI0LjYyOSBDMzAuNDM2LDI0LjU0NSAzMS45MjcsMjQuNTM5IDMzLjI1OSwyMy4xMjMgQzM0LjMwNywyMi4wNDQgMzQuNjQ5LDE5LjU5NCAzNC42NDksMTkuNTk0IEMzNC42NDksMTkuNTk0IDM1LjAwMCwxNi43MTkgMzUuMDAwLDEzLjg0MiBMMzUuMDAwLDExLjE0NSBDMzUuMDAwLDguMjY5IDM0LjY0OSw1LjM5MyAzNC42NDksNS4zOTMgQzM0LjY0OSw1LjM5MyAzNC4zMDcsMi45NDMgMzMuMjU5LDEuODY0IFpNMTMuODg2LDE3LjExMCBMMTMuODg1LDcuMTIzIEwyMy4zNDEsMTIuMTM0IEwxMy44ODYsMTcuMTEwIFoiIGNsYXNzPSJjbHMtMSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0icGF0aC00IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 18px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.title-page .widgetsocial-55 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-55 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.title-page .widgetsocial-55 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.title-page .widgetsocial-55 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.title-page .widget-31 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: PT Sans, sans-serif;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: normal;
  min-height: 44px;
  right: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .widget-32 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: 117px;
  min-height: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  cursor: pointer;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .up-57 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  height: 20px;
  width: 40px;
  display: inline-block;
  background: url("../images/lib_1478501_vverh_2.png") left 50% top calc(50% - 1px) / 13px no-repeat #bd3952;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  align-self: auto;
}
.title-page .up-57 .title {
  box-sizing: border-box;
  color: #91e9f7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  font-size: 14px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
  margin-left: 11px;
  align-self: auto;
}
.title-page .block-24 .layout_59 {
  -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-24 .layout_62 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-24 .layout_58_id_59 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-24 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  -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;
}
.title-page .block-25 .layout_60 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-25 .layout_61 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-25 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
}
.title-page .widget-33 {
  margin: 5px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-60 p:first-child {
  margin-top: 0;
}
.title-page .phones-60 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-60 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-60 .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-60 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("../images/lib_448701_untitled-1-recovered-recovered_03 (14).png") left 50% top 50% / 35px no-repeat #ed5b37;
  margin-right: 20px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .phones-60 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-60 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-60 .title {
  box-sizing: border-box;
  font-family: PT Sans, sans-serif;
  color: #d19ba6;
  text-indent: 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  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;
}
.title-page .phones-60 .text_body {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-indent: 0;
  text-decoration: none;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .phones-60 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-60 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-60 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-34 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-61 p:first-child {
  margin-top: 0;
}
.title-page .address-61 p:last-child {
  margin-bottom: 0;
}
.title-page .address-61 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-61 .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-61 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("../images/lib_448701_untitled-1-recovered-recovered_03 (15).png") left 50% top 50% / 35px no-repeat #ed5b37;
  margin-right: 20px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .address-61 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-61 .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 .address-61 .title {
  box-sizing: border-box;
  font-family: PT Sans, sans-serif;
  color: #d19ba6;
  text-indent: 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-61 .text_body {
  font-family: Roboto, sans-serif;
  color: #fff;
  text-indent: 0;
  text-decoration: none;
  font-size: 13px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-61 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-61 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-26 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 218px;
  min-height: 0;
  z-index: 1;
  display: block;
  -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;
  right: 0;
}
.title-page .widget-35 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .schedule-63 p:first-child {
  margin-top: 0;
}
.title-page .schedule-63 p:last-child {
  margin-bottom: 0;
}
.title-page .schedule-63 .header {
  box-sizing: border-box;
}
.title-page .schedule-63 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .schedule-63 .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 .schedule-63 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("../images/lib_448701_untitled-1-recovered-recovered_03 (16).png") left 50% top 50% / 35px no-repeat #ed5b37;
  margin-right: 20px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .schedule-63 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .schedule-63 .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 .schedule-63 .title {
  box-sizing: border-box;
  font-family: PT Sans, sans-serif;
  color: #d19ba6;
  text-indent: 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .schedule-63 .text_body {
  font-family: Roboto, sans-serif;
  color: #fff;
  text-indent: 0;
  text-decoration: none;
  font-size: 13px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .schedule-63 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-63 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-27 .layout_65 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-27 .layout_66 {
  -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-27 .layout_64_id_65 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-27 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: #210e0b;
  z-index: 1;
  text-align: center;
  right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-36 {
  margin: 15px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  color: #d8d8d8;
  text-decoration: none;
  width: auto;
  right: 0;
}
.title-page .widget-37 {
  margin: 15px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: right;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-9 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: left;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-17 .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-17 .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-17 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
}
.title-page .side-panel-17 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-17 .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-17 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}
.title-page .side-panel-17 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-17 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
}
.title-page .side-panel-17 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .block-2 .layout_3_id_4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
  .title-page .block-2 {
    margin-top: 46px;
    padding-top: 0.02px;
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .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 {
    padding: 20px 70px;
    background: none;
    display: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-3 {
    margin-left: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: none;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    text-align: center;
    width: auto;
    right: 0;
    padding-top: 20px;
    display: none;
  }
  .title-page .block-4 {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-5 {
    padding-bottom: 0.02px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-5 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-10 .sn-text:hover, .title-page .site-name-10 .sn-text.hover, .title-page .site-name-10 .sn-text.active {
    font-weight: 300;
  }
  .title-page .block-6 .layout_12 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_14 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 {
    margin-top: 11px;
    padding-bottom: 0.02px;
    padding-top: 0.02px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-7 {
    width: auto;
    text-align: center;
  }
  .title-page .widget-6 {
    text-align: center;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-13 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-13 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-13 .cell-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .phones-13 .title {
    text-align: center;
  }
  .title-page .widget-7 {
    margin-left: auto;
  }
  .title-page .popover-wrap-14 .popover-body .form_text input:hover, .title-page .popover-wrap-14 .popover-body .form_text input.hover, .title-page .popover-wrap-14 .popover-body .form_text input.active {
    font-weight: 300;
  }
  .title-page .popover-wrap-14 .popover-body textarea:hover, .title-page .popover-wrap-14 .popover-body textarea.hover, .title-page .popover-wrap-14 .popover-body textarea.active {
    font-weight: 300;
  }
  .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 {
    font-weight: 300;
  }
  .title-page .popover-wrap-14 .popover-body .s3_button_large:active, .title-page .popover-wrap-14 .popover-body .s3_button_large.active {
    -webkit-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.07), 0 0 0 transparent;
    -moz-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.07), 0 0 0 transparent;
    box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.07), 0 0 0 transparent;
  }
  .title-page .popover-wrap-14 .popover-form-title {
    background: none;
  }
  .title-page .popover-wrap-14 .popover-form-title:hover, .title-page .popover-wrap-14 .popover-form-title.hover, .title-page .popover-wrap-14 .popover-form-title.active {
    font-weight: 300;
  }
  .title-page .block-8 {
    width: auto;
    background: none;
    display: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-31 {
    padding: 80px 30px;
    min-height: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-11 .layout_22 {
    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-11 .layout_27 {
    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-11 .layout_21_id_27 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-11 {
    padding: 40px 30px;
    background: none;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .widget-14 {
    width: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
    min-width: 0;
  }
  .title-page .blocklist-27 .header {
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-27 .header_text {
    font-size: 28px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
  }
  .title-page .blocklist-27 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 20px;
    background: none;
    width: auto;
  }
  .title-page .blocklist-27 .description:hover, .title-page .blocklist-27 .description.hover, .title-page .blocklist-27 .description.active {
    font-weight: 300;
  }
  .title-page .blocklist-27 .body-outer {
    width: auto;
  }
  .title-page .blocklist-27 .body {
    width: auto;
    margin-left: -25px;
    margin-right: -25px;
  }
  .title-page .blocklist-27 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-27 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 25px;
    margin-right: 25px;
    background: none;
  }
  .title-page .blocklist-27 .text {
    background: none;
  }
  .title-page .blocklist-27 .image {
    float: none;
  }
  .title-page .blocklist-27 .img-convert {
    background: none;
  }
  .title-page .blocklist-27 .title {
    font-size: 15px;
  }
  .title-page .blocklist-27 .sub-title {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTUgMiIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIi8+PHBhdGggaWQ9IkxpbmUycHgxNS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTAgMGgxNXYySDB6IiBmaWxsPSIjZmFkNjA0IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiLz48L3N2Zz4=") left 50% bottom 0px / auto auto no-repeat;
  }
  .title-page .blocklist-27 .price {
    background: none;
  }
  .title-page .blocklist-27 .more {
    background: none;
  }
  .title-page .blocklist-27 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .blocklist-27 .bx-pager a {
    background: rgba(0, 0, 0, 0.1);
  }
  .title-page .blocklist-27 .bx-pager a:hover, .title-page .blocklist-27 .bx-pager a.hover, .title-page .blocklist-27 .bx-pager a.active {
    background: rgba(0, 0, 0, 0.2);
  }
  .title-page .blocklist-27 .bx-pager a:active, .title-page .blocklist-27 .bx-pager a.active {
    background: #fad604;
  }
  .title-page .widget-11 {
    width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    min-width: 0;
  }
  .title-page .blocklist-22 .body-outer {
    overflow: visible;
  }
  .title-page .blocklist-22 .body {
    width: auto;
    margin-right: -5px;
  }
  .title-page .blocklist-22 .bx-wrapper {
    max-width: 714px;
  }
  .title-page .blocklist-22 .list {
    width: 713px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-22 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-22 .item {
    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;
    margin-right: 5px;
  }
  .title-page .blocklist-22 .text {
    padding-left: 0;
  }
  .title-page .blocklist-22 .image {
    float: none;
  }
  .title-page .blocklist-22 .title {
    padding-left: 0;
    padding-right: 20px;
  }
  .title-page .block-13 .layout_31_id_32 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-13 {
    padding: 40px 30px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    display: block;
  }
  .title-page .widget-17 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-32 .header_text {
    font-size: 28px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-32 .description {
    margin-bottom: 20px;
  }
  .title-page .blocklist-32 .description:hover, .title-page .blocklist-32 .description.hover, .title-page .blocklist-32 .description.active {
    font-weight: 300;
  }
  .title-page .blocklist-32 .body-outer {
    width: auto;
  }
  .title-page .blocklist-32 .body {
    width: auto;
  }
  .title-page .blocklist-32 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-32 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-32 .image {
    margin-right: 5px;
    margin-bottom: 22px;
    float: none;
    margin-left: 5px;
  }
  .title-page .blocklist-32 .img-convert {
    height: 170px;
  }
  .title-page .block-14 .layout_34 {
    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-14 .layout_35 {
    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-14 .layout_33_id_35 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-14 {
    padding: 40px 30px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .widget-19 {
    width: auto;
    margin-bottom: 20px;
    right: 0;
    min-width: 0;
  }
  .title-page .blocklist-35 .header_text {
    background: none;
  }
  .title-page .blocklist-35 .body-outer {
    width: auto;
  }
  .title-page .blocklist-35 .body {
    width: auto;
  }
  .title-page .blocklist-35 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-35 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-35 .img-convert {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-35 .title:hover, .title-page .blocklist-35 .title.hover, .title-page .blocklist-35 .title.active {
    font-weight: 500;
  }
  .title-page .widget-18 {
    margin-top: 0;
    margin-left: 0;
    width: auto;
    right: 0;
    background: none;
  }
  .title-page .editable_block-34 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-34 .image {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
  }
  .title-page .editable_block-34 .item-label {
    margin-top: 70px;
  }
  .title-page .editable_block-34 .image-inner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    min-height: 400px;
    bottom: auto;
    margin-top: 0;
    margin-bottom: 0;
    align-self: auto;
  }
  .title-page .editable_block-34 .title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    margin-top: 0;
    background: none;
  }
  .title-page .editable_block-34 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-34 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-34 .more {
    clear: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .editable_block-34 .img-convert {
    height: 400px;
    background: none;
  }
  .title-page .block-15 .layout_37 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_38 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_36_id_37 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-15 {
    padding: 40px 30px;
    background: none;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .widget-20 {
    min-height: 425px;
    width: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .slider-37 .text-slider {
    margin-bottom: 2px;
    min-height: 0;
  }
  
  .title-page .slider-37 .text-slider-wp {
  	background: rgba(255, 255, 255, 0.8);
    padding: 20px;
  }
  
  .title-page .slider-37 .block-title {
    font-size: 28px;
  }
  .title-page .slider-37 .slider-controls {
    background: none;
  }
  .title-page .slider-37 .slider-prev {
    padding: 0;
    margin: 0;
  }
  .title-page .slider-37 .slider-next {
    padding: 0;
    margin: 0;
  }
  .title-page .widget-21 {
    margin-top: 37px;
    margin-left: 0;
    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: url(/thumb/2/rZBOB4dRch4kat5a6IpL-g/r/d/56677878.png) left 50% top calc(50% + 4px) / auto 100% no-repeat, linear-gradient(105deg, #efeff1 16.6%, #f5f3f6 31.9%) #363638;
      background-size: 100%;
    padding-bottom: 131px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .form-38 .form__text {
    background: none;
  }
  .title-page .form-38 .form__text:hover, .title-page .form-38 .form__text.hover, .title-page .form-38 .form__text.active {
    font-weight: 500;
  }
  .title-page .form-38 .form-submit button:hover, .title-page .form-38 .form-submit button.hover, .title-page .form-38 .form-submit button.active {
    font-weight: 500;
  }
  .title-page .form-38 .form-captcha button:hover, .title-page .form-38 .form-captcha button.hover, .title-page .form-38 .form-captcha button.active {
    font-weight: 500;
  }
  .title-page .form-38 .form-success {
    font-size: 20px;
    line-height: 0.8;
  }
  .title-page .block-32 .layout_68_id_69 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-32 {
    padding: 40px 30px;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .widget-42 {
    margin-bottom: 30px;
    display: block;
  }
  .title-page .news-69 .news__header {
    background: none;
  }
  .title-page .news-69 .news__title {
    font-size: 28px;
  }
  .title-page .news-69 .news__title:hover, .title-page .news-69 .news__title.hover, .title-page .news-69 .news__title.active {
    font-weight: 900;
  }
  .title-page .news-69 .body-outer {
    overflow: visible;
  }
  .title-page .news-69 .body {
    width: auto;
    margin-left: - 10px;
  }
  .title-page .news-69 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .news-69 .news__list {
    width: 708px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .news-69 .item-outer {
    width: 50%;
  }
  .title-page .news-69 .item {
    margin-right: 10px;
    margin-left: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .news-69 .item__image {
    max-width: 100%;
    margin-right: 15px;
    margin-bottom: 5px;
    float: none;
  }
  .title-page .news-69 .item__image img {
    min-height: 0;
  }
  .title-page .news-69 .item__date > span ins:hover, .title-page .news-69 .item__date > span ins.hover, .title-page .news-69 .item__date > span ins.active {
    font-weight: 800;
  }
  .title-page .block-22 .layout_center_53_id_54_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-22 {
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-23 .layout_55 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: none;
  }
  .title-page .block-23 .layout_56 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_57 {
    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-23 {
    background: none;
    padding-top: 20px;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-30 {
    display: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widgetsocial-55 .vk .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-55 .google .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-55 .ok .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-55 .mail .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-55 .pin .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-55 .lj .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-55 .my .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-55 .telegram .wg-soc-icon {
    background: url("../images/lib_630201_soc1.svg") left 50% top 50% / 8px no-repeat;
  }
  .title-page .widgetsocial-55 .whatsapp .wg-soc-icon {
    background: url("../images/lib_630201_soc1.svg") left 50% top 50% / 8px no-repeat;
  }
  .title-page .widget-31 {
    text-align: left;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -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-32 {
    width: 43px;
    background: none;
    margin-left: auto;
    margin-bottom: 0;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .up-57 .icon {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-24 .layout_59 {
    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-24 .layout_62 {
    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-24 .layout_58_id_59 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-24 {
    padding: 20px 30px;
    background: none;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-25 .layout_60 {
    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-25 .layout_61 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-33 {
    margin-top: 0;
  }
  .title-page .phones-60 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-60 .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-61 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-61 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .block-26 {
    width: auto;
  }
  .title-page .widget-35 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .schedule-63 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .schedule-63 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .block-27 .layout_65 {
    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-27 .layout_66 {
    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-27 .layout_64_id_65 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-27 {
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-36 {
    margin-top: 0;
    color: #fff;
  }
  .title-page .widget-37 {
    margin-top: 10px;
    text-align: left;
  }
  .title-page .widget-9 {
    box-sizing: border-box;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .side-panel-17 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-17 .side-panel-button {
    border: none;
    width: 46px;
    min-height: 46px;
    padding-top: 12px;
    padding-left: 7px;
    padding-right: 7px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #bd3952;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-17 .side-panel-button-icon-line {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-2 .layout_3_id_4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
  .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 .widgetsocial-6 .vk .wg-soc-icon {
    min-height: 40px;
    width: 40px;
  }
  .title-page .widgetsocial-6 .fb .wg-soc-icon {
    min-height: 40px;
    width: 40px;
  }
  .title-page .widgetsocial-6 .tw .wg-soc-icon {
    min-height: 40px;
    width: 40px;
  }
  .title-page .widgetsocial-6 .google .wg-soc-icon {
    min-height: 40px;
    width: 40px;
  }
  .title-page .widgetsocial-6 .ins .wg-soc-icon {
    min-height: 40px;
    width: 40px;
  }
  .title-page .widgetsocial-6 .ok .wg-soc-icon {
    min-height: 40px;
    width: 40px;
  }
  .title-page .widgetsocial-6 .mail .wg-soc-icon {
    min-height: 40px;
    width: 40px;
  }
  .title-page .widgetsocial-6 .pin .wg-soc-icon {
    min-height: 40px;
    width: 40px;
  }
  .title-page .widgetsocial-6 .lj .wg-soc-icon {
    min-height: 40px;
    width: 40px;
  }
  .title-page .widgetsocial-6 .my .wg-soc-icon {
    min-height: 40px;
    width: 40px;
  }
  .title-page .widgetsocial-6 .youtube .wg-soc-icon {
    min-height: 40px;
    width: 40px;
  }
  .title-page .widgetsocial-6 .telegram .wg-soc-icon {
    min-height: 40px;
    width: 40px;
  }
  .title-page .widgetsocial-6 .whatsapp .wg-soc-icon {
    min-height: 40px;
    width: 40px;
  }
  .title-page .block-4 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .block-5 {
    width: auto;
  }
  .title-page .site-name-10 .sn-logo {
    margin-right: auto;
    width: 296px;
    margin-left: auto;
  }
  .title-page .site-name-10 .sn-text {
    font-size: 15px;
  }
  .title-page .block-6 .layout_12 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_14 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-6 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-7:hover, .title-page .widget-7.hover, .title-page .widget-7.active {
    font-weight: 300;
  }
  .title-page .block-11 .layout_22 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 .layout_27 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 .layout_21_id_27 {
    margin-top: 0;
  }
  .title-page .blocklist-27 .body {
    margin-right: -20px;
    margin-left: -20px;
  }
  .title-page .blocklist-27 .item {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-27 .bx-wrapper {
    max-width: 620px;
  }
  .title-page .blocklist-22 .body {
    margin-right: 0;
  }
  .title-page .blocklist-22 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .blocklist-22 .list {
    width: 580px;
  }
  .title-page .blocklist-22 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-22 .item {
    margin-right: 0;
  }
  .title-page .blocklist-22 .img-convert {
    height: 270px;
  }
  .title-page .block-13 .layout_31_id_32 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .blocklist-32 .header_text {
    font-size: 26px;
  }
  .title-page .blocklist-32 .body {
    margin-left: -2px;
  }
  .title-page .blocklist-32 .item {
    margin-left: 2px;
  }
  .title-page .blocklist-32 .image {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .block-14 .layout_34 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_35 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_33_id_35 {
    margin-top: 0;
  }
  .title-page .blocklist-35 .description {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .title-page .blocklist-35 .img-convert {
    height: 150px;
  }
  .title-page .editable_block-34 .image {
    min-height: 350px;
  }
  .title-page .editable_block-34 .item-label {
    margin-top: 40px;
  }
  .title-page .editable_block-34 .image-inner {
    padding-top: 134px;
    min-height: 350px;
  }
  .title-page .editable_block-34 .img-convert {
    height: 350px;
  }
  .title-page .block-15 .layout_37 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_38 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_36_id_37 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-20 {
    min-height: 296px;
  }
  .title-page .slider-37 .text-slider {
    margin-bottom: 17px;
    overflow: hidden;
    padding-top: 0.02px;
    padding-bottom: 0.02px;
  }
  .title-page .slider-37 .block-body {
    margin-bottom: 17px;
  }
  .title-page .slider-37 .block-title {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .title-page .widget-21 {
    background: url(/thumb/2/rZBOB4dRch4kat5a6IpL-g/r/d/56677878.png) left 50% top calc(50% + 4px) / auto 100% no-repeat, linear-gradient(105deg, #efeff1 16.6%, #f5f3f6 31.9%) #363638;
    background-size: 100%;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .block-32 .layout_68_id_69 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-42 {
    margin-bottom: 0;
  }
  .title-page .news-69 .news__title {
    font-size: 26px;
  }
  .title-page .news-69 .body {
    margin-left: 0;
  }
  .title-page .news-69 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .news-69 .news__list {
    width: 580px;
  }
  .title-page .news-69 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .block-22 .layout_center_53_id_54_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-23 .layout_55 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-23 .layout_56 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_57 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-30 {
    margin-top: 15px;
    margin-right: auto;
  }
  .title-page .widget-31 {
    width: 446px;
  }
  .title-page .block-24 .layout_59 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-24 .layout_62 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-24 .layout_58_id_59 {
    margin-top: 0;
  }
  .title-page .block-25 .layout_60 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 .layout_61 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-33 {
    margin-bottom: 10px;
    -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-34 {
    margin-top: 15px;
    margin-bottom: 9px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-26 {
    margin-bottom: 19px;
  }
  .title-page .block-27 .layout_65 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-27 .layout_66 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-27 .layout_64_id_65 {
    margin-top: 0;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-2 .layout_3_id_4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
  .title-page .block-3 .layout_5 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    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 {
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .site-name-10 .sn-text {
    display: none;
  }
  .title-page .block-6 .layout_12 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_14 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-6 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .phones-13 .cell-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-11 .layout_22 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-11 .layout_27 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 .layout_21_id_27 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-14 {
    min-width: 320px;
    margin-bottom: 0;
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-27 .header_text {
    font-size: 22px;
  }
  .title-page .blocklist-27 .description {
    padding-bottom: 10px;
  }
  .title-page .blocklist-27 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-27 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-27 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-27 .title {
    min-height: 61px;
  }
  .title-page .blocklist-27 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .widget-11 {
    margin-bottom: 0;
    display: none;
  }
  .title-page .blocklist-22 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .blocklist-22 .list {
    width: 420px;
  }
  .title-page .blocklist-22 .img-convert {
    height: 180px;
  }
  .title-page .block-13 .layout_31_id_32 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .blocklist-32 .header {
    margin-bottom: 5px;
  }
  .title-page .blocklist-32 .header_text {
    font-size: 22px;
  }
  .title-page .blocklist-32 .description {
    font-size: 15px;
  }
  .title-page .blocklist-32 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-32 .item {
    margin-left: 0;
  }
  .title-page .blocklist-32 .image {
    margin-right: 5px;
    margin-left: 5px;
  }
  .title-page .blocklist-32 .title {
    font-size: 17px;
  }
  .title-page .block-14 .layout_34 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_35 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_33_id_35 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-19 {
    margin-bottom: 0;
  }
  .title-page .blocklist-35 .description {
    font-size: 22px;
  }
  .title-page .blocklist-35 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-35 .item-outer {
    width: 100%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-35 .item {
    margin: 0 0 10px;
    align-self: auto;
  }
  .title-page .blocklist-35 .title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .title-page .blocklist-35 .price {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-35 .price-inner {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  .title-page .blocklist-35 .more > a {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .blocklist-35 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .blocklist-35 .controls {
    text-align: justify;
    margin-top: 0;
    bottom: 0;
    top: auto;
    margin-bottom: 88px;
  }
  .title-page .blocklist-35 .prev {
    width: 40px;
  }
  .title-page .blocklist-35 .next {
    width: 40px;
  }
  .title-page .blocklist-35 .pager-wrap {
    display: none;
  }
  .title-page .widget-18 {
    margin-top: 9px;
    margin-bottom: 0;
  }
  .title-page .editable_block-34 .body {
    min-height: 350px;
  }
  .title-page .editable_block-34 .title {
    font-size: 41px;
  }
  .title-page .editable_block-34 .text {
    font-size: 15px;
    margin-bottom: 15px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-15 .layout_37 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_38 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_36_id_37 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-20 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .slider-37 .text-slider {
    margin-left: 0;
    margin-bottom: 62px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .title-page .slider-37 .text-slider-wp {
  	padding: 10px;
  }
  
  .title-page .widget-21 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .title-page .form-38 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-38 .form-success {
    font-size: 18px;
  }
  .title-page .block-32 .layout_68_id_69 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-42 {
    margin-bottom: 30px;
  }
  .title-page .news-69 .news__header {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .news-69 .news__title {
    font-size: 24px;
  }
  .title-page .news-69 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .news-69 .news__list {
    width: 420px;
  }
  .title-page .news-69 .item-outer {
    width: 100%;
  }
  .title-page .block-22 .layout_center_53_id_54_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-23 .layout_55 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .block-23 .layout_56 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_57 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-30 {
    margin-top: 10px;
    margin-left: auto;
    margin-bottom: 0;
  }
  .title-page .widget-31 {
    width: auto;
    min-height: 0;
  }
  .title-page .block-24 .layout_59 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-24 .layout_62 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-24 .layout_58_id_59 {
    margin-top: 0;
  }
  .title-page .block-25 .layout_60 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 .layout_61 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 {
    margin-bottom: 0;
  }
  .title-page .widget-33 {
    margin-bottom: 0;
  }
  .title-page .widget-35 {
    margin-top: 10px;
  }
  .title-page .block-27 .layout_65 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-27 .layout_66 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-27 .layout_64_id_65 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-36 {
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-37 {
    margin: 15px auto 0;
    display: none;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-2 .layout_3_id_4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    display: block;
  }
  .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 .block-3 {
    padding-left: 30px;
    padding-right: 20px;
  }
  .title-page .block-4 {
    padding-top: 20px;
  }
  .title-page .block-6 .layout_12 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_14 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 {
    padding-top: 10px;
  }
  .title-page .widget-6 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .phones-13 .text_body {
    font-size: 18px;
  }
  .title-page .widget-7 {
    margin-right: auto;
    margin-bottom: 0;
    right: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-11 .layout_22 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-11 .layout_27 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-11 .layout_21_id_27 {
    margin-top: 0;
  }
  .title-page .block-11 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title-page .widget-14 {
    min-width: 0;
  }
  .title-page .blocklist-27 .header_text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-27 .description {
    line-height: 1.3;
  }
  .title-page .blocklist-27 .item {
    width: 120px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
  }
  .title-page .blocklist-27 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-22 .header {
    min-height: 60px;
  }
  .title-page .blocklist-22 .bx-wrapper {
    max-width: 260px;
  }
  .title-page .blocklist-22 .list {
    width: 260px;
  }
  .title-page .blocklist-22 .img-convert {
    height: 360px;
  }
  .title-page .block-13 .layout_31_id_32 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .blocklist-32 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-32 .item {
    margin-right: 0;
  }
  .title-page .block-14 .layout_34 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_35 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_33_id_35 {
    margin-top: 0;
  }
  .title-page .blocklist-35 .description {
    font-size: 20px;
  }
  .title-page .blocklist-35 .image {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-35 .title {
    font-size: 18px;
  }
  .title-page .blocklist-35 .bx-wrapper {
    max-width: 260px;
  }
  .title-page .widget-18 {
    margin-top: 15px;
  }
  .title-page .editable_block-34 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-34 .item-label {
    font-size: 17px;
  }
  .title-page .block-15 .layout_37 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_38 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_36_id_37 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .widget-20 {
    min-height: 350px;
    margin-top: 0;
    padding-bottom: 0.02px;
  }
  .title-page .slider-37 .text-slider {
    margin-left: 0;
    margin-bottom: 42px;
  }
  .title-page .slider-37 .block-body {
    font-size: 17px;
  }
  .title-page .slider-37 .slider-controls {
    left: 50%;
    right: auto;
    margin-left: -50px;
  }
  .title-page .widget-21 {
    padding-top: 37px;
    padding-bottom: 30px;
  }
  .title-page .form-38 .form__header {
    font-size: 22px;
  }
  .title-page .form-38 .form__text {
    font-size: 16px;
  }
  .title-page .form-38 .form-success {
    font-size: 11px;
  }
  .title-page .block-32 .layout_68_id_69 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .news-69 .news__title {
    font-size: 22px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .news-69 .body-outer {
    padding-bottom: 43px;
  }
  .title-page .news-69 .bx-wrapper {
    max-width: 260px;
  }
  .title-page .news-69 .news__list {
    width: 260px;
  }
  .title-page .news-69 .item {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .news-69 .item__image {
    margin-right: 0;
  }
  .title-page .news-69 .bx-auto_controls {
    margin-right: auto;
    margin-top: 331px;
    margin-bottom: 0;
  }
  .title-page .block-22 .layout_center_53_id_54_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-23 .layout_55 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: none;
  }
  .title-page .block-23 .layout_56 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 .layout_57 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 {
    padding-bottom: 0.02px;
  }
  .title-page .widget-30 {
    margin-top: 15px;
  }
  .title-page .widget-31 {
    width: 197px;
    margin-bottom: 15px;
  }
  .title-page .widget-32 {
    width: 46px;
  }
  .title-page .block-24 .layout_59 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-24 .layout_62 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-24 .layout_58_id_59 {
    margin-top: 0;
  }
  .title-page .block-24 {
    margin-right: 0;
  }
  .title-page .block-25 .layout_60 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-25 .layout_61 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-34 {
    margin-bottom: 0;
  }
  .title-page .widget-35 {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-27 .layout_65 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-27 .layout_66 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-27 .layout_64_id_65 {
    margin-top: 0;
  }
  .title-page .block-27 {
    margin-right: 0;
  }
}
.title-page .side-panel .widget-2 {
  margin: 0 auto auto 5px;
  z-index: 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;
  left: 0;
  top: 0;
  position: relative;
  width: auto;
  text-align: right;
  right: 0;
  box-sizing: border-box;
}
.title-page .side-panel .address-5 .inner {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .address-5 .block-body-drop {
  top: 100%;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-left: 0;
}
.title-page .side-panel .address-5 .text_body {
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 46px;
}
.title-page .side-panel .widget-8 {
  padding: 20px;
  margin: 0 0 20px;
  border: none;
  z-index: 1;
  text-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel .menu-16 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-16 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  min-height: 1px;
  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: rgba(255, 255, 255, 0.15);
}
.title-page .side-panel .menu-16 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-16 .menu-scroll > ul ul {
  position: static;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .menu-16 .menu-scroll > ul ul > li > a {
  background: none transparent;
}
.title-page .side-panel .menu-16 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-16 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-16 .menu-scroll > ul ul > li > a.active {
  background: none #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .side-panel .menu-16 .menu-scroll > ul ul > li > a:active, .title-page .side-panel .menu-16 .menu-scroll > ul ul > li > a.active {
  background: #fff;
}
.title-page .side-panel .menu-16 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-16 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: none;
}
.title-page .side-panel .menu-16 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-16 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-16 .menu-scroll > ul > li.menu-item > a.active {
  color: #bd3952;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.title-page .side-panel .menu-16 .menu-scroll > ul > li.menu-item > a:active, .title-page .side-panel .menu-16 .menu-scroll > ul > li.menu-item > a.active {
  -webkit-box-shadow: inset 0px 3px 0px rgba(46, 12, 29, 0.76);
  -moz-box-shadow: inset 0px 3px 0px rgba(46, 12, 29, 0.76);
  box-shadow: inset 0px 3px 0px rgba(46, 12, 29, 0.76);
}