@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  background: #fff;
}
.title-page .wrapper {
  border: none;
  position: relative;
  font-family: Montserrat, 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;
  background: #080606;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-3 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(to top, #080606 0%, rgba(3, 96, 120, 0) 30%), url("../images/bg.jpg") left 50% top 50% / cover no-repeat;
  max-width: 100%;
  z-index: 8;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-2 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1400px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .block-4 .layout_13 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 .layout_14 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 4;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-5 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
}
.title-page .widget-2 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  font-size: 25px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .site-name-3 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-3 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-3 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-3 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  font-weight: 600;
}
.title-page .site-name-3 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-3 {
  margin: 5px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  right: 0;
}
.title-page .block-6 .layout_5 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-6 .layout_6 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-6 {
  margin: 5px 0 auto 50px;
  position: relative;
  top: 0;
  left: 0;
  width: 495px;
  min-height: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: auto;
}
.title-page .widget-4 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 265px;
  right: 0;
  padding-right: 30px;
  -webkit-box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-5 p:first-child {
  margin-top: 0;
}
.title-page .phones-5 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-5 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-5 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-5 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-5 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-5 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .phones-5 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 5px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .phones-5 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #ffa123;
  text-decoration: none;
  font-size: 23px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-weight: 600;
}
.title-page .phones-5 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-5 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-5 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-5 {
  margin: 0 0 auto 30px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  color: #ffa123;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 200px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 50px;
  background: none;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-weight: 600;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffa123;
  -moz-box-shadow: inset 0px 0px 0px 1px #ffa123;
  box-shadow: inset 0px 0px 0px 1px #ffa123;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .widget-5:hover, .title-page .widget-5.hover, .title-page .widget-5.active {
  color: #fff;
  background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.title-page .widget-5:active, .title-page .widget-5.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-6 .popover-body {
  padding: 50px 35px 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #080606;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-6 .popover-body .form_text input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-6 .popover-body .form_calendar input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-6 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-6 .popover-body textarea {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: #fff;
  min-height: 100px;
}
.title-page .popover-wrap-6 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-6 .popover-body .s3_button_large:hover, .title-page .popover-wrap-6 .popover-body .s3_button_large.hover, .title-page .popover-wrap-6 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-6 .popover-body .s3_button_large:active, .title-page .popover-wrap-6 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-6 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: none;
  display: table;
  background: #ffa123;
  color: #fff;
  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);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-6 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/icon_352270.svg") left 50% top 50% / 26px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 45px;
  margin-top: 7px;
  margin-right: 7px;
  -webkit-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-6 .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-6 .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-6 .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-6 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-6 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-6 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-6 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-6 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-6 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-6 .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-6 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-6 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_div {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-6 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-6 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .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-6 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-6 .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-6 .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-6 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .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-6 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-6 .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-6 .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-6 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .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-6 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-6 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .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-6 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-6 .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-6 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-6 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-6 .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-6 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-6 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-6 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-6 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-6 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .block-7 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  right: 0;
  padding-top: 30px;
}
.title-page .widget-6 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .menu-7 .menu-scroll > ul ul > li > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-7 .menu-button {
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 50px;
  min-height: 50px;
  padding: 10px 15px;
  background: #333;
  color: #fff;
  font-size: 17px;
}
.title-page .menu-7 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-7 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-7 .menu-scroll > ul > li.home-button > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/wm_menu_home.png") left 50% top 50% no-repeat;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 0;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-7 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 10px;
  min-height: 10px;
  background: #d6d6d6;
  box-sizing: border-box;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-7 .menu-scroll > ul ul {
  padding: 7px;
  margin: 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffa123;
  list-style: none;
  width: 220px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-7 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-7 .menu-scroll > ul ul > li > a {
  padding: 12px 15px;
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-7 .menu-scroll > ul ul > li > a:hover, .title-page .menu-7 .menu-scroll > ul ul > li > a.hover, .title-page .menu-7 .menu-scroll > ul ul > li > a.active {
  background: #080606;
}
.title-page .menu-7 .menu-scroll > ul ul > li.delimiter {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 2px;
  height: auto;
  width: auto;
  background: #999;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-7 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a {
  padding: 15px 30px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  align-self: auto;
  font-weight: 500;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-7 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-7 .menu-scroll > ul > li.menu-item > a.active {
  color: #ffa123;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  min-height: 12px;
  background: #000;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a .menu-item-image {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 40px;
  width: 40px;
  overflow: hidden;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a .img-convert {
  margin: auto;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
  border: none;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a .menu-item-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .menu-7 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzAgMzAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxsaW5lIHN0eWxlPSJzdHJva2UtbGluZWNhcDogcm91bmQ7IHN0cm9rZS1saW5lam9pbjogcm91bmQ7IHN0cm9rZS1taXRlcmxpbWl0OiAxMDsiIHgxPSIzIiB4Mj0iMjciIHkxPSIxNSIgeTI9IjE1IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW9wYWNpdHk9IjEiLz48bGluZSBzdHlsZT0ic3Ryb2tlLWxpbmVjYXA6IHJvdW5kOyBzdHJva2UtbGluZWpvaW46IHJvdW5kOyBzdHJva2UtbWl0ZXJsaW1pdDogMTA7IiB4MT0iMyIgeDI9IjI3IiB5MT0iOCIgeTI9IjgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2Utb3BhY2l0eT0iMSIvPjxsaW5lIHN0eWxlPSJzdHJva2UtbGluZWNhcDogcm91bmQ7IHN0cm9rZS1saW5lam9pbjogcm91bmQ7IHN0cm9rZS1taXRlcmxpbWl0OiAxMDsiIHgxPSIzIiB4Mj0iMjciIHkxPSIyMiIgeTI9IjIyIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW9wYWNpdHk9IjEiLz48L3N2Zz4=") left 50% top 50% / 29px no-repeat #fff;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0);
  font-size: 0;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  width: 48px;
  min-height: 48px;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-9 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-top: 120px;
  padding-bottom: 130px;
}
.title-page .widget-7 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-8 .popover-body {
  padding: 50px 35px 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #080606;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-8 .popover-body .form_text input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-8 .popover-body .form_calendar input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-8 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-8 .popover-body textarea {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: #fff;
  min-height: 100px;
}
.title-page .popover-wrap-8 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-8 .popover-body .s3_button_large:hover, .title-page .popover-wrap-8 .popover-body .s3_button_large.hover, .title-page .popover-wrap-8 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-8 .popover-body .s3_button_large:active, .title-page .popover-wrap-8 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-8 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: none;
  display: table;
  background: #ffa123;
  color: #fff;
  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);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-8 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/icon_352270.svg") left 50% top 50% / 26px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 45px;
  margin-top: 7px;
  margin-right: 7px;
  -webkit-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-8 .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-8 .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-8 .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-8 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-8 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-8 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-8 .header {
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #ffa123;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-8 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-8 .title {
  box-sizing: border-box;
  font-size: 55px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 800;
}
.title-page .editable_block-8 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .editable_block-8 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-8 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-8 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-8 .image img {
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-8 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-8 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-8 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-8 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-8 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-8 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-8 .more {
  box-sizing: border-box;
  margin-top: 50px;
  pointer-events: auto;
  text-align: left;
}
.title-page .editable_block-8 .more > a {
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 60px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 30px rgba(255, 161, 35, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 30px rgba(255, 161, 35, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 30px rgba(255, 161, 35, 0.3);
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .editable_block-8 .more > a:hover, .title-page .editable_block-8 .more > a.hover, .title-page .editable_block-8 .more > a.active {
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .editable_block-8 .more > a:active, .title-page .editable_block-8 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .editable_block-8 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-8 .clear {
  clear: both;
}
.title-page .popover-container-8 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-8 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-8 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-8 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-8 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-8 .popover-body .s3_form_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-8 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-8 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_div {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-8 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-8 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-8 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-8 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-8 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-8 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-8 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-8 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-8 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-8 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-8 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-8 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-8 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-8 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-8 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-8 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-8 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-8 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-8 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-8 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-8 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-8 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-8 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-8 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .block-8 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-8 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-top: 0.02px;
}
.title-page .popover-wrap-9 .popover-body {
  padding: 50px 35px 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #080606;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_text input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-9 .popover-body .form_calendar input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-9 .popover-body textarea {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: #fff;
  min-height: 100px;
}
.title-page .popover-wrap-9 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-9 .popover-body .s3_button_large:hover, .title-page .popover-wrap-9 .popover-body .s3_button_large.hover, .title-page .popover-wrap-9 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-9 .popover-body .s3_button_large:active, .title-page .popover-wrap-9 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-9 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: none;
  display: table;
  background: #ffa123;
  color: #fff;
  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);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-9 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/icon_352270.svg") left 50% top 50% / 26px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 45px;
  margin-top: 7px;
  margin-right: 7px;
  -webkit-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-9 .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-9 .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-9 .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-9 .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-9 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-9 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-9 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .blocklist-9 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-9 .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-9 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-9 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-9 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-9 .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-9 .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-9 .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-9 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 20%;
}
.title-page .blocklist-9 .item {
  margin: 0;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-9 .text {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.title-page .blocklist-9 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-9 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  margin-right: 20px;
  margin-left: 0;
}
.title-page .blocklist-9 .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-9 .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-9 .img-convert {
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-9 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-9 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-9 .title {
  font-weight: normal;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  margin-top: 3px;
}
.title-page .blocklist-9 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-9 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-9 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-9 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-9 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-9 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-9 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-9 .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-9 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-9 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-9 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-9 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-9 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-9 .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-9 .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-9 .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-9 .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-9 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-9 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-9 .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-9 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-9 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-9 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-9 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-9 .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-9 .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-9 .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-9 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-9 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-9 .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-9 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-9 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-9 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-9 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-9 .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-9 .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-9 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_div {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-9 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-9 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-9 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-9 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-9 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-9 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-9 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-9 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-9 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-9 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-9 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .block-16 {
  padding: 110px 30px;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 7;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-15 .layout_21 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-15 .layout_22 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-15 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1400px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-10 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-21 .popover-body {
  padding: 50px 35px 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #080606;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-21 .popover-body .form_text input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-21 .popover-body .form_calendar input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-21 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-21 .popover-body textarea {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: #fff;
  min-height: 100px;
}
.title-page .popover-wrap-21 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-21 .popover-body .s3_button_large:hover, .title-page .popover-wrap-21 .popover-body .s3_button_large.hover, .title-page .popover-wrap-21 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-21 .popover-body .s3_button_large:active, .title-page .popover-wrap-21 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-21 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: none;
  display: table;
  background: #ffa123;
  color: #fff;
  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);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-21 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/icon_352270.svg") left 50% top 50% / 26px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 45px;
  margin-top: 7px;
  margin-right: 7px;
  -webkit-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-21 .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-21 .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-21 .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-21 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-21 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-21 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-21 .header {
  box-sizing: border-box;
  font-size: 22px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #ffa123;
  text-decoration: none;
}
.title-page .editable_block-21 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-21 .title {
  box-sizing: border-box;
  font-size: 45px;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}
.title-page .editable_block-21 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-21 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-21 .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-21 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-21 .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-21 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-21 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-21 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-21 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-21 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-21 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-21 .more {
  box-sizing: border-box;
  margin-top: 40px;
  pointer-events: auto;
}
.title-page .editable_block-21 .more > a {
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 60px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.3);
  background: #fc3f7e;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 600;
}
.title-page .editable_block-21 .more > a:hover, .title-page .editable_block-21 .more > a.hover, .title-page .editable_block-21 .more > a.active {
  color: #000;
  background: #fff;
}
.title-page .editable_block-21 .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-21 .clear {
  clear: both;
}
.title-page .popover-container-21 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-21 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-21 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-21 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-21 .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-21 .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-21 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-21 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item.form_div {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-21 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-21 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .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-21 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-21 .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-21 .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-21 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .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-21 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-21 .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-21 .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-21 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .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-21 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-21 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .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-21 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-21 .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-21 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-21 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-21 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-21 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-21 .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-21 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-21 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-21 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-21 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-21 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .block-12 {
  margin: 32px 0 auto 100px;
  position: relative;
  top: 0;
  left: 0;
  width: 450px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .block-13 .layout_24 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-13 .layout_25 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-13 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-11 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-bottom: 60px;
  padding-right: 40px;
  -webkit-box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-24 .popover-body {
  padding: 50px 35px 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #080606;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-24 .popover-body .form_text input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-24 .popover-body .form_calendar input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-24 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-24 .popover-body textarea {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: #fff;
  min-height: 100px;
}
.title-page .popover-wrap-24 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-24 .popover-body .s3_button_large:hover, .title-page .popover-wrap-24 .popover-body .s3_button_large.hover, .title-page .popover-wrap-24 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-24 .popover-body .s3_button_large:active, .title-page .popover-wrap-24 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-24 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: none;
  display: table;
  background: #ffa123;
  color: #fff;
  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);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-24 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/icon_352270.svg") left 50% top 50% / 26px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 45px;
  margin-top: 7px;
  margin-right: 7px;
  -webkit-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-24 .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-24 .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-24 .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-24 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-24 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-24 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-24 .header {
  box-sizing: border-box;
  font-size: 55px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #ffa123;
  text-decoration: none;
  font-weight: 600;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-24 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-24 .title {
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.title-page .editable_block-24 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-24 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-24 .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-24 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-24 .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-24 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-24 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-24 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-24 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-24 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-24 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-24 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-24 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-24 .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-24 .clear {
  clear: both;
}
.title-page .popover-container-24 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-24 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-24 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-24 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-24 .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-24 .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-24 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_div {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-24 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-24 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .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-24 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-24 .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-24 .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-24 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .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-24 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-24 .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-24 .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-24 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .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-24 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-24 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .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-24 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-24 .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-24 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-24 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-24 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-24 .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-24 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-24 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-24 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-24 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-24 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .widget-12 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-left: 40px;
  padding-bottom: 60px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-25 .popover-body {
  padding: 50px 35px 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #080606;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_text input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-25 .popover-body .form_calendar input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-25 .popover-body textarea {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: #fff;
  min-height: 100px;
}
.title-page .popover-wrap-25 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-25 .popover-body .s3_button_large:hover, .title-page .popover-wrap-25 .popover-body .s3_button_large.hover, .title-page .popover-wrap-25 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-25 .popover-body .s3_button_large:active, .title-page .popover-wrap-25 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-25 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: none;
  display: table;
  background: #ffa123;
  color: #fff;
  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);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-25 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/icon_352270.svg") left 50% top 50% / 26px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 45px;
  margin-top: 7px;
  margin-right: 7px;
  -webkit-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-25 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-25 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-25 .header {
  box-sizing: border-box;
  font-size: 55px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #ffa123;
  text-decoration: none;
  font-weight: 600;
}
.title-page .editable_block-25 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-25 .title {
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.title-page .editable_block-25 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-25 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-25 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-25 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-25 .image img {
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-25 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-25 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-25 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-25 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-25 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-25 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-25 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-25 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-25 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-25 .clear {
  clear: both;
}
.title-page .popover-container-25 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-25 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-25 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-25 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-25 .popover-body .s3_form_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-25 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_div {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-25 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-25 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-25 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-25 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-25 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-25 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-25 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-25 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-25 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .block-14 .layout_27 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-14 .layout_28 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-14 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-13 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  -webkit-box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 60px;
  padding-right: 40px;
}
.title-page .popover-wrap-27 .popover-body {
  padding: 50px 35px 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #080606;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_text input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-27 .popover-body .form_calendar input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-27 .popover-body textarea {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: #fff;
  min-height: 100px;
}
.title-page .popover-wrap-27 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-27 .popover-body .s3_button_large:hover, .title-page .popover-wrap-27 .popover-body .s3_button_large.hover, .title-page .popover-wrap-27 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-27 .popover-body .s3_button_large:active, .title-page .popover-wrap-27 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-27 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: none;
  display: table;
  background: #ffa123;
  color: #fff;
  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);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-27 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/icon_352270.svg") left 50% top 50% / 26px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 45px;
  margin-top: 7px;
  margin-right: 7px;
  -webkit-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-27 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-27 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-27 .header {
  box-sizing: border-box;
  font-size: 55px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #ffa123;
  text-decoration: none;
  font-weight: 600;
}
.title-page .editable_block-27 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-27 .title {
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.title-page .editable_block-27 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-27 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-27 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-27 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-27 .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-27 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-27 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-27 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-27 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-27 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-27 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-27 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-27 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-27 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-27 .clear {
  clear: both;
}
.title-page .popover-container-27 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-27 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-27 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-27 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_div {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-27 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-27 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-27 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-27 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-27 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-27 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-27 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-27 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-27 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-27 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-27 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-27 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-27 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-27 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-27 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-27 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .widget-14 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-left: 40px;
  padding-top: 60px;
}
.title-page .popover-wrap-28 .popover-body {
  padding: 50px 35px 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #080606;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-28 .popover-body .form_text input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-28 .popover-body .form_calendar input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-28 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-28 .popover-body textarea {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: #fff;
  min-height: 100px;
}
.title-page .popover-wrap-28 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-28 .popover-body .s3_button_large:hover, .title-page .popover-wrap-28 .popover-body .s3_button_large.hover, .title-page .popover-wrap-28 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-28 .popover-body .s3_button_large:active, .title-page .popover-wrap-28 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-28 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: none;
  display: table;
  background: #ffa123;
  color: #fff;
  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);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-28 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/icon_352270.svg") left 50% top 50% / 26px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 45px;
  margin-top: 7px;
  margin-right: 7px;
  -webkit-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-28 .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-28 .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-28 .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-28 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-28 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-28 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-28 .header {
  box-sizing: border-box;
  font-size: 55px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #ffa123;
  text-decoration: none;
  font-weight: 600;
}
.title-page .editable_block-28 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-28 .title {
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.title-page .editable_block-28 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-28 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-28 .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-28 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-28 .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-28 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-28 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-28 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-28 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-28 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-28 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-28 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-28 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-28 .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-28 .clear {
  clear: both;
}
.title-page .popover-container-28 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-28 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-28 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-28 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-28 .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-28 .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-28 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-28 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_div {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-28 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-28 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-28 .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-28 .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-28 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-28 .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-28 .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-28 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-28 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .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-28 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-28 .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-28 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-28 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-28 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-28 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-28 .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-28 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-28 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-28 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-28 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-28 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .block-11 {
  padding: 0.02px 30px 80px;
  position: relative;
  width: auto;
  min-height: 0;
  z-index: 6;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
}
.title-page .block-10 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1400px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-9 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-18 .popover-body {
  padding: 50px 35px 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #080606;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-18 .popover-body .form_text input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-18 .popover-body .form_calendar input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-18 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-18 .popover-body textarea {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: #fff;
  min-height: 100px;
}
.title-page .popover-wrap-18 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-18 .popover-body .s3_button_large:hover, .title-page .popover-wrap-18 .popover-body .s3_button_large.hover, .title-page .popover-wrap-18 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-18 .popover-body .s3_button_large:active, .title-page .popover-wrap-18 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-18 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: none;
  display: table;
  background: #ffa123;
  color: #fff;
  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);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-18 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/icon_352270.svg") left 50% top 50% / 26px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 45px;
  margin-top: 7px;
  margin-right: 7px;
  -webkit-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-18 .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-18 .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-18 .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-18 .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-18 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-18 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-18 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 5px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-18 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-18 .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-18 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 45px;
  font-weight: 800;
}
.title-page .blocklist-18 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-18 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-18 .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-18 .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-18 .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-18 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-18 .item {
  margin: 0 15px 30px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  padding-bottom: 30px;
  background: rgba(255, 255, 255, 0.03);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-18 .text {
  border: none;
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 15px;
  padding-bottom: 0.02px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-18 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-18 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-18 .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-18 .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-18 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 250px;
  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-18 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-18 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-18 .title {
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  margin-left: 30px;
  margin-right: 30px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-18 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-18 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-18 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-18 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-18 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-18 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-18 .more {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 30px;
  margin-right: 30px;
}
.title-page .blocklist-18 .more > a {
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.2);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.2);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.2);
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  min-height: 60px;
}
.title-page .blocklist-18 .more > a:hover, .title-page .blocklist-18 .more > a.hover, .title-page .blocklist-18 .more > a.active {
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .blocklist-18 .more > a:active, .title-page .blocklist-18 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .blocklist-18 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-18 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-18 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-18 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-18 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-18 .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-18 .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-18 .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-18 .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-18 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-18 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-18 .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-18 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-18 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-18 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-18 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-18 .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-18 .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-18 .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-18 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-18 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-18 .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-18 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-18 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-18 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-18 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-18 .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-18 .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-18 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-18 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_div {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-18 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-18 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .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-18 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-18 .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-18 .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-18 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .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-18 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-18 .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-18 .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-18 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .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-18 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-18 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .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-18 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-18 .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-18 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-18 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-18 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-18 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-18 .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-18 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-18 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-18 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-18 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-18 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .block-40 {
  padding: 0.02px 30px 10px;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  z-index: 5;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-41 .layout_81 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-41 .layout_93 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-41 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1400px;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  padding-bottom: 50px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-40 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
}
.title-page .popover-wrap-81 .popover-body {
  padding: 50px 35px 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #080606;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-81 .popover-body .form_text input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-81 .popover-body .form_calendar input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-81 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-81 .popover-body textarea {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: #fff;
  min-height: 100px;
}
.title-page .popover-wrap-81 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-81 .popover-body .s3_button_large:hover, .title-page .popover-wrap-81 .popover-body .s3_button_large.hover, .title-page .popover-wrap-81 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-81 .popover-body .s3_button_large:active, .title-page .popover-wrap-81 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-81 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: none;
  display: table;
  background: #ffa123;
  color: #fff;
  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);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-81 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/icon_352270.svg") left 50% top 50% / 26px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 45px;
  margin-top: 7px;
  margin-right: 7px;
  -webkit-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-81 .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-81 .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-81 .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-81 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-81 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-81 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-81 .header {
  border: none;
  box-sizing: border-box;
  font-size: 22px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #ffa123;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-81 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .editable_block-81 .title {
  border: none;
  box-sizing: border-box;
  font-size: 45px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 800;
}
.title-page .editable_block-81 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-81 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-81 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-81 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-81 .image img {
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-81 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.title-page .editable_block-81 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-81 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-81 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-81 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-81 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-81 .more {
  box-sizing: border-box;
  margin-top: 40px;
  pointer-events: auto;
  text-align: left;
}
.title-page .editable_block-81 .more > a {
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 60px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.3);
  background: #fc3f7e;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 600;
}
.title-page .editable_block-81 .more > a:hover, .title-page .editable_block-81 .more > a.hover, .title-page .editable_block-81 .more > a.active {
  color: #000;
  background: #fff;
}
.title-page .editable_block-81 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-81 .clear {
  clear: both;
}
.title-page .popover-container-81 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-81 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-81 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-81 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-81 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-81 .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-81 .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-81 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-81 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-81 .popover-body .s3_form_item.form_div {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-81 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-81 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-81 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-81 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-81 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-81 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-81 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-81 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-81 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-81 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-81 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-81 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-81 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-81 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-81 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-81 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-81 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-81 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-81 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-81 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-81 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-81 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-81 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-81 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-81 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-81 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-81 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-81 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .widget-47 {
  margin: 0 0 auto 100px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 470px;
  min-width: 470px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  padding-top: 0.02px;
}
.title-page .popover-wrap-93 .popover-body {
  padding: 50px 35px 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #080606;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-93 .popover-body .form_text input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-93 .popover-body .form_calendar input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-93 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-93 .popover-body textarea {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: #fff;
  min-height: 100px;
}
.title-page .popover-wrap-93 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-93 .popover-body .s3_button_large:hover, .title-page .popover-wrap-93 .popover-body .s3_button_large.hover, .title-page .popover-wrap-93 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-93 .popover-body .s3_button_large:active, .title-page .popover-wrap-93 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-93 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: none;
  display: table;
  background: #ffa123;
  color: #fff;
  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);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-93 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/icon_352270.svg") left 50% top 50% / 26px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 45px;
  margin-top: 7px;
  margin-right: 7px;
  -webkit-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-93 .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-93 .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-93 .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-93 .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-93 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-93 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-93 .header {
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 5px;
  text-align: left;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
.title-page .blocklist-93 .header_text {
  border: none;
  font-size: 22px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-93 .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-93 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 45px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 800;
}
.title-page .blocklist-93 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-93 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-93 .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-93 .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-93 .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-93 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-93 .item {
  margin: 7px 0 60px;
  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;
  display: block;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-93 .text {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.title-page .blocklist-93 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-93 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  margin-right: 25px;
  margin-left: 0;
  padding-right: 25px;
  -webkit-box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-93 .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-93 .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-93 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-93 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-93 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-93 .title {
  border: none;
  font-weight: 600;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-93 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-93 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-93 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-93 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-93 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-93 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-93 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-93 .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-93 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-93 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-93 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-93 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-93 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-93 .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-93 .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-93 .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-93 .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-93 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-93 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-93 .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-93 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-93 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-93 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-93 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-93 .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-93 .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-93 .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-93 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-93 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-93 .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-93 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-93 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-93 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-93 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-93 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-93 .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-93 .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-93 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-93 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-93 .popover-body .s3_form_item.form_div {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-93 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-93 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-93 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-93 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .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-93 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-93 .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-93 .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-93 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-93 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .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-93 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-93 .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-93 .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-93 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-93 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .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-93 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-93 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .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-93 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-93 .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-93 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-93 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-93 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-93 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-93 .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-93 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-93 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-93 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-93 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-93 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .block-39 {
  position: relative;
  width: auto;
  min-height: 0;
  z-index: 4;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 110px;
}
.title-page .block-38 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1400px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-39 {
  padding: 40px 55px 55px 40px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  min-height: 227px;
  right: 0;
  background: rgba(255, 255, 255, 0.03);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-76 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 22px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  color: #ffa123;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-76 .form__text {
  border: none;
  box-sizing: border-box;
  font-size: 45px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 800;
}
.title-page .form-76 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-76 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-76 .form__body {
  box-sizing: border-box;
  margin-right: -15px;
  margin-bottom: -15px;
  width: auto;
  margin-left: 0;
}
.title-page .form-76 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-76 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-76 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-76 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .form-76 .form-text {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 15px;
}
.title-page .form-76 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  color: #fff;
}
.title-page .form-76 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-76 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-76 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-76 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-76 .form-text input {
  padding: 2px 30px;
  border: none;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  min-width: 100px;
  min-height: 60px;
  outline: none;
  -webkit-appearance: none;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  height: 60px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-76 .form-textarea textarea {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-76 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-76 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-76 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-76 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .form-76 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-76 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-76 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}
.title-page .form-76 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-76 .form-textarea {
  box-sizing: border-box;
  margin-bottom: 15px;
  margin-right: 15px;
  width: auto;
}
.title-page .form-76 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-76 .form-submit {
  box-sizing: border-box;
}
.title-page .form-76 .form-submit .form-item__header {
  box-sizing: border-box;
  display: block;
}
.title-page .form-76 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-76 .form-submit button {
  padding: 2px 30px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  outline: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.5px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 30px rgba(255, 161, 35, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 30px rgba(255, 161, 35, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 30px rgba(255, 161, 35, 0.3);
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: 600;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 60px;
  width: 210px;
}
.title-page .form-76 .form-submit button:hover, .title-page .form-76 .form-submit button.hover, .title-page .form-76 .form-submit button.active {
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .form-76 .form-submit button:active, .title-page .form-76 .form-submit button.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .form-76 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-76 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-bottom: 15px;
  margin-right: 15px;
  width: auto;
}
.title-page .form-76 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-76 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  -webkit-appearance: none;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-76 .form-captcha .form-captcha-container {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 0;
  padding-bottom: 5px;
}
.title-page .form-76 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-76 .form-captcha button {
  padding: 2px 30px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  outline: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.5px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 30px rgba(255, 161, 35, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 30px rgba(255, 161, 35, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 30px rgba(255, 161, 35, 0.3);
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: 600;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 60px;
  width: 210px;
}
.title-page .form-76 .form-captcha button:hover, .title-page .form-76 .form-captcha button.hover, .title-page .form-76 .form-captcha button.active {
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .form-76 .form-captcha button:active, .title-page .form-76 .form-captcha button.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .form-76 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-76 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-76 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-76 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-76 .form-checkbox {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 15px;
}
.title-page .form-76 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-76 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  color: #fff;
}
.title-page .form-76 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.title-page .form-76 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-76 .form-radio {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 15px;
}
.title-page .form-76 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-76 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.title-page .form-76 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-76 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
  color: #fff;
}
.title-page .form-76 .form-select {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 15px;
}
.title-page .form-76 .form-div {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 15px;
}
.title-page .form-76 .form-html {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 15px;
}
.title-page .form-76 .form-html .form-item__body {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.title-page .form-76 .form-upload {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 15px;
}
.title-page .form-76 .form-calendar {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 15px;
}
.title-page .form-76 .form-calendar .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-76 .form-calendar input {
  padding: 2px 30px;
  border: none;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  min-height: 60px;
  outline: none;
  -webkit-appearance: none;
  text-align: start;
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  height: 60px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-76 .form-calendar_interval {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 15px;
}
.title-page .form-76 .form-calendar_interval input {
  padding: 2px 30px;
  border: none;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  min-height: 60px;
  outline: none;
  -webkit-appearance: none;
  text-align: start;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  height: 60px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-76 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-76 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
  color: #fff;
  text-decoration: none;
}
.title-page .form-76 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
  color: #fff;
  text-decoration: none;
}
.title-page .form-76 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.title-page .form-76 .form-calendar_interval .field_to {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-76 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-76 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-76 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-76 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
}
.title-page .form-76 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 18px;
  color: #ffa123;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
.title-page .form-76 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.title-page .form-76 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.title-page .form-76 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.title-page .block-45 {
  position: relative;
  width: auto;
  min-height: 0;
  z-index: 3;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 110px;
}
.title-page .block-44 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1400px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-52 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-95 .popover-body {
  padding: 50px 35px 40px;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #080606;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-95 .popover-body .form_text input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-95 .popover-body .form_calendar input {
  padding: 7px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-95 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  font-size: 13.3333px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 50px;
}
.title-page .popover-wrap-95 .popover-body textarea {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  background: #fff;
  min-height: 100px;
}
.title-page .popover-wrap-95 .popover-body .s3_button_large {
  border: none;
  background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(255, 161, 35, 0.3);
  font-size: 13px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  padding-right: 40px;
  padding-left: 40px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-95 .popover-body .s3_button_large:hover, .title-page .popover-wrap-95 .popover-body .s3_button_large.hover, .title-page .popover-wrap-95 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
}
.title-page .popover-wrap-95 .popover-body .s3_button_large:active, .title-page .popover-wrap-95 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
}
.title-page .popover-wrap-95 .popover-body .s3_message {
  padding: 12px;
  margin: 1em auto;
  border: none;
  display: table;
  background: #ffa123;
  color: #fff;
  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);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-95 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/icon_352270.svg") left 50% top 50% / 26px no-repeat #fff;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 45px;
  margin-top: 7px;
  margin-right: 7px;
  -webkit-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0px 8px #080606, 0px 0px 0px 9px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .popover-wrap-95 .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-95 .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-95 .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-95 .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-95 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-95 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-95 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .blocklist-95 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-95 .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-95 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-95 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-95 .body {
  margin: 0 -20px;
  box-sizing: border-box;
}
.title-page .blocklist-95 .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-95 .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-95 .bx-wrapper {
  max-width: 1440px;
}
.title-page .blocklist-95 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-95 .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: 1440px;
}
.title-page .blocklist-95 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-95 .item {
  margin: 0 20px 100px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  background: rgba(255, 255, 255, 0.03);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-95 .text {
  margin: 15px 30px 30px;
  border: none;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-size: 16px;
  padding-top: 15px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-95 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-95 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-95 .item-label {
  padding: 2px 5px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjUxMnB4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48ZyBpZD0iZy0yIj48ZyBpZD0iZy0zIj48cGF0aCBkPSJNNDQ3LjEsMjU2LjJDNDAxLjgsMjA0LDMzOS4yLDE0NCwyNTYsMTQ0Yy0zMy42LDAtNjQuNCw5LjUtOTYuOSwyOS44QzEzMS43LDE5MSwxMDMuNiwyMTUuMiw2NSwyNTVsLTEsMWw2LjcsNi45ICAgIEMxMjUuOCwzMTkuMywxNzMuNCwzNjgsMjU2LDM2OGMzNi41LDAsNzEuOS0xMS45LDEwOC4yLTM2LjRjMzAuOS0yMC45LDU3LjItNDcuNCw3OC4zLTY4LjhsNS41LTUuNUw0NDcuMSwyNTYuMnogTTI1NiwxNjAgICAgYzMzLjEsMCw2NC45LDkuNSw5Ny4yLDMwLjZjMjMuOSwxNS42LDQ3LjQsMzYuNyw3My43LDY2LjFDMzg4LjYsMjk1LjQsMzMxLjEsMzUyLDI1NiwzNTJjLTM0LjIsMC02NC4yLTguNC05NC4yLTI4LjIgICAgYy0yNy41LTE4LjEtNTIuMy00My4zLTc2LjItNjcuOEMxNDQuNywxOTYuMywxOTQsMTYwLDI1NiwxNjB6IiBpZD0icGF0aC00IiBmaWxsLW9wYWNpdHk9IjAuNSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjxwYXRoIGQ9Ik0yNTYsMzM2YzQ0LjEsMCw4MC0zNS45LDgwLTgwYzAtNDQuMS0zNS45LTgwLTgwLTgwYy00NC4xLDAtODAsMzUuOS04MCw4MEMxNzYsMzAwLjEsMjExLjksMzM2LDI1NiwzMzZ6IE0yNTYsMTkyLjMgICAgYzM1LjIsMCw2NCwyOC42LDY0LDYzLjdjMCwzNS4xLTI4LjgsNjMuNy02NCw2My43Yy0zNS4yLDAtNjMuOS0yOC42LTYzLjktNjMuN0MxOTIuMSwyMjAuOSwyMjAuOCwxOTIuMywyNTYsMTkyLjN6IiBpZD0icGF0aC01IiBmaWxsLW9wYWNpdHk9IjAuNSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjwvZz48cGF0aCBkPSJNMjg4LDI1NkwyODgsMjU2YzAsMTcuNS0xNC40LDMyLTMxLjgsMzJTMjI0LDI3Mi44LDIyNCwyNTUuM3MxNS44LTMxLjMsMzItMzEuM2wwLTE2Yy0yNi41LDAtNDcuOSwyMS42LTQ3LjksNDguMiAgIGMwLDI2LjYsMjEuNSw0OC4xLDQ3LjksNDguMXM0OC0yMS42LDQ4LTQ4LjFWMjU2SDI4OHoiIGlkPSJwYXRoLTYiIGZpbGwtb3BhY2l0eT0iMC41IiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9nPjwvc3ZnPg==") left 50% top 50% / 102px no-repeat rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0);
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 0;
  bottom: 0;
  align-self: auto;
  width: auto;
  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-95 .item-label:hover, .title-page .blocklist-95 .item-label.hover, .title-page .blocklist-95 .item-label.active {
  background: none transparent;
}
.title-page .blocklist-95 .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-95 .img-convert {
  border: none;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-95 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-95 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-95 .title {
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  margin-left: 30px;
  margin-right: 30px;
}
.title-page .blocklist-95 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-95 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-95 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-95 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-95 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-95 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-95 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-95 .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-95 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-95 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-95 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-95 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-95 .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-95 .controls {
  border: none;
  position: absolute;
  top: auto;
  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;
  z-index: 1;
  text-align: justify;
  bottom: 0;
  margin-bottom: 0;
  background: url("../images/Liniya.svg") left 50% top 50% / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-95 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zMC44MyAzMi42N2wtOS4xNy05LjE3IDkuMTctOS4xNy0yLjgzLTIuODMtMTIgMTIgMTIgMTJ6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48cGF0aCBkPSJNMC0uNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat, none, repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  box-sizing: border-box;
  text-align: left;
  min-height: 60px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-95 .prev:hover, .title-page .blocklist-95 .prev.hover, .title-page .blocklist-95 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0zMC44MyAzMi42N2wtOS4xNy05LjE3IDkuMTctOS4xNy0yLjgzLTIuODMtMTIgMTIgMTIgMTJ6IiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48cGF0aCBkPSJNMC0uNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat, linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
}
.title-page .blocklist-95 .prev:active, .title-page .blocklist-95 .prev.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-95 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNy4xNyAzMi45Mmw5LjE3LTkuMTctOS4xNy05LjE3IDIuODMtMi44MyAxMiAxMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat, none, repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  box-sizing: border-box;
  text-align: left;
  min-height: 60px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-95 .next:hover, .title-page .blocklist-95 .next.hover, .title-page .blocklist-95 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNy4xNyAzMi45Mmw5LjE3LTkuMTctOS4xNy05LjE3IDIuODMtMi44MyAxMiAxMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIiBpZD0icGF0aC0zIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 29px no-repeat, linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
}
.title-page .blocklist-95 .next:active, .title-page .blocklist-95 .next.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-95 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-95 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-95 .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-95 .bx-auto_controls {
  margin: auto auto 12px;
  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-95 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-95 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-95 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-95 .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-95 .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-95 .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-95 .bx-pager {
  border: none;
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  background: #080606;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-95 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-95 .bx-pager a {
  margin: 10px;
  border: none;
  display: inline-block;
  width: 15px;
  min-height: 15px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-95 .bx-pager a:hover, .title-page .blocklist-95 .bx-pager a.hover, .title-page .blocklist-95 .bx-pager a.active {
  background: transparent;
  -webkit-box-shadow: 0px 0px 0px 2px #ffa123;
  -moz-box-shadow: 0px 0px 0px 2px #ffa123;
  box-shadow: 0px 0px 0px 2px #ffa123;
}
.title-page .popover-container-95 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-95 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-95 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-95 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-95 .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-95 .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-95 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-95 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_div {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: center;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_html_block {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-95 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-95 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .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-95 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-95 .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-95 .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-95 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_radio {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .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-95 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-95 .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-95 .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-95 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_select {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .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-95 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-95 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_calendar {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_calendar_interval {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .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-95 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-95 .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-95 .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: Montserrat, sans-serif;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-95 .popover-body .s3_form_item.form_upload {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .popover-wrap-95 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-95 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-95 .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-95 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-95 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-95 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-95 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .popover-wrap-95 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.title-page .widget-53 {
  position: relative;
  z-index: 2;
  text-align: left;
  width: auto;
  min-height: 550px;
  display: -webkit-flex;
  display: flex;
  background: #ccc;
  overflow: hidden;
  margin-top: 0;
  margin-left: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  max-width: 100%;
  right: 0;
}
.title-page .block-31 {
  padding: 0.02px 30px 60px;
  margin: 0;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .block-32 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1400px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-36 {
  margin: 0;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 0.02px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-35 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .up-71 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: -30px;
  height: 20px;
  width: 60px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNC44MyAzMC44M2w5LjE3LTkuMTcgOS4xNyA5LjE3IDIuODMtMi44My0xMi0xMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhoLTQ4eiIgZmlsbD0ibm9uZSIgaWQ9InBhdGgtMyI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 29px no-repeat, none, repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 60px;
}
.title-page .up-71 .icon:hover, .title-page .up-71 .icon.hover, .title-page .up-71 .icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNC44MyAzMC44M2w5LjE3LTkuMTcgOS4xNyA5LjE3IDIuODMtMi44My0xMi0xMi0xMiAxMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoNDh2NDhoLTQ4eiIgZmlsbD0ibm9uZSIgaWQ9InBhdGgtMyI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 29px no-repeat, linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
}
.title-page .up-71 .icon:active, .title-page .up-71 .icon.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .up-71 .title {
  box-sizing: border-box;
  color: #000;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .block-37 .layout_73 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-37 .layout_74 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-37 .layout_75 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-37 {
  margin: 80px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  right: 0;
}
.title-page .widget-36 {
  margin: 8px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 300px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .widget-37 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-right: 0;
}
.title-page .widget-38 {
  margin: 3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #d8d8d8;
  text-align: right;
  text-decoration: none;
  width: 300px;
}
.title-page .block-34 .layout_66 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-34 .layout_67 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-34 .layout_69 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-34 {
  padding: 100px 0;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-32 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-left: 0;
}
.title-page .phones-66 p:first-child {
  margin-top: 0;
}
.title-page .phones-66 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-66 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-66 .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-66 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJ0ZWwuc3ZnIiB3aWR0aD0iNDczIiBoZWlnaHQ9IjQ3My45NjkiIHZpZXdCb3g9IjAgMCA0NzMgNDczLjk2OSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTY5MS4wMTUsNjUzLjY0OGMtOS43LTEwLjEtMjEuNC0xNS41LTMzLjc5LTE1LjUtMTIuMywwLTI0LjEsNS4zLTM0LjE5MSwxNS40TDU5MS40NCw2ODUuMDZjLTIuNi0xLjQtNS4yLTIuNy03LjctNC0zLjYtMS44LTctMy41LTkuOS01LjMtMjkuNTkxLTE4LjgtNTYuNDg0LTQzLjMxNi04Mi4yNzgtNzUuMDI2LTEyLjUtMTUuODA2LTIwLjg5NC0yOS4xMTItMjYuOTkxLTQyLjYxMiw4LjE5NS03LjUsMTUuOC0xNS4zMDksMjMuMTkyLTIyLjgxMSwyLjgtMi44LDUuNi01LjcsOC40LTguNSwyMC45OTItMjEsMjAuOTkyLTQ4LjIxNiwwLTY5LjIyNGwtMjcuMy0yNy4zMWMtMy4wOTQtMy4xLTYuMy02LjMtOS4yOTQtOS41LTYtNi4yLTEyLjMtMTIuNjA3LTE4Ljc5NC0xOC42MS05LjctOS42LTIxLjMtMTQuNy0zMy40OTMtMTQuN3MtMjMuOTkzLDUuMS0zMy45OSwxNC43bC0wLjIuMi0zNCwzNC4zMTRhNzMuMiw3My4yLDAsMCwwLTIxLjY5NCw0Ni41MTVjLTIuNCwyOS4yMDksNi4yLDU2LjQyMSwxMi44LDc0LjIyNEMzNDYuNCw2MDEuMTMsMzcwLjYsNjQxLjY0MSw0MDYuNjg2LDY4NS4wNmM0My43ODgsNTIuMzE4LDk2LjQ3NSw5My42MzEsMTU2LjY2MSwxMjIuNzQyLDIyLjk5MSwxMC45LDUzLjY4OCwyMy44MDcsODcuOTc1LDI2LjAwNiwyLjEwNSwwLjEsNC4zLjIsNi4zLDAuMiwyMy4xLDAsNDIuNDg5LTguMyw1Ny42ODYtMjQuODA5LDAuMS0uMi4zLTAuMywwLjQtMC41LDUuMi02LjMsMTEuMTkzLTEyLjAwNiwxNy41LTE4LjEwNiw0LjMtNC4xLDguNy04LjQsMTMtMTIuOTA2LDkuOS0xMC4zLDE1LjA5NC0yMi4zMDcsMTUuMDk0LTM0LjYxLDAtMTIuNC01LjMtMjQuMzExLTE1LjM5Mi0zNC4zMTVabTM1Ljc5MywxMDUuMzM0Yy0wLjEsMC0uMS4xLDAsMC0zLjksNC4yMDYtNy45LDguMDA2LTEyLjIsMTIuMjA2QTI2My4xODUsMjYzLjE4NSwwLDAsMCw2OTUuMzE1LDc5MS4yYy0xMC4xLDEwLjgtMjIsMTUuOS0zNy41OTMsMTUuOS0xLjUsMC0zLjEsMC00LjYtLjEtMjkuNjkxLTEuOS01Ny4yODYtMTMuNTA2LTc3Ljk4LTIzLjQwNy01Ni41ODctMjcuNDEyLTEwNi4yNzgtNjYuMzI2LTE0Ny41NjYtMTE1LjY0MS0zNC4wODgtNDEuMTE3LTU2Ljg4NS03OS4xMjktNzEuOTc5LTExOS45NDMtOS4zLTI0LjkwNi0xMi43LTQ0LjMxOC0xMS4yLTYyLjYyYTQ1LjkyMyw0NS45MjMsMCwwLDEsMTMuOC0yOS43MTJsMzQuMDkzLTM0LjExNGM0LjktNC42LDEwLjA5NS03LjEsMTUuMi03LjEsNi4zLDAsMTEuMzkzLDMuODA1LDE0LjYsN2wwLjMsMC4zYzYuMSw1LjcsMTEuOSwxMS42MDYsMTgsMTcuOTA3LDMuMSwzLjIsNi4zLDYuNCw5LjUsOS43bDI3LjI5MywyNy4zMWMxMC42LDEwLjYsMTAuNiwyMC40MDcsMCwzMS4wMTEtMi45LDIuOS01LjcsNS44LTguNiw4LjYtOC40LDguNi0xNi40LDE2LjYwNy0yNS4wOTIsMjQuNDA5YTIuNTY4LDIuNTY4LDAsMCwwLS41LjVjLTguNiw4LjYwNy03LDE3LjAwOS01LjIsMjIuNzA4bDAuMywwLjljNy4xLDE3LjIsMTcuMDk0LDMzLjQxMSwzMi4yOTEsNTIuNzE5bDAuMSwwLjFjMjcuNiwzNC4wMTEsNTYuNjg1LDYwLjUyNSw4OC43NzcsODAuODI5YTEzNS4wNSwxMzUuMDUsMCwwLDAsMTIuMyw2LjdjMy42LDEuOCw3LDMuNSw5LjksNS4zMDUsMC40LDAuMi44LDAuNSwxLjIsMC43YTIxLjY2OSwyMS42NjksMCwwLDAsOS44OTUsMi41YzguMywwLDEzLjUtNS4yLDE1LjItNi45bDM0LjE5Mi0zNC4yMTFjMy40LTMuNDA1LDguOC03LjUsMTUuMS03LjUsNi4yLDAsMTEuMywzLjksMTQuMzk1LDcuM2w1NS4yODUsNTUuMzE2YzEwLjMsMTAuMiwxMC4zLDIwLjcxMS4xLDMxLjMxaDBabTAsMC0xNTQuMTYyLTI4Ni4yQTEyOC43MSwxMjguNzEsMCwwLDEsNjc3LjQyLDU3Ny42MmExMy40MTIsMTMuNDEyLDAsMCwwLDEzLjMsMTEuMjA1LDE4LjI4MSwxOC4yODEsMCwwLDAsMi4zLS4yLDEzLjUxNywxMy41MTcsMCwwLDAsMTEuMS0xNS42MDVBMTU1LjYzLDE1NS42MywwLDAsMCw1NzcuMzQyLDQ0Ni4xNzRhMTMuNTc0LDEzLjU3NCwwLDAsMC0xNS42LDExLDEzLjM1OSwxMy4zNTksMCwwLDAsMTAuOSwxNS42MDVoMFptMCwwTTc4OS43OSw1NjkuMTE2QTI1Ni4yNDksMjU2LjI0OSwwLDAsMCw1ODEuMDQyLDM2MC4yNDVhMTMuNDg2LDEzLjQ4NiwwLDEsMC00LjQsMjYuNjEyQTIyOC45LDIyOC45LDAsMCwxLDc2My4yLDU3My41MjNhMTMuNDEzLDEzLjQxMywwLDAsMCwxMy4yOTMsMTEuMiwxNy40LDE3LjQsMCwwLDAsMi4zLS4yLDEzLjI0OSwxMy4yNDksMCwwLDAsMTEtMTUuNDA3aDBabTAsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMxNyAtMzYwLjAzMSkiIGlkPSJwYXRoLTQiIGZpbGwtb3BhY2l0eT0iMC44IiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZjFiYzAwIj48L3BhdGg+CiAgPHBhdGggaWQ9IlNoYXBlXzFfY29weSIgZGF0YS1uYW1lPSJTaGFwZSAxIGNvcHkiIGNsYXNzPSJjbHMtMSIgZD0iTTU3Mi42NDYsNDcyLjc4NEExMjguNzEsMTI4LjcxLDAsMCwxLDY3Ny40Miw1NzcuNjJhMTMuNDEyLDEzLjQxMiwwLDAsMCwxMy4zLDExLjIwNSwxOC4yODEsMTguMjgxLDAsMCwwLDIuMy0uMiwxMy41MTcsMTMuNTE3LDAsMCwwLDExLjEtMTUuNjA1QTE1NS42MywxNTUuNjMsMCwwLDAsNTc3LjM0Miw0NDYuMTc0YTEzLjU3NCwxMy41NzQsMCwwLDAtMTUuNiwxMSwxMy4zNTksMTMuMzU5LDAsMCwwLDEwLjksMTUuNjA1aDBabTAsME03ODkuNzksNTY5LjExNkEyNTYuMjQ5LDI1Ni4yNDksMCwwLDAsNTgxLjA0MiwzNjAuMjQ1YTEzLjQ4NiwxMy40ODYsMCwxLDAtNC40LDI2LjYxMkEyMjguOSwyMjguOSwwLDAsMSw3NjMuMiw1NzMuNTIzYTEzLjQxMywxMy40MTMsMCwwLDAsMTMuMjkzLDExLjIsMTcuNCwxNy40LDAsMCwwLDIuMy0uMiwxMy4yNDksMTMuMjQ5LDAsMCwwLDExLTE1LjQwN2gwWm0wLDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMTcgLTM2MC4wMzEpIiBmaWxsLW9wYWNpdHk9IjAuOCIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2YxYmMwMCI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 24px no-repeat;
  margin-right: 0;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 3px;
  align-self: auto;
}
.title-page .phones-66 .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-66 .cell-text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-66 .title {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  color: #828282;
  font-size: 14px;
  font-weight: 300;
}
.title-page .phones-66 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  color: #ffa123;
  font-size: 17px;
  font-weight: 600;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .phones-66 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-66 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-66 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-35 {
  margin: 0 0 auto 20px;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-33 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.title-page .address-68 p:first-child {
  margin-top: 0;
}
.title-page .address-68 p:last-child {
  margin-bottom: 0;
}
.title-page .address-68 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-68 .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-68 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJsb2NhdGlvLnN2ZyIgd2lkdGg9IjM4My45MzkiIGhlaWdodD0iNTEyLjM3NiIgdmlld0JveD0iMCAwIDM4My45MzkgNTEyLjM3NiI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJMb2NhdGlvbi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTExNTAuNzQsMTIzNy45bC02Ny40Ny0xNDIuODhhMTIuNjQ2LDEyLjY0NiwwLDAsMC02LjQ4LTYuMjNsLTMzLjU3LTE0Ljk2LDU4LjE3LTk3LjU4NmMwLjEzLS4yMzMuMjctMC40NzEsMC4zOS0wLjcxM0ExNTkuMjA3LDE1OS4yMDcsMCwxLDAsODAwLjc5Myw5MDJhMTU5Ljk3NSwxNTkuOTc1LDAsMCwwLDE3LjQyNSw3My41MjljMC4xMjQsMC4yNDIuMjU1LDAuNDc5LDAuMzk0LDAuNzEzbDU4LjE2Miw5Ny41ODctMzMuNzYxLDE1LjA0YTEyLjYxNiwxMi42MTYsMCwwLDAtNi4yODIsNi4xNUw3NjkuMjU4LDEyMzcuOWExMi42MzQsMTIuNjM0LDAsMCwwLDE2LjU1MywxNi45NWw4NC41MjctMzcuNjcsODQuNTI2LDM3LjY3YTEyLjYsMTIuNiwwLDAsMCwxMC4yNzQsMGw4NC41MjItMzcuNjcsODQuNTMsMzcuNjdhMTIuNTE5LDEyLjUxOSwwLDAsMCw1LjEzLDEuMDlBMTIuNjI4LDEyLjYyOCwwLDAsMCwxMTUwLjc0LDEyMzcuOVpNODI2LjA1Miw5MDIuMTUxYzAuNDI4LTcyLjQ3OSw1OS42NjMtMTMyLjI2MiwxMzIuMDQ1LTEzMy4yNjVBMTM0LjE2NCwxMzQuMTY0LDAsMCwxLDEwNzkuNDgsOTYzLjY0N0w5NzAuODQ2LDExNDUuOTJhMTIuNjE3LDEyLjYxNywwLDAsMS0yMS42OTEsMEw4NDAuNTE3LDk2My42NDdBMTMyLjcwNywxMzIuNzA3LDAsMCwxLDgyNi4wNTIsOTAyLjE1MVpNMTA1NC44LDExOTEuNzlhMTIuNTg4LDEyLjU4OCwwLDAsMC0xMC4yNywwTDk2MCwxMjI5LjQ2bC04NC41MjctMzcuNjdhMTIuNiwxMi42LDAsMCwwLTEwLjI3MywwbC01OC41NTYsMjYuMSw1MC45Mi0xMDcuODMsMzIuMjQ1LTE0LjM2LDM3LjY1NSw2My4xOGEzNy44NjksMzcuODY5LDAsMCwwLDY1LjA3LDBsMzcuNjU3LTYzLjE4LDMyLjI1LDE0LjM3LDUwLjkxLDEwNy44MlptLTM3LjE2LTI4OC44MjZBNTcuNjM3LDU3LjYzNywwLDEsMCw5NjAsOTYwLjY2Miw1Ny43MzIsNTcuNzMyLDAsMCwwLDEwMTcuNjQsOTAyLjk2NFptLTkwLjAxNywwQTMyLjM4MSwzMi4zODEsMCwxLDEsOTYwLDkzNS4zNzgsMzIuNDM0LDMyLjQzNCwwLDAsMSw5MjcuNjIzLDkwMi45NjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzY4LjAzMSAtNzQzLjU5NCkiIGZpbGwtb3BhY2l0eT0iMC44IiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZjFiYzAwIj48L3BhdGg+CiAgPHBhdGggaWQ9IkxvY2F0aW9uLnN2Z19jb3B5IiBkYXRhLW5hbWU9IkxvY2F0aW9uLnN2ZyBjb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMDE3LjY0LDkwMi45NjRBNTcuNjM3LDU3LjYzNywwLDEsMCw5NjAsOTYwLjY2Miw1Ny43MzIsNTcuNzMyLDAsMCwwLDEwMTcuNjQsOTAyLjk2NFptLTkwLjAxNywwQTMyLjM4MSwzMi4zODEsMCwxLDEsOTYwLDkzNS4zNzgsMzIuNDM0LDMyLjQzNCwwLDAsMSw5MjcuNjIzLDkwMi45NjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzY4LjAzMSAtNzQzLjU5NCkiIGZpbGwtb3BhY2l0eT0iMC44IiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZjFiYzAwIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 19px no-repeat;
  margin-right: 0;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-68 .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-68 .cell-text {
  border: none;
  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;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-68 .title {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  color: #828282;
  font-size: 14px;
  font-weight: 300;
}
.title-page .address-68 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .address-68 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-68 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-34 {
  margin: 0 0 auto 20px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-left: 0;
}
.title-page .email-69 p:first-child {
  margin-top: 0;
}
.title-page .email-69 p:last-child {
  margin-bottom: 0;
}
.title-page .email-69 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-69 .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-69 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJtZXNlZ2Uuc3ZnIiB3aWR0aD0iMzQ5LjcyMiIgaGVpZ2h0PSIyNTAuMTI1IiB2aWV3Qm94PSIwIDAgMzQ5LjcyMiAyNTAuMTI1Ij4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9InNtcy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTk2MSw2NDRsLTEtNTNtMCwwLTAuMDcxLTQzLjlhMzQuOTEzLDM0LjkxMywwLDAsMSwzNC42MzQtMzUuMjI5bDI3OC4wNDctMi4wMzdhMzUuMTIsMzUuMTIsMCwwLDEsMzUuMzIsMzQuNzE3bDEuNzMsMTc4LjE2NGEzNC44NjcsMzQuODY3LDAsMCwxLTM0LjYzLDM1LjIyOUw5OTYuOTc1LDc1OS45OGEzNS4xMTgsMzUuMTE4LDAsMCwxLTM1LjMxNC0zNC43MTdMOTYxLDY0NG0zNS44MiwxMDAuMDIzLDI3OC4wNS0yLjAzNWExOS4xNjIsMTkuMTYyLDAsMCwwLDQuMTgtLjVsLTIzLjU0LTIzLjE0NWEwLjAxNiwwLjAxNiwwLDAsMC0uMDEsMGwtODEuMjQuNTk1YTcuOTc5LDcuOTc5LDAsMSwxLS4xNi0xNS45NTdsNjUuMy0uNDc5LTY1LjMtNjQuMTkyLTE0LjQsMTQuNjQ1YTM1LjAxNCwzNS4wMTQsMCwwLDEtNDkuNDYuMzYybC0xNC42OC0xNC40MzJMOTkyLjY0Myw3NDMuNTc4QTE4Ljk0NSwxOC45NDUsMCwwLDAsOTk2LjgyLDc0NC4wMjNabS0xMS41NjEtMjEzLjU3YTE4Ljk2MSwxOC45NjEsMCwwLDAtOS4zNzMsMTYuNTI5bDEuNzMyLDE3OC4xNjNhMTguOSwxOC45LDAsMCwwLDIuMjA4LDguNjhMMTA4NC4xNyw2MjcuNjlabTE5Ljk4MS0yLjcsMjAuNjksMjAuMzM1LDExNy45Ni0uODY1YTcuOTc5LDcuOTc5LDAsMSwxLC4xNiwxNS45NThsLTEwMi4wMS43NDcsMTYuNiwxNi4zMTYsNDkuNDEtLjM2MWE3Ljk3OCw3Ljk3OCwwLDEsMSwuMTYsMTUuOTU2bC0zMy40Ni4yNDUsNDYuNjYsNDUuODc2YTE5LjA0NiwxOS4wNDYsMCwwLDAsMjYuOS0uMmwxMTMuOTMtMTE1Ljg5M1ptMjg2LjczLDE2LjkxN2ExOS4wNzEsMTkuMDcxLDAsMCwwLTkuNjktMTYuMzg5bC05Ny4wMSw5OC42NzIsMTA2LjQxLDEwNC42MDhhMTguODgzLDE4Ljg4MywwLDAsMCwyLjAyLTguNzI3Wm0tMTIwLjQ2LDIuMzU3YTcuOTUsNy45NSwwLDEsMS01LjYyLDIuMzc3QTgsOCwwLDAsMSwxMTcxLjUxLDU0Ny4wMjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTU5LjkzOCAtNTA5Ljg0NCkiIGZpbGw9IiNmMWJjMDAiIGZpbGwtb3BhY2l0eT0iMC44IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+CiAgPHBhdGggaWQ9InNtcy5zdmdfY29weSIgZGF0YS1uYW1lPSJzbXMuc3ZnIGNvcHkiIGNsYXNzPSJjbHMtMSIgZD0iTTEwMjUuOTMsNTQ4LjA4NWwxMTcuOTYtLjg2NWE3Ljk3OSw3Ljk3OSwwLDEsMSwuMTYsMTUuOTU4bC0xMDIuMDEuNzQ3bTEyOS40Ny0xNi45YTcuOTUsNy45NSwwLDEsMS01LjYyLDIuMzc3QTgsOCwwLDAsMSwxMTcxLjUxLDU0Ny4wMjRabTgzLjk5LDE3MS4zMjUtODEuMjQuNTk1YTcuOTc5LDcuOTc5LDAsMSwxLS4xNi0xNS45NTdsNjUuMy0uNDc5TTEwNTguNjQsNTgwLjI0MWw0OS40MS0uMzYxYTcuOTc4LDcuOTc4LDAsMSwxLC4xNiwxNS45NTZsLTMzLjQ2LjI0NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk1OS45MzggLTUwOS44NDQpIiBmaWxsPSIjZjFiYzAwIiBmaWxsLW9wYWNpdHk9IjAuOCIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 25px no-repeat;
  margin-right: 15px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
}
.title-page .email-69 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-69 .cell-text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .email-69 .title {
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  color: #828282;
  font-size: 14px;
  font-weight: 300;
}
.title-page .email-69 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-top: 0;
}
.title-page .email-69 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-69 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-48 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-94 .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-94 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.title-page .side-panel-94 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
  text-align: left;
}
.title-page .side-panel-94 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-94 .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-94 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}
.title-page .side-panel-94 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-94 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
  text-align: left;
}
.title-page .side-panel-94 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page body {
    display: block;
  }
  .title-page .wrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-3 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-4 .layout_13 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_14 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 {
    background: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-2 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-3 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-3 {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-6 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: none;
  }
  .title-page .block-6 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-4 {
    text-align: center;
    width: auto;
    margin-top: 20px;
    padding-right: 0;
    -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 .phones-5 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-5 .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-5 .cell-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-5 .title {
    display: none;
  }
  .title-page .phones-5 .text_body {
    font-size: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-5 {
    display: none;
    margin-top: 15px;
    margin-left: auto;
    -webkit-text-shadow: transparent;
    -moz-text-shadow: transparent;
    text-shadow: transparent;
  }
  .title-page .block-7 {
    display: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-9 {
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-7 {
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .editable_block-8 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 35px;
    text-align: center;
  }
  .title-page .editable_block-8 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-8 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 50px;
    margin-bottom: 20px;
    text-align: center;
  }
  .title-page .editable_block-8 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-8 .more {
    clear: none;
    text-align: center;
    margin-top: 30px;
  }
  .title-page .block-8 {
    border: none;
    background: none;
    padding-bottom: 0.02px;
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .widget-8 {
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .blocklist-9 .body-outer {
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .title-page .blocklist-9 .body {
    width: auto;
  }
  .title-page .blocklist-9 .item-outer {
    width: 25%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-9 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-9 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-9 .image {
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }
  .title-page .blocklist-9 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 2px;
  }
  .title-page .blocklist-9 .bx-wrapper {
    max-width: 900px;
  }
  .title-page .blocklist-9 .pager-wrap {
    display: none;
  }
  .title-page .block-16 {
    background: none;
    padding-bottom: 80px;
    padding-top: 80px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-15 .layout_21 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_22 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-10 {
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .editable_block-21 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-21 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-21 .title {
    font-size: 40px;
    margin-bottom: 30px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-21 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-21 .more {
    clear: none;
  }
  .title-page .block-12 {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    right: 0;
  }
  .title-page .block-13 .layout_24 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-13 .layout_25 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-13 {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-11 {
    width: 300px;
    padding-bottom: 30px;
    padding-right: 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-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .editable_block-24 .header {
    font-size: 60px;
  }
  .title-page .editable_block-24 .header:hover, .title-page .editable_block-24 .header.hover, .title-page .editable_block-24 .header.active {
    background: none;
  }
  .title-page .editable_block-24 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-24 .more {
    clear: none;
  }
  .title-page .widget-12 {
    width: 300px;
    padding-left: 30px;
    padding-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-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .editable_block-25 .header {
    font-size: 60px;
  }
  .title-page .editable_block-25 .header:hover, .title-page .editable_block-25 .header.hover, .title-page .editable_block-25 .header.active {
    background: none;
  }
  .title-page .editable_block-25 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-25 .more {
    clear: none;
  }
  .title-page .block-14 .layout_27 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_28 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-13 {
    width: 300px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    padding-top: 30px;
    padding-right: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .editable_block-27 .header {
    font-size: 60px;
  }
  .title-page .editable_block-27 .header:hover, .title-page .editable_block-27 .header.hover, .title-page .editable_block-27 .header.active {
    background: none;
  }
  .title-page .editable_block-27 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-27 .more {
    clear: none;
  }
  .title-page .widget-14 {
    border: none;
    width: 300px;
    padding-left: 30px;
    padding-top: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -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 .editable_block-28 .header {
    font-size: 60px;
  }
  .title-page .editable_block-28 .header:hover, .title-page .editable_block-28 .header.hover, .title-page .editable_block-28 .header.active {
    background: none;
  }
  .title-page .editable_block-28 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-28 .more {
    clear: none;
  }
  .title-page .block-11 {
    padding-bottom: 50px;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-10 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-9 {
    background: none;
    display: block;
  }
  .title-page .blocklist-18 .body-outer {
    width: auto;
  }
  .title-page .blocklist-18 .body {
    width: auto;
  }
  .title-page .blocklist-18 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-18 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-18 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    background: none;
  }
  .title-page .blocklist-18 .image {
    float: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-18 .title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-18 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-18 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-18 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .block-40 {
    background: none;
    padding-bottom: 0.02px;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-41 .layout_81 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-41 .layout_93 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-41 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-40 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-bottom: 80px;
  }
  .title-page .editable_block-81 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: none;
    text-align: center;
  }
  .title-page .editable_block-81 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-81 .title {
    background: none;
    font-size: 40px;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-81 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-81 .more {
    clear: none;
  }
  .title-page .widget-47 {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    min-width: 0;
  }
  .title-page .blocklist-93 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: none;
    text-align: center;
  }
  .title-page .blocklist-93 .header_text {
    background: none;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-93 .description {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: none;
    text-align: center;
    margin-bottom: 30px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-93 .body-outer {
    width: auto;
  }
  .title-page .blocklist-93 .body {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .title-page .blocklist-93 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-93 .item {
    margin: 0 15px 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-93 .text {
    font-size: 15px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
  }
  .title-page .blocklist-93 .image {
    margin-right: 0;
    margin-bottom: 25px;
    float: none;
    padding-right: 0;
    -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 .blocklist-93 .img-convert {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .blocklist-93 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .block-39 {
    padding-bottom: 80px;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-38 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-39 {
    padding-bottom: 50px;
    padding-right: 50px;
    display: block;
  }
  .title-page .form-76 .form__header {
    background: none;
  }
  .title-page .form-76 .form__text {
    background: none;
    font-size: 40px;
  }
  .title-page .form-76 .form__body {
    margin-bottom: -10px;
  }
  .title-page .form-76 .form-text {
    margin-bottom: 10px;
    width: 33.33%;
    padding-right: 10px;
  }
  .title-page .form-76 .form-textarea {
    margin-bottom: 10px;
  }
  .title-page .form-76 .form-submit button {
    padding-left: 10px;
    padding-right: 10px;
    width: 180px;
  }
  .title-page .form-76 .form-captcha {
    margin-bottom: 10px;
  }
  .title-page .form-76 .form-captcha button {
    padding-left: 10px;
    padding-right: 10px;
    width: 180px;
  }
  .title-page .form-76 .form-checkbox {
    width: 33.33%;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .title-page .form-76 .form-radio {
    width: 33.33%;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .title-page .form-76 .form-select {
    width: 33.33%;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .title-page .form-76 .form-div {
    width: 33.33%;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .title-page .form-76 .form-html {
    width: 33.33%;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .title-page .form-76 .form-upload {
    width: 33.33%;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .title-page .form-76 .form-calendar {
    width: 33.33%;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .title-page .form-76 .form-calendar_interval {
    width: 33.33%;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .title-page .block-45 {
    padding-bottom: 80px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-44 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-52 {
    display: block;
  }
  .title-page .blocklist-95 .body-outer {
    width: auto;
  }
  .title-page .blocklist-95 .body {
    width: auto;
  }
  .title-page .blocklist-95 .bx-wrapper {
    max-width: 940px;
  }
  .title-page .blocklist-95 .list {
    width: 940px;
  }
  .title-page .blocklist-95 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-95 .text {
    background: none;
  }
  .title-page .blocklist-95 .image {
    float: none;
  }
  .title-page .blocklist-95 .item-label {
    display: none;
  }
  .title-page .blocklist-95 .img-convert {
    height: 250px;
    background: none;
  }
  .title-page .blocklist-95 .controls {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/Liniya.svg") left 50% top 50% / 881px no-repeat;
  }
  .title-page .widget-53 {
    display: none;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-31 {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-bottom: 50px;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-32 {
    background: none;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    right: 0;
  }
  .title-page .block-36 {
    background: none;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .widget-35 {
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .up-71 .icon {
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-37 .layout_73 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-37 .layout_74 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: none;
  }
  .title-page .block-37 .layout_75 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-37 {
    margin-top: 0;
    padding-top: 40px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-36 {
    margin-top: 0;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-37 {
    margin-top: 15px;
    margin-left: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-38 {
    color: #fff;
    margin-top: -25px;
    margin-left: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-34 .layout_66 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 .layout_67 {
    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-34 .layout_69 {
    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-34 {
    left: 0;
    background: none;
    margin-bottom: 0;
    padding-top: 0.02px;
    padding-bottom: 80px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-32 {
    border: none;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -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-66 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-66 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-66 .cell-text {
    background: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-35 {
    margin: 30px auto;
    width: 800px;
    text-align: center;
  }
  .title-page .widget-33 {
    text-align: center;
    -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-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .address-68 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-68 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-68 .cell-text {
    background: none;
  }
  .title-page .widget-34 {
    margin-left: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .email-69 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-69 .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-69 .cell-text {
    background: none;
  }
  .title-page .widget-48 {
    box-sizing: border-box;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    display: block;
  }
  .title-page .side-panel-94 .side-panel-content {
    border: none;
    left: auto;
    right: 0;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #080606;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-94 .side-panel-close {
    border: none;
    left: auto;
    right: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/icon_352270.svg") left 50% top 50% / 26px no-repeat #fff;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    width: 45px;
    min-height: 45px;
    margin-top: 10px;
    margin-right: -22px;
  }
  .title-page .side-panel-94 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-94 .side-panel-button {
    border: none;
    text-align: left;
    margin-top: 10px;
    align-self: auto;
    margin-right: 10px;
    width: 60px;
    min-height: 60px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 17px;
    -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: repeating-linear-gradient(to top, #f30 0%, #ffac26 100%);
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    margin-bottom: -68px;
  }
  .title-page .side-panel-94 .side-panel-button-icon-line {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    margin-top: 4px;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-4 .layout_13 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_14 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .site-name-3 .sn-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 28px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .widget-3 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-6 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: none;
  }
  .title-page .phones-5 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .title-page .editable_block-8 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 30px;
  }
  .title-page .editable_block-8 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 45px;
    margin-bottom: 10px;
  }
  .title-page .editable_block-8 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-9 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-9 .item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .blocklist-9 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-9 .bx-wrapper {
    max-width: 579px;
  }
  .title-page .block-16 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .title-page .block-15 .layout_21 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_22 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-21 .header {
    font-size: 20px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .editable_block-21 .body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-21 .title {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .title-page .block-12 {
    margin-top: 60px;
    width: 550px;
  }
  .title-page .block-13 .layout_24 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-13 .layout_25 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-13 {
    -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.2);
  }
  .title-page .widget-11 {
    width: 275px;
    -webkit-box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  }
  .title-page .editable_block-24 .header {
    font-size: 55px;
  }
  .title-page .widget-12 {
    width: 275px;
  }
  .title-page .editable_block-25 .header {
    font-size: 55px;
  }
  .title-page .block-14 .layout_27 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_28 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-13 {
    width: 275px;
    -webkit-box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  }
  .title-page .editable_block-27 .header {
    font-size: 55px;
  }
  .title-page .widget-14 {
    width: 275px;
  }
  .title-page .editable_block-28 .header {
    font-size: 55px;
  }
  .title-page .block-11 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .title-page .blocklist-18 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-18 .text {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .blocklist-18 .image {
    margin-bottom: 20px;
  }
  .title-page .blocklist-18 .img-convert {
    height: 200px;
  }
  .title-page .blocklist-18 .title {
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .blocklist-18 .more {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .block-41 .layout_81 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-41 .layout_93 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-41 {
    padding-bottom: 40px;
  }
  .title-page .widget-40 {
    padding-bottom: 60px;
  }
  .title-page .editable_block-81 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 20px;
  }
  .title-page .editable_block-81 .title {
    font-size: 38px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .title-page .editable_block-81 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-93 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-93 .header_text {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .blocklist-93 .description {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-93 .body {
    margin-right: -10px;
    margin-left: -10px;
  }
  .title-page .blocklist-93 .item {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .title-page .blocklist-93 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-93 .image {
    margin-bottom: 20px;
  }
  .title-page .blocklist-93 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 13px;
  }
  .title-page .block-39 {
    padding-bottom: 60px;
  }
  .title-page .widget-39 {
    width: 708px;
    padding-right: 40px;
  }
  .title-page .form-76 .form__header {
    font-size: 20px;
  }
  .title-page .form-76 .form__text {
    font-size: 38px;
  }
  .title-page .form-76 .form__body {
    margin-right: 0;
    margin-left: -10px;
  }
  .title-page .form-76 .form-table {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-76 .form-tbody {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-76 .form-text {
    padding-right: 0;
    margin-left: 10px;
  }
  .title-page .form-76 .form-textarea {
    margin-right: 0;
    margin-left: 10px;
  }
  .title-page .form-76 .form-submit {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  .title-page .form-76 .form-submit .form-item__header {
    display: none;
  }
  .title-page .form-76 .form-submit button {
    width: 220px;
    margin-top: 10px;
    position: relative;
  }
  .title-page .form-76 .form-captcha {
    margin-right: 0;
    margin-left: 10px;
  }
  .title-page .form-76 .form-captcha button {
    width: 220px;
    margin-top: 10px;
    position: relative;
  }
  .title-page .form-76 .form-checkbox {
    margin-left: 10px;
    padding-right: 25px;
  }
  .title-page .form-76 .form-radio {
    margin-left: 10px;
    padding-right: 25px;
  }
  .title-page .form-76 .form-select {
    margin-left: 10px;
    padding-right: 25px;
  }
  .title-page .form-76 .form-div {
    margin-left: 10px;
    padding-right: 25px;
  }
  .title-page .form-76 .form-html {
    margin-left: 10px;
    padding-right: 25px;
  }
  .title-page .form-76 .form-upload {
    margin-left: 10px;
    padding-right: 25px;
  }
  .title-page .form-76 .form-calendar {
    margin-left: 10px;
    padding-right: 25px;
  }
  .title-page .form-76 .form-calendar_interval {
    margin-left: 10px;
    padding-right: 25px;
  }
  .title-page .block-45 {
    padding-bottom: 60px;
  }
  .title-page .blocklist-95 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-95 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .blocklist-95 .list {
    width: 580px;
  }
  .title-page .blocklist-95 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-95 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-95 .img-convert {
    height: 350px;
  }
  .title-page .blocklist-95 .controls {
    background: url("../images/Liniya.svg") left 50% top 50% / 526px no-repeat;
  }
  .title-page .block-31 {
    padding-bottom: 40px;
  }
  .title-page .block-37 .layout_73 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-37 .layout_74 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-37 .layout_75 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-36 {
    text-align: center;
    width: auto;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
  }
  .title-page .widget-37 {
    margin-bottom: 0;
    margin-right: auto;
  }
  .title-page .widget-38 {
    text-align: center;
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    right: 0;
  }
  .title-page .block-34 .layout_66 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 .layout_67 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 .layout_69 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 {
    padding-bottom: 60px;
  }
  .title-page .block-35 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-3 {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(to top, #080606 0%, rgba(3, 96, 120, 0) 30%), url("../images/bg.jpg?1579074782939") left calc(50% - 100px) top 50% / cover no-repeat;
  }
  .title-page .block-4 .layout_13 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_14 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .site-name-3 .sn-text {
    font-size: 25px;
  }
  .title-page .widget-3 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-6 .layout_5 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: none;
  }
  .title-page .block-9 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-page .editable_block-8 .header {
    font-size: 25px;
  }
  .title-page .editable_block-8 .title {
    font-size: 35px;
  }
  .title-page .editable_block-8 .more {
    margin-top: 20px;
  }
  .title-page .blocklist-9 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-9 .bx-wrapper {
    max-width: 422px;
  }
  .title-page .block-16 {
    margin-bottom: autopx;
    padding-bottom: 10px;
  }
  .title-page .block-15 .layout_21 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_22 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-21 .header {
    font-size: 18px;
  }
  .title-page .editable_block-21 .title {
    font-size: 35px;
  }
  .title-page .editable_block-21 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-12 {
    margin-top: 40px;
    width: 600px;
  }
  .title-page .block-13 .layout_24 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-13 .layout_25 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-13 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .title-page .widget-11 {
    width: auto;
    padding-right: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
  }
  .title-page .editable_block-24 .header {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .title-page .editable_block-24 .body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .widget-12 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .editable_block-25 .header {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .title-page .block-14 .layout_27 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_28 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-13 {
    padding: 0.02px 20px 30px;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .title-page .editable_block-27 .header {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .title-page .widget-14 {
    padding: 0.02px 20px 30px;
    width: auto;
  }
  .title-page .editable_block-28 .header {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .title-page .block-11 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
  }
  .title-page .blocklist-18 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-18 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-18 .img-convert {
    height: 250px;
  }
  .title-page .block-41 .layout_81 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-41 .layout_93 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-41 {
    padding-bottom: 0.02px;
  }
  .title-page .widget-40 {
    padding-bottom: 40px;
  }
  .title-page .editable_block-81 .header {
    font-size: 18px;
  }
  .title-page .editable_block-81 .title {
    font-size: 35px;
  }
  .title-page .editable_block-81 .text {
    font-size: 15px;
  }
  .title-page .widget-47 {
    padding-bottom: 10px;
  }
  .title-page .blocklist-93 .header_text {
    font-size: 18px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: 30px;
    margin-right: 30px;
  }
  .title-page .blocklist-93 .description {
    font-size: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .title-page .blocklist-93 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-93 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-93 .item {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .title-page .blocklist-93 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-93 .image {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
  }
  .title-page .blocklist-93 .image:hover, .title-page .blocklist-93 .image.hover, .title-page .blocklist-93 .image.active {
    -webkit-box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset -1px 0px 0px rgba(255, 255, 255, 0.2);
  }
  .title-page .block-39 {
    padding-bottom: 40px;
  }
  .title-page .widget-39 {
    width: auto;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
  }
  .title-page .form-76 .form__header {
    font-size: 18px;
  }
  .title-page .form-76 .form__text {
    font-size: 30px;
  }
  .title-page .form-76 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-76 .form-text {
    width: auto;
  }
  .title-page .form-76 .form-textarea {
    width: 33.33%;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .form-76 .form-captcha {
    width: 33.33%;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .form-76 .form-captcha .form-item__body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-76 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-76 .form-checkbox {
    width: auto;
    padding-right: 0;
  }
  .title-page .form-76 .form-radio {
    width: auto;
    padding-right: 0;
  }
  .title-page .form-76 .form-select {
    width: auto;
    padding-right: 0;
  }
  .title-page .form-76 .form-div {
    width: auto;
    padding-right: 0;
  }
  .title-page .form-76 .form-html {
    width: auto;
    padding-right: 0;
  }
  .title-page .form-76 .form-upload {
    width: auto;
    padding-right: 0;
  }
  .title-page .form-76 .form-calendar {
    width: auto;
    padding-right: 0;
  }
  .title-page .form-76 .form-calendar_interval {
    width: auto;
    padding-right: 0;
  }
  .title-page .block-45 {
    padding-bottom: 40px;
  }
  .title-page .blocklist-95 .bx-wrapper {
    max-width: 422px;
  }
  .title-page .blocklist-95 .list {
    width: 422px;
  }
  .title-page .blocklist-95 .item {
    margin-bottom: 80px;
  }
  .title-page .blocklist-95 .img-convert {
    height: 300px;
  }
  .title-page .blocklist-95 .controls {
    background: none;
  }
  .title-page .widget-53 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-32 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-35 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-37 .layout_73 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-37 .layout_74 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-37 .layout_75 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-37 {
    padding-top: 30px;
  }
  .title-page .widget-36 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-34 .layout_66 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 .layout_67 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 .layout_69 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-4 .layout_13 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_14 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .title-page .site-name-3 .sn-text {
    font-size: 22px;
  }
  .title-page .widget-3 {
    font-size: 15px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-6 .layout_5 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-6 .layout_6 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .widget-4 {
    margin-top: 15px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-5 {
    margin-right: auto;
    margin-bottom: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .editable_block-8 .header {
    font-size: 16px;
  }
  .title-page .editable_block-8 .title {
    font-size: 23px;
  }
  .title-page .editable_block-8 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-8 .text {
    font-size: 15px;
  }
  .title-page .blocklist-9 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-9 .item {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-9 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .block-16 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
  .title-page .block-15 .layout_21 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-15 .layout_22 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-21 .header {
    font-size: 15px;
  }
  .title-page .editable_block-21 .title {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .title-page .editable_block-21 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-21 .text {
    font-size: 15px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-12 {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-13 .layout_24 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-13 .layout_25 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-11 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .title-page .editable_block-24 .header {
    font-size: 40px;
  }
  .title-page .editable_block-24 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-12 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .title-page .editable_block-25 .header {
    font-size: 40px;
  }
  .title-page .editable_block-25 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-14 .layout_27 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-14 .layout_28 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-13 {
    padding-bottom: 20px;
  }
  .title-page .editable_block-27 .header {
    font-size: 40px;
  }
  .title-page .editable_block-27 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-14 {
    padding-bottom: 20px;
  }
  .title-page .editable_block-28 .header {
    font-size: 40px;
  }
  .title-page .editable_block-28 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-11 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-18 .item {
    margin-bottom: 20px;
  }
  .title-page .blocklist-18 .text {
    font-size: 15px;
  }
  .title-page .blocklist-18 .image {
    margin-right: 0;
  }
  .title-page .blocklist-18 .img-convert {
    height: 180px;
  }
  .title-page .blocklist-18 .title {
    font-size: 15px;
  }
  .title-page .block-40 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-41 .layout_81 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-41 .layout_93 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-40 {
    padding-bottom: 30px;
  }
  .title-page .editable_block-81 .header {
    font-size: 15px;
  }
  .title-page .editable_block-81 .title {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .title-page .editable_block-81 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-47 {
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-93 .header_text {
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .blocklist-93 .description {
    font-size: 25px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .blocklist-93 .item {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-93 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-93 .image {
    margin-bottom: 15px;
  }
  .title-page .blocklist-93 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-39 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .title-page .widget-39 {
    padding-left: 20px;
    padding-bottom: 40px;
    padding-right: 25px;
  }
  .title-page .form-76 .form__header {
    font-size: 15px;
  }
  .title-page .form-76 .form__text {
    font-size: 21px;
  }
  .title-page .form-76 .form__body {
    margin-right: -5px;
    margin-bottom: -5px;
    margin-left: 0;
  }
  .title-page .form-76 .form-text {
    margin-left: 0;
  }
  .title-page .form-76 .form-textarea {
    width: auto;
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .title-page .form-76 .form-submit button {
    width: 240px;
  }
  .title-page .form-76 .form-captcha {
    width: auto;
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .title-page .form-76 .form-captcha button {
    width: 240px;
  }
  .title-page .form-76 .form-checkbox {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .title-page .form-76 .form-radio {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .title-page .form-76 .form-select {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .title-page .form-76 .form-div {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .title-page .form-76 .form-html {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .title-page .form-76 .form-upload {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .title-page .form-76 .form-calendar {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .title-page .form-76 .form-calendar_interval {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .title-page .block-45 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .title-page .blocklist-95 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-95 .list {
    width: 280px;
  }
  .title-page .blocklist-95 .item {
    margin-bottom: 50px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-95 .text {
    font-size: 15px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .blocklist-95 .img-convert {
    height: 200px;
  }
  .title-page .blocklist-95 .title {
    font-size: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .blocklist-95 .controls {
    display: none;
  }
  .title-page .blocklist-95 .bx-auto_controls {
    margin-bottom: 0;
  }
  .title-page .block-31 {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-37 .layout_73 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-37 .layout_74 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-37 .layout_75 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-36 {
    font-size: 14px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-38 {
    margin-top: 15px;
  }
  .title-page .block-34 .layout_66 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 .layout_67 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 .layout_69 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-34 {
    padding-bottom: 50px;
  }
  .title-page .phones-66 .text_body {
    font-size: 15px;
  }
  .title-page .address-68 .text_body {
    font-size: 15px;
  }
  .title-page .email-69 .text_body {
    font-size: 15px;
  }
}
.title-page .side-panel .widget-6 {
  margin: 20px 0;
  z-index: 1;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-7 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-7 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 1px;
  width: auto;
}
.title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-7 .menu-scroll > ul ul {
  padding: 0.02px 0;
  position: static;
  width: auto;
  margin-top: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}
.title-page .side-panel .menu-7 .menu-scroll > ul ul > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .menu-7 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-7 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-7 .menu-scroll > ul ul > li > a.active {
  background: #ffa123;
}
.title-page .side-panel .menu-7 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item > a.active {
  color: #ffa123;
}
.title-page .side-panel .menu-7 .menu-scroll > ul > li.more-button {
  display: none;
}
