@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;
}
.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 body {
  background: #1c1d21;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Arial, Helvetica, sans-serif;
}
.title-page .wrapper .layout_center_2_id_3_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .wrapper .layout_center_2_id_3_3 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .wrapper {
  border: none;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-70 .layout_181_id_183 {
  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-70 {
  padding: 70px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(23, 23, 26, 0.94), rgba(23, 23, 26, 0.94)), url("../images/1235rtyd.jpg?1505808969975") left 50% top 50% / cover no-repeat fixed;
  z-index: 10;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  text-indent: 0;
  text-decoration: none;
}
.title-page .widget-115 {
  margin: 40px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .block-71 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  min-height: 0;
  z-index: 4;
  display: block;
  text-decoration: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-110 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: Fira Sans, sans-serif;
  color: #fcfcfc;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  box-sizing: border-box;
  width: auto;
  right: 0;
  font-weight: 100;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .block-72 .layout_186 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-72 .layout_187 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-72 .layout_188 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-72 {
  margin: 50px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  min-height: 0;
  z-index: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 0px solid rgba(255, 255, 255, 0.1);
  border-right: 0px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 0px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
}
.title-page .widget-111 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: 320px;
  right: 0;
  padding-left: 0;
  min-height: 0;
}
.title-page .phones-186 p:first-child {
  margin-top: 0;
}
.title-page .phones-186 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-186 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .phones-186 .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-186 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  background: url("../images/lib_483901_untitled-1-recovered_06 (3).png") left 50% top 50% / auto auto no-repeat;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  min-height: 20px;
  padding-bottom: 0.02px;
  border-top: 0px dashed rgba(0, 0, 0, 0.1);
  border-right: 0px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  border-left: 0px dashed rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .phones-186 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
}
.title-page .phones-186 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .phones-186 .title {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Fira Sans, sans-serif;
  color: #fcfcfc;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 0.02px;
  margin-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .phones-186 .text_body {
  box-sizing: border-box;
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
  color: rgba(252, 252, 252, 0.7);
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  margin-top: 0;
  min-height: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  width: 300px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .phones-186 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-186 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-186 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-112 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 320px;
  right: 0;
  min-height: 0;
}
.title-page .email-187 p:first-child {
  margin-top: 0;
}
.title-page .email-187 p:last-child {
  margin-bottom: 0;
}
.title-page .email-187 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .email-187 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-187 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  background: url("../images/lib_467301_untitled-1-recovered-recovered_06 (2).png") left 50% top 50% / auto auto no-repeat;
  margin-right: auto;
  margin-left: auto;
  min-height: 20px;
  margin-bottom: 30px;
  border-top: 0px dashed rgba(0, 0, 0, 0.1);
  border-right: 0px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  border-left: 0px dashed rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-187 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
}
.title-page .email-187 .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: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.title-page .email-187 .title {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Fira Sans, sans-serif;
  color: #fcfcfc;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 0.02px;
  margin-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .email-187 .text_body {
  margin: auto;
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
  color: rgba(252, 252, 252, 0.7);
  text-align: left;
  text-decoration: none;
  font-weight: 300;
  min-height: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .email-187 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-187 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-113 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 320px;
  right: 0;
  padding-right: 0;
  min-height: 0;
}
.title-page .address-188 p:first-child {
  margin-top: 0;
}
.title-page .address-188 p:last-child {
  margin-bottom: 0;
}
.title-page .address-188 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .address-188 .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-188 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  background: url("../images/lib_467301_untitled-1-recovered-recovered_06 (3).png") left 50% top 50% / auto auto no-repeat;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  min-height: 20px;
  border-top: 0px dashed rgba(0, 0, 0, 0.1);
  border-right: 0px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  border-left: 0px dashed rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-188 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
}
.title-page .address-188 .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: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.title-page .address-188 .title {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Fira Sans, sans-serif;
  color: #fcfcfc;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 0.02px;
  margin-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-188 .text_body {
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
  color: rgba(252, 252, 252, 0.7);
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  min-height: 50px;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .address-188 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-188 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-114 {
  margin: 19px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: Fira Sans, sans-serif;
  color: #d8d8d8;
  text-align: center;
  text-decoration: none;
  width: auto;
  right: 0;
}
.title-page .block-19 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 9;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}
.title-page .widget-26 {
  margin: 0;
  position: relative;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-height: 0;
  right: 0;
}
.title-page .reviews-46 p:first-child {
  margin-top: 0;
}
.title-page .reviews-46 p:last-child {
  margin-bottom: 0;
}
.title-page .reviews-46 .header {
  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;
  margin-right: 0;
  margin-bottom: 15px;
  text-align: center;
}
.title-page .reviews-46 .header_text {
  box-sizing: border-box;
  font-size: 30px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Fira Sans, sans-serif;
  color: rgba(252, 252, 252, 0.8);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 100;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .reviews-46 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
.title-page .reviews-46 .list-wr {
  box-sizing: border-box;
  position: relative;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .reviews-46 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .reviews-46 .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 .reviews-46 .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 .reviews-46 .bx-wrapper {
  max-width: 960px;
}
.title-page .reviews-46 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .reviews-46 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 960px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-46 .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 .reviews-46 .item {
  margin: 10px 0;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
}
.title-page .reviews-46 .image {
  box-sizing: border-box;
  margin-bottom: 5px;
  font-size: 0;
  position: relative;
  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 .reviews-46 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 180px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .reviews-46 .image img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-46 .text {
  display: -webkit-flex;
  display: flex;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  font-family: Fira Sans, sans-serif;
  color: rgba(252, 252, 252, 0.6);
  font-style: italic;
  line-height: 1.9;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  padding-right: 120px;
  padding-left: 120px;
}
.title-page .reviews-46 .text .align-elem {
  flex-basis: 100%;
}
.title-page .reviews-46 .author {
  text-align: center;
  box-sizing: border-box;
  color: #4095bf;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.title-page .reviews-46 .name {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 20px;
  font-family: Fira Sans, sans-serif;
  color: #fcfcfc;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.title-page .reviews-46 .date {
  text-align: left;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 11px;
  color: #808080;
}
.title-page .reviews-46 .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 .reviews-46 .footer {
  box-sizing: border-box;
}
.title-page .reviews-46 .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 .reviews-46 .controls {
  border: none;
  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: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: -10px;
  text-align: justify;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-46 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 20px;
  background: url("../images/1245df.svg") left 50% top 50% / auto auto no-repeat;
  box-sizing: border-box;
  min-height: 23px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-46 .prev:hover, .title-page .reviews-46 .prev.hover, .title-page .reviews-46 .prev.active {
  background: url("../images/214ew.svg") left 50% top 50% / auto auto no-repeat;
}
.title-page .reviews-46 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 20px;
  background: url("../images/1244б.svg") left 50% top 50% / auto auto no-repeat;
  box-sizing: border-box;
  min-height: 23px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-46 .next:hover, .title-page .reviews-46 .next.hover, .title-page .reviews-46 .next.active {
  background: url("../images/sdgffd.svg") left 50% top 50% / auto auto no-repeat;
}
.title-page .reviews-46 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-46 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-46 .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 .reviews-46 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-46 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-46 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-46 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .reviews-46 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_pause.png") center center / auto no-repeat;
}
.title-page .reviews-46 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_play.png") center center / auto no-repeat;
}
.title-page .reviews-46 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-46 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-46 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-46 .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;
}
.title-page .reviews-46 .bx-pager a:active, .title-page .reviews-46 .bx-pager a.active {
  background: #bbb;
}
.title-page .block-17 {
  border: none;
  position: relative;
  width: auto;
  min-height: 79px;
  z-index: 1;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-18 {
  margin: 0 auto;
  border: none;
  position: relative;
  width: 38px;
  min-height: 38px;
  background: url("../images/124rd (1).svg") left 50% top 50% / 18px no-repeat rgba(219, 32, 84, 0.31);
  z-index: 2;
  text-align: left;
  -webkit-box-shadow: 0px 0px 56px 6px rgba(219, 32, 84, 0.63);
  -moz-box-shadow: 0px 0px 56px 6px rgba(219, 32, 84, 0.63);
  box-shadow: 0px 0px 56px 6px rgba(219, 32, 84, 0.63);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .block-22 {
  padding: 100px 20px 70px;
  margin: 40px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1380px;
  min-height: 0;
  z-index: 8;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-29 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-bottom: 0.02px;
}
.title-page .popover-wrap-53 .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-53 .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-53 .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-53 .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-53 .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-53 .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-53 .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-53 .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-53 .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-53 .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-53 .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-53 .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-53 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-53 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-53 .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: 40px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-53 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Fira Sans, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-weight: 100;
}
.title-page .blocklist-53 .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-53 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-53 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-53 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-53 .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-53 .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-53 .bx-wrapper {
  max-width: 1239px;
}
.title-page .blocklist-53 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-53 .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: 1240px;
}
.title-page .blocklist-53 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-53 .item {
  margin: 10px 0;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-53 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.title-page .blocklist-53 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-53 .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;
  margin-right: 5px;
  margin-left: 5px;
}
.title-page .blocklist-53 .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-53 .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-53 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 350px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-53 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-53 .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-53 .title {
  border: none;
  font-weight: 800;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  min-height: 350px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 0.02px;
}
.title-page .blocklist-53 .title:hover, .title-page .blocklist-53 .title.hover, .title-page .blocklist-53 .title.active {
  font-weight: 600;
  color: #fff;
  background: rgba(28, 29, 33, 0.5);
}
.title-page .blocklist-53 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-53 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-53 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-53 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-53 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-53 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-53 .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-53 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-53 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-53 .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-53 .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: 9px;
  z-index: 1;
  text-align: justify;
  bottom: auto;
}
.title-page .blocklist-53 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 20px;
  background: url("../images/lib_843701_1253trghc (1).svg") left 8px top 50% / 9px no-repeat;
  box-sizing: border-box;
  text-align: left;
  min-height: 23px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-53 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjM0IiBoZWlnaHQ9IjU3IiB2aWV3Qm94PSIwIDAgMzQgNTciPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICMwMDA7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNNy41MTEsNTcuMDAxIEwzNC4wMDAsMjguNTAwIEw3LjUxMSwtMC4wMDEgTC0wLjAwMCw3Ljk3MCBMMTkuMDgxLDI4LjUwMCBMLTAuMDAwLDQ5LjAzMCBMNy41MTEsNTcuMDAxIFoiIGNsYXNzPSJjbHMtMSIvPgo8L3N2Zz4=") right 10px top 50% / 9px no-repeat;
  box-sizing: border-box;
  min-height: 23px;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 0;
}
.title-page .blocklist-53 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-53 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-53 .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-53 .bx-auto_controls {
  margin: 50px auto auto;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-53 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-53 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-53 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-53 .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-53 .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-53 .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-53 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-53 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-53 .bx-pager a {
  margin: 2px 8px;
  border: none;
  display: inline-block;
  width: 8px;
  min-height: 8px;
  background: rgba(252, 252, 252, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-53 .bx-pager a:hover, .title-page .blocklist-53 .bx-pager a.hover, .title-page .blocklist-53 .bx-pager a.active {
  background: #1f3edb;
}
.title-page .blocklist-53 .bx-pager a:active, .title-page .blocklist-53 .bx-pager a.active {
  background: rgba(252, 252, 252, 0.6);
}
.title-page .popover-container-53 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}.title-page .popover-container-53 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}.title-page .popover-wrap-53 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-53 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-53 .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-53 .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-53 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .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-53 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-53 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-53 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .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-53 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-53 .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-53 .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-53 .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-53 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .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-53 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-53 .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-53 .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-53 .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-53 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .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-53 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-53 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .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-53 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-53 .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-53 .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-53 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-53 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .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-53 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-53 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-53 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-53 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-53 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-16 .layout_42_id_43 {
  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-16 {
  margin: 120px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 351px;
  background: linear-gradient(rgba(23, 23, 26, 0.94), rgba(23, 23, 26, 0.94)), url("../images/1235rtyd.jpg?1505799276922") left 50% top 50% / cover no-repeat fixed;
  z-index: 7;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .widget-25 {
  padding: 70px 80px;
  margin: -40px auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  min-height: 390px;
  width: 960px;
  -webkit-box-shadow: 0px 13px 74px 0px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 13px 74px 0px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 13px 74px 0px rgba(0, 0, 0, 0.59);
  background: #1f2024;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-43 .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-43 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-43 .popover-body .s3_button_large {
  border: none;
  background: 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-43 .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-43 .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 .editable_block-43 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-43 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-43 .header {
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 30px;
  font-family: Fira Sans, sans-serif;
  text-indent: 0;
  color: rgba(252, 252, 252, 0.8);
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: 100;
}
.title-page .editable_block-43 .body {
  box-sizing: border-box;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-43 .title {
  border: none;
  box-sizing: border-box;
  font-size: 28px;
  margin-bottom: 30px;
  font-family: Fira Sans, sans-serif;
  text-align: center;
  text-indent: 0;
  color: #fcfcfc;
  text-decoration: none;
  font-weight: normal;
  padding-bottom: 40px;
  background: url("../images/12wwq.svg") left 50% bottom 0px / 30px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .editable_block-43 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .editable_block-43 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: center;
}
.title-page .editable_block-43 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-43 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .editable_block-43 .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-43 .text {
  box-sizing: border-box;
  font-family: Fira Sans, sans-serif;
  text-align: center;
  text-indent: 0;
  font-size: 15px;
  color: rgba(252, 252, 252, 0.7);
  line-height: 1.9;
  text-decoration: none;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-43 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  text-align: center;
}
.title-page .editable_block-43 .more > a {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  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: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  min-height: 14px;
  height: 0;
  font-family: Fira Sans, sans-serif;
  color: #fcfcfc;
  text-decoration: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.title-page .editable_block-43 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-43 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-43 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-43 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-43 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .editable_block-43 .clear {
  clear: both;
}
.title-page .popover-container-43 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}.title-page .popover-container-43 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}.title-page .popover-wrap-43 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-43 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-43 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-43 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-43 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .editable_block-43 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-43 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.title-page .popover-wrap-43 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-43 .popover-body .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;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-43 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-43 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-43 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-43 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-43 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-43 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-43 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-43 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-43 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-43 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-43 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-43 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-43 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .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-43 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-43 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-43 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-43 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-43 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-43 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-43 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-43 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-43 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-43 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-43 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-43 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-43 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-43 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-43 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-8 {
  margin: 70px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 1380px;
  min-height: 0;
  z-index: 6;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.title-page .widget-11 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-right: 0;
  padding-left: 0;
}
.title-page .popover-wrap-17 .popover-body {
  padding: 90px 40px 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 13px 71px 12px #000;
  -moz-box-shadow: 0px 13px 71px 12px #000;
  box-shadow: 0px 13px 71px 12px #000;
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #1c1d21;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_text input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Fira Sans, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: #17171a;
  min-height: 40px;
}
.title-page .popover-wrap-17 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid rgba(252, 252, 252, 0.1);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Fira Sans, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Fira Sans, sans-serif;
  color: rgba(252, 252, 252, 0.6);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-17 .popover-body textarea {
  padding: 10px 8px 7px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Fira Sans, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  background: #17171a;
}
.title-page .popover-wrap-17 .popover-body .s3_button_large {
  padding: 10px 16px 10px 20px;
  border: none;
  background: #1f3edb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.28);
  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: Fira Sans, sans-serif;
  color: rgba(252, 252, 252, 0.7);
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-17 .popover-body .s3_button_large:hover, .title-page .popover-wrap-17 .popover-body .s3_button_large.hover, .title-page .popover-wrap-17 .popover-body .s3_button_large.active {
  background: #2849ed;
  -webkit-box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.28);
}
.title-page .popover-wrap-17 .popover-body .s3_button_large:active, .title-page .popover-wrap-17 .popover-body .s3_button_large.active {
  background: #152ba0;
}
.title-page .popover-wrap-17 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(252, 252, 252, 0.1);
  color: rgba(252, 252, 252, 0.8);
  box-sizing: border-box;
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.45);
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-17 .popover-close {
  position: absolute;
  top: -15px;
  right: 0;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/1253tghhf.svg?1505815080690") left 50% top 50% / 16px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  left: auto;
  margin-left: -15px;
  margin-right: 15px;
  margin-top: 30px;
  min-height: 40px;
  border-top: 1px dashed rgba(252, 252, 252, 0.2);
  border-right: 0px dashed rgba(252, 252, 252, 0.2);
  border-bottom: 1px dashed rgba(252, 252, 252, 0.2);
  border-left: 0px dashed rgba(252, 252, 252, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-17 .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;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-17 .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;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-17 .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;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-17 .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;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .blocklist-17 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-17 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-17 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-17 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-17 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-17 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-17 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-17 .body {
  margin: 0 -5px;
  box-sizing: border-box;
}
.title-page .blocklist-17 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-17 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-17 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-17 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-17 .item {
  margin: 5px;
  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: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-17 .text {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-17 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-17 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-17 .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-17 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-17 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 300px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  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-17 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-17 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  margin-top: 0;
  margin-bottom: 0;
  align-self: auto;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  background: rgba(28, 29, 33, 0.45);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-17 .title {
  padding: 12px 20px 12px 30px;
  margin: auto 0 0;
  border: none;
  font-weight: 500;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Fira Sans, sans-serif;
  color: #fcfcfc;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  min-height: 45px;
  -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.33);
  -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.33);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.33);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-17 .more {
  margin: 0 auto 0 30px;
  border: none;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 200px;
  left: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-17 .more > a {
  padding: 10px 16px 10px 20px;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: rgba(252, 252, 252, 0.9);
  font-style: italic;
  text-decoration: none;
  font-family: Fira Sans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.28);
  background: #1f3edb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 0;
  width: 200px;
  margin-right: auto;
}
.title-page .blocklist-17 .more > a:hover, .title-page .blocklist-17 .more > a.hover, .title-page .blocklist-17 .more > a.active {
  background: #2849ed;
}
.title-page .blocklist-17 .more > a:active, .title-page .blocklist-17 .more > a.active {
  background: #152ba0;
}
.title-page .blocklist-17 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-17 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-17 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-17 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-17 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-17 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-17 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-17 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-17 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-17 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-17 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-17 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-17 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-17 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-17 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-17 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-17 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-17 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-17 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-17 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-17 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-17 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-17 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-17 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-17 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-17 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}.title-page .popover-container-17 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}.title-page .popover-wrap-17 .popover-form-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  font-family: Fira Sans, sans-serif;
  color: #fcfcfc;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-17 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: left;
  padding-top: 15px;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: block;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-17 .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-17 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #919191;
  text-align: left;
  font-family: Fira Sans, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_div {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  color: rgba(252, 252, 252, 0.6);
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_html_block {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Fira Sans, sans-serif;
  color: rgba(252, 252, 252, 0.6);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-17 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-17 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_checkbox {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox .s3_form_field_title {
  color: #919191;
  font-family: Fira Sans, sans-serif;
  font-style: normal;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Fira Sans, sans-serif;
  color: rgba(252, 252, 252, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_radio {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_radio .s3_form_field_title {
  color: #919191;
  font-family: Fira Sans, sans-serif;
  font-style: normal;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-17 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-17 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(252, 252, 252, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_select {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_select .s3_form_field_title {
  color: #919191;
  font-family: Fira Sans, sans-serif;
  font-style: normal;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Fira Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-17 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-17 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_calendar {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar .s3_form_field_title {
  color: #919191;
  font-family: Fira Sans, sans-serif;
  font-style: normal;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval .s3_form_field_title {
  color: #919191;
  font-family: Fira Sans, sans-serif;
  font-style: normal;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Fira Sans, sans-serif;
  color: rgba(252, 252, 252, 0.3);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_upload {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 15px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-17 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(252, 252, 252, 0.6);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-17 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-17 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-17 ::-webkit-input-placeholder {
  color: rgba(252, 252, 252, 0.6);
}
.title-page .popover-wrap-17 ::-moz-placeholder {
  color: rgba(252, 252, 252, 0.6);
}
.title-page .popover-wrap-17 :-ms-input-placeholder {
  color: rgba(252, 252, 252, 0.6);
}
.title-page .block-2 {
  margin: -990px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 5;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  right: 0;
}
.title-page .widget-120 {
  margin: 16px 0 0 48px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 6;
  width: 220px;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: block;
}
.title-page .menu-191 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 1px;
  height: auto;
  width: auto;
  background: #d6d6d6;
}
.title-page .menu-191 .menu-scroll > ul ul {
  padding: 5px;
  margin: 0 5px 0 0;
  border: none;
  position: static;
  top: 0;
  left: 100%;
  list-style: none;
  width: auto;
  display: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-191 .menu-scroll > ul ul > li.delimiter {
  margin: 3px 2px;
  box-sizing: border-box;
  min-height: 2px;
  height: auto;
  width: auto;
  background: #999;
}
.title-page .menu-191 .menu-scroll > ul ul > li {
  padding: 0;
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.title-page .menu-191 .menu-scroll > ul ul > li > a {
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-191 .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-191 .menu-title {
  box-sizing: border-box;
  font-size: 16px;
  padding-left: 17px;
  margin-bottom: 10px;
}
.title-page .menu-191 .menu-button {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 50px;
  min-height: 50px;
}
.title-page .menu-191 .menu-scroll {
  display: block;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-191 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: block;
}
.title-page .menu-191 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-191 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(252, 252, 252, 0.4);
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  font-family: Fira Sans, sans-serif;
  font-style: normal;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-191 .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-191 .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-191 .menu-scroll > ul > li.menu-item > a img {
  margin: auto;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  width: auto;
}
.title-page .menu-191 .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 .widget-9 {
  margin: 20px 0 0 212px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  text-align: right;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
}
.title-page .widgetsocial-15 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-15 .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-15 .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-15 .soc {
  margin: 2px 10px;
  border: none;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-15 .vk .wg-soc-icon {
  border: none;
  background: url("../images/4egrfd.svg?1505884687596") left 50% top 50% / 31px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  top: NaNpx;
}
.title-page .widgetsocial-15 .fb .wg-soc-icon {
  border: none;
  background: url("../images/2345td.svg?1505884752874") left 50% top 50% / 14px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  top: NaNpx;
}
.title-page .widgetsocial-15 .tw .wg-soc-icon {
  border: none;
  background: url("../images/1256tyf.svg?1505884794130") left 50% top 50% / 30px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  top: NaNpx;
}
.title-page .widgetsocial-15 .google .wg-soc-icon {
  border: none;
  background: url("../images/21354rt.svg?1505884826547") left 50% top 50% / 27px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  top: NaNpx;
}
.title-page .widgetsocial-15 .ins .wg-soc-icon {
  border: none;
  background: url("../images/125rt56 (1).svg") left 50% top 50% / 29px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  top: NaNpx;
}
.title-page .widgetsocial-15 .ok .wg-soc-icon {
  border: none;
  background: url("../images/124dsfgd.svg?1505885142961") left 50% top 50% / 15px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  top: NaNpx;
}
.title-page .widgetsocial-15 .mail .wg-soc-icon {
  border: none;
  background: url("../images/124f.svg?1505885174259") left 50% top 50% / 28px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  top: NaNpx;
}
.title-page .widgetsocial-15 .pin .wg-soc-icon {
  border: none;
  background: url("../images/2134tfdx.svg?1505885201349") left 50% top 50% / 21px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  top: NaNpx;
}
.title-page .widgetsocial-15 .lj .wg-soc-icon {
  border: none;
  background: url("../images/325rdt.svg?1505885230693") left 50% top 50% / 25px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  top: NaNpx;
}
.title-page .widgetsocial-15 .my .wg-soc-icon {
  border: none;
  background: url("../images/124fd.svg?1505885273834") left 50% top 50% / 37px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  top: NaNpx;
}
.title-page .widgetsocial-15 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/214fg.svg?1505885301397") left 50% top 50% / 33px no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  top: NaNpx;
}
.title-page .widgetsocial-15 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-15 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.title-page .widget-5 {
  margin: 43px 0 0 -20px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  font-family: Fira Sans, sans-serif;
  color: rgba(252, 252, 252, 0.4);
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  font-weight: 200;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .widget-4 {
  margin: 0 0 0 -20px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-5 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-5 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-5 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-5 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Cormorant Infant, serif;
  color: #fcfcfc;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 58px;
  font-weight: 300;
}
.title-page .site-name-5 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-6 {
  margin: 50px 200px 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/124tf.svg") right 0px top 50% / auto auto no-repeat, url("../images/124tf.svg") left 0px top 50% / auto auto no-repeat;
  z-index: 4;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-right: 0;
  padding-left: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-5 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 25px;
  min-height: 4px;
  background: #fcc0df;
  z-index: 1;
  text-align: left;
  -webkit-box-shadow: 0px 2px 45px 8px #db2054;
  -moz-box-shadow: 0px 2px 45px 8px #db2054;
  box-shadow: 0px 2px 45px 8px #db2054;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-10 {
  margin: 10px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-16 p:first-child {
  margin-top: 0;
}
.title-page .address-16 p:last-child {
  margin-bottom: 0;
}
.title-page .address-16 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-16 .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-16 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .address-16 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-16 .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-16 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .address-16 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Fira Sans, sans-serif;
  color: rgba(252, 252, 252, 0.4);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
}
.title-page .address-16 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-16 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-7 {
  margin: 50px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.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 {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.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: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .phones-13 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-13 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Fira Sans, sans-serif;
  color: #fcfcfc;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.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-2 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  height: 0;
  min-height: 1020px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat, linear-gradient(to bottom, rgba(0, 196, 244, 0) 0%, #1c1d21 100%) rgba(28, 29, 33, 0.94);
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-2:hover, .title-page .widget-2.hover, .title-page .widget-2.active {
  border: none;
}
.title-page .popover-wrap-3 .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-3 .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-3 .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-3 .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-3 .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-3 .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-3 .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-3 .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-3 .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-3 .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-3 .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-3 .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-3 .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-3 .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-3 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-3 .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-3 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}.title-page .slider-3 .text-slider {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  text-align: left;
}
.title-page .slider-3 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  max-width: 100%;
}
.title-page .slider-3 .block-body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-3 .block-more {
  box-sizing: border-box;
}
.title-page .slider-3 .block-more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
}
.title-page .slider-3 .block-title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}.title-page .slider-3 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-3 .slider-controls {
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  margin-top: -10px;
}
.title-page .slider-3 .slider-prev {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_slider_slider-left.png") left 50% top 50% / auto auto no-repeat;
}
.title-page .slider-3 .slider-next {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_slider_slider-right.png") left 50% top 50% / auto auto no-repeat;
}
.title-page .slider-3 .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-3 .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-3 .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-3 .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-3 .slider-pager {
  box-sizing: border-box;
}
.title-page .slider-3 .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-3 .slider-pager > a:active, .title-page .slider-3 .slider-pager > a.active {
  background: #eee;
}
.title-page .slider-3 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-3 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-3 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .slider-3 .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-3 .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-3 .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-3 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-3 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-3 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-3 .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-3 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-3 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-3 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-3 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-3 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}.title-page .popover-container-3 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}.title-page .popover-wrap-3 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-3 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-3 .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-3 .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-3 .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-3 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-3 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .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-3 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-3 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-3 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .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-3 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-3 .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-3 .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-3 .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-3 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .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-3 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-3 .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-3 .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-3 .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-3 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .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-3 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-3 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .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-3 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-3 .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-3 .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-3 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-3 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .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-3 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-3 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-3 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-3 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-3 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-6 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: left;
  right: 0;
  z-index: 9999;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-8 .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-8 .side-panel-content {
  border: none;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: auto;
  background: #1c1d21;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-8 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 48px;
  min-height: 48px;
  background: url("../images/1253tghhf.svg") left 50% top 50% / 15px no-repeat;
  cursor: pointer;
  right: auto;
  margin-left: 50px;
  margin-top: 50px;
  border-top: 1px dashed rgba(252, 252, 252, 0.15);
  border-right: 0px dashed rgba(252, 252, 252, 0.15);
  border-bottom: 1px dashed rgba(252, 252, 252, 0.15);
  border-left: 0px dashed rgba(252, 252, 252, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel-8 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-8 .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-8 .side-panel-button {
  padding: 6px 11px 0.02px;
  border: none;
  box-sizing: border-box;
  font-size: 0;
  width: 43px;
  min-height: 41px;
  background: rgba(31, 62, 219, 0.26);
  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;
  margin-top: 50px;
  align-self: auto;
  margin-left: 50px;
  -webkit-box-shadow: 0px 1px 64px 9px rgba(31, 62, 219, 0.57);
  -moz-box-shadow: 0px 1px 64px 9px rgba(31, 62, 219, 0.57);
  box-shadow: 0px 1px 64px 9px rgba(31, 62, 219, 0.57);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .side-panel-8 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-8 .side-panel-button-icon-line {
  border: none;
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 5px;
  background: #d7e1fa;
  -webkit-box-shadow: 0px 0px 18px 4px rgba(31, 62, 219, 0.79);
  -moz-box-shadow: 0px 0px 18px 4px rgba(31, 62, 219, 0.79);
  box-shadow: 0px 0px 18px 4px rgba(31, 62, 219, 0.79);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.title-page .side-panel-8 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page body {
    display: block;
  }
  .title-page .wrapper .layout_center_2_id_3_1 {
    margin-top: 0;
  }
  .title-page .wrapper .layout_center_2_id_3_3 {
    margin-top: 0;
  }
  .title-page .wrapper {
    background: none;
  }
  .title-page .block-70 .layout_181_id_183 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-70 {
    padding: 40px 20px;
  }
  .title-page .widget-115 {
    display: block;
  }
  .title-page .widget-110 {
    margin-left: auto;
    margin-right: auto;
    background: none;
  }
  .title-page .block-72 .layout_186 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_187 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_188 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 {
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-111 {
    border: none;
    text-align: center;
    width: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .phones-186 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-186 .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-186 .title {
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .title-page .widget-112 {
    border: none;
    text-align: center;
    width: auto;
    margin-right: auto;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .email-187 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-187 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .email-187 .title {
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .title-page .widget-113 {
    text-align: center;
    width: auto;
    margin-left: auto;
    padding-top: 0.02px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 0px dashed rgba(0, 0, 0, 0.1);
    border-bottom: 0px dashed rgba(0, 0, 0, 0.1);
    border-left: 0px dashed rgba(0, 0, 0, 0.1);
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .address-188 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-188 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-188 .cell-text:hover, .title-page .address-188 .cell-text.hover, .title-page .address-188 .cell-text.active {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .address-188 .title {
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .title-page .address-188 .text_body {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .widget-114 {
    color: #fff;
    display: block;
  }
  .title-page .block-19 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-page .widget-26 {
    height: auto;
    display: block;
  }
  .title-page .reviews-46 .list-wr {
    overflow: visible;
  }
  .title-page .reviews-46 .body {
    width: auto;
    margin-left: - 10px;
  }
  .title-page .reviews-46 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .reviews-46 .list {
    width: 708px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .reviews-46 .item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .title-page .reviews-46 .text {
    padding-right: 60px;
    padding-left: 60px;
  }
  .title-page .reviews-46 .controls {
    background: none;
  }
  .title-page .block-17 {
    min-height: 40px;
    background: none;
    margin-bottom: 0;
  }
  .title-page .block-18 {
    display: block;
  }
  .title-page .block-22 {
    padding: 40px 0;
    background: none;
    margin-top: 50px;
    margin-right: 0;
  }
  .title-page .widget-29 {
    padding-right: 30px;
    padding-left: 30px;
    display: block;
  }
  .title-page .blocklist-53 .body-outer {
    width: auto;
  }
  .title-page .blocklist-53 .body {
    width: auto;
  }
  .title-page .blocklist-53 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .blocklist-53 .list {
    width: 708px;
  }
  .title-page .blocklist-53 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-53 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-53 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-53 .title:active, .title-page .blocklist-53 .title.active {
    font-weight: 800;
  }
  .title-page .block-16 .layout_42_id_43 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-16 {
    margin-top: 76px;
    display: block;
  }
  .title-page .widget-25 {
    padding: 40px 30px;
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
  }
  .title-page .editable_block-43 .header {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .editable_block-43 .body {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-43 .title:hover, .title-page .editable_block-43 .title.hover, .title-page .editable_block-43 .title.active {
    font-weight: 800;
  }
  .title-page .editable_block-43 .image {
    float: none;
    background: none;
  }
  .title-page .editable_block-43 .img-convert {
    background: none;
  }
  .title-page .editable_block-43 .more {
    clear: none;
  }
  .title-page .editable_block-43 .more > a {
    background: none;
  }
  .title-page .widget-11 {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }
  .title-page .popover-wrap-17 .popover-body .form_text input {
    padding-left: 15px;
  }
  .title-page .popover-wrap-17 .popover-body .form_calendar input {
    background: none;
  }
  .title-page .popover-wrap-17 .popover-body textarea {
    padding-left: 15px;
  }
  .title-page .blocklist-17 .body-outer {
    width: auto;
  }
  .title-page .blocklist-17 .body {
    width: auto;
  }
  .title-page .blocklist-17 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-17 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
  }
  .title-page .blocklist-17 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-17 .img-convert {
    background: none;
  }
  .title-page .blocklist-17 .title {
    background: none;
  }
  .title-page .blocklist-17 .more {
    background: none;
  }
  .title-page .widget-9 {
    margin-top: 0;
    margin-left: 140px;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widgetsocial-15 .soc {
    background: none;
  }
  .title-page .widget-5 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-4 {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .block-6 {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-5 {
    display: block;
  }
  .title-page .widget-10 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    padding-right: 30px;
    padding-left: 30px;
    display: block;
  }
  .title-page .address-16 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-16 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-7 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-right: 30px;
    padding-left: 30px;
    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 .widget-2 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .slider-3 .slider-prev {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .slider-3 .slider-next {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .widget-6 {
    box-sizing: border-box;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .side-panel-8 .side-panel-close {
    margin-left: 30px;
    margin-top: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .side-panel-8 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-8 .side-panel-button {
    margin-top: 30px;
    margin-left: 30px;
  }
}
@media all and (max-width: 768px) {
  .title-page .wrapper .layout_center_2_id_3_1 {
    margin-top: 0;
  }
  .title-page .wrapper .layout_center_2_id_3_3 {
    margin-top: 0;
  }
  .title-page .block-70 .layout_181_id_183 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-71 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-72 .layout_186 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_187 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_188 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-112 {
    margin-top: 15px;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
  }
  .title-page .widget-113 {
    margin-top: 15px;
  }
  .title-page .reviews-46 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .reviews-46 .list {
    width: 580px;
  }
  .title-page .reviews-46 .image {
    max-width: 100%;
    float: none;
  }
  .title-page .reviews-46 .item__image__title {
    box-sizing: border-box;
    position: absolute;
  }
  .title-page .blocklist-53 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .blocklist-53 .list {
    width: 580px;
  }
  .title-page .block-16 .layout_42_id_43 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-11 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 5px;
  }
  .title-page .blocklist-17 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-17 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-17 .image {
    margin-right: 5px;
    margin-left: 5px;
  }
  .title-page .slider-3 .text-slider {
    margin: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media all and (max-width: 640px) {
  .title-page .wrapper .layout_center_2_id_3_1 {
    margin-top: 0;
  }
  .title-page .wrapper .layout_center_2_id_3_3 {
    margin-top: 0;
  }
  .title-page .block-70 .layout_181_id_183 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-72 .layout_186 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_187 {
    margin-top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_188 {
    margin-top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-111 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .title-page .phones-186 .title {
    font-size: 15px;
  }
  .title-page .phones-186 .text_body {
    font-size: 16px;
  }
  .title-page .widget-112 {
    margin-top: 0;
    margin-right: 0;
  }
  .title-page .email-187 .title {
    font-size: 15px;
  }
  .title-page .email-187 .text_body {
    font-size: 16px;
  }
  .title-page .widget-113 {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .address-188 .title {
    font-size: 15px;
  }
  .title-page .address-188 .text_body {
    font-size: 16px;
  }
  .title-page .reviews-46 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .reviews-46 .list {
    width: 420px;
  }
  .title-page .reviews-46 .text {
    padding-right: 40px;
    padding-left: 40px;
  }
  .title-page .reviews-46 .name {
    font-size: 16px;
  }
  .title-page .blocklist-53 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .blocklist-53 .list {
    width: 420px;
  }
  .title-page .block-16 .layout_42_id_43 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .editable_block-43 .title {
    font-size: 22px;
  }
  .title-page .blocklist-17 .item-outer {
    width: 100%;
  }
  .title-page .site-name-5 .sn-text {
    font-size: 44px;
  }
  .title-page .block-6 {
    width: 360px;
    background: url("../images/124tf.svg") right -120px top 50% / auto auto no-repeat, url("../images/124tf.svg") left -120px top 50% / auto auto no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
}
@media all and (max-width: 480px) {
  .title-page .wrapper .layout_center_2_id_3_1 {
    margin-top: 0;
  }
  .title-page .wrapper .layout_center_2_id_3_3 {
    margin-top: 0;
  }
  .title-page .block-70 .layout_181_id_183 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-72 .layout_186 {
    margin-top: 0;
    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-72 .layout_187 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-72 .layout_188 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-111 {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .phones-186 .text_body {
    width: 200px;
  }
  .title-page .widget-113 {
    border: none;
  }
  .title-page .block-19 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .title-page .widget-26 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .title-page .reviews-46 .body {
    margin-left: 0;
  }
  .title-page .reviews-46 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .reviews-46 .list {
    width: 280px;
  }
  .title-page .reviews-46 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .reviews-46 .text {
    font-size: 16px;
    padding-right: 0;
    padding-left: 0;
    line-height: 2;
  }
  .title-page .reviews-46 .author {
    margin-right: 40px;
    margin-left: 40px;
  }
  .title-page .reviews-46 .controls {
    bottom: 0;
    top: auto;
    margin-bottom: 12px;
    margin-top: 0;
  }
  .title-page .widget-29 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .title-page .blocklist-53 .bx-wrapper {
    max-width: 300px;
  }
  .title-page .blocklist-53 .list {
    width: 300px;
  }
  .title-page .blocklist-53 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-53 .item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-53 .image {
    margin-bottom: 5px;
  }
  .title-page .block-16 .layout_42_id_43 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .widget-25 {
    margin-left: 10px;
    margin-bottom: 0;
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .editable_block-43 .text {
    font-size: 16px;
    line-height: 2;
  }
  .title-page .block-8 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .title-page .widget-11 {
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .blocklist-17 .image {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .widget-9 {
    text-align: center;
    margin-top: 40px;
    margin-left: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-4 {
    margin-top: 30px;
  }
  .title-page .site-name-5 .sn-text {
    font-size: 34px;
  }
  .title-page .block-6 {
    width: 260px;
    background: url("../images/124tf.svg") right -160px top 50% / auto auto no-repeat, url("../images/124tf.svg") left -160px top 50% / auto auto no-repeat;
    margin-top: 30px;
  }
  .title-page .widget-7 {
    margin-top: 30px;
  }
  .title-page .side-panel-8 .side-panel-close {
    margin-left: 19px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .title-page .side-panel-8 .side-panel-button {
    margin-top: 10px;
    margin-left: 10px;
  }
}
.title-page .side-panel .widget-120 {
  margin: 0 0 20px;
  border: none;
  z-index: 6;
  text-align: left;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  padding-top: 80px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel .menu-191 .menu-scroll > ul ul {
  background: #17171a;
  margin-right: 0;
}
.title-page .side-panel .menu-191 .menu-scroll > ul ul > li > a {
  color: rgba(252, 252, 252, 0.4);
  font-size: 18px;
  font-family: Fira Sans, sans-serif;
  text-align: center;
  font-weight: 100;
  margin-top: 15px;
  margin-bottom: 15px;
}
.title-page .side-panel .menu-191 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-191 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-191 .menu-scroll > ul ul > li > a.active {
  color: #fcfcfc;
}
.title-page .side-panel .menu-191 .menu-scroll > ul > li.menu-item > a {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 22px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: 200;
  text-align: center;
}
.title-page .side-panel .menu-191 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-191 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-191 .menu-scroll > ul > li.menu-item > a.active {
  color: #fcfcfc;
  text-decoration: line-through;
}
