@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;*/
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 4;
    text-decoration: none;
    font-size: 30px;
    box-sizing: border-box;
    font-weight: 500;
    width: auto;
    right: 0;
    padding-top: 25px;
}
.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 screen and (max-width: 1225px) {
.perglblock {
    max-width: 285px;
}
.perglblockimg {
    max-width: 285px;
    max-height: 190px;
}
.perglblockzag {
    font-size: 16px;
}
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  background: #fff;
}
.title-page .wrapper {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
.title-page .block-3 .layout_7 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 .layout_8 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-3 {
  padding: 40px 30px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 9;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
	gap: 20px;
}
.title-page .widget-6 {
  margin: 6px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: right;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
}
.title-page .menu-8 .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-8 .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-8 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-8 .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-8 .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-8 .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-8 .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-8 .menu-scroll > ul ul {
  padding: 10px;
  margin: 5px 0 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  width: 250px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 19px 35px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 19px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 19px 35px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-8 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-8 .menu-scroll > ul ul > li > a {
  padding: 15px 10px 15px 20px;
  border: none;
  cursor: pointer;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}
.title-page .menu-8 .menu-scroll > ul ul > li > a:hover, .title-page .menu-8 .menu-scroll > ul ul > li > a.hover, .title-page .menu-8 .menu-scroll > ul ul > li > a.active {
  color: #eb5656;
}
.title-page .menu-8 .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-8 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-8 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-8 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: 600;
  text-align: left;
}
.title-page .menu-8 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-8 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-8 .menu-scroll > ul > li.menu-item > a.active {
  color: #eb5656;
}
.title-page .menu-8 .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-8 .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-8 .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-8 .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-8 .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-8 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-8 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-8 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px 0 2px 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/More.svg") left 50% top 50% / auto auto no-repeat, none transparent;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-transform: none;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f5f5f5, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #f5f5f5, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #f5f5f5, 0 0 0 transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  width: 40px;
  min-height: 40px;
}
.title-page .menu-8 .menu-scroll > ul > li.more-button > a:hover, .title-page .menu-8 .menu-scroll > ul > li.more-button > a.hover, .title-page .menu-8 .menu-scroll > ul > li.more-button > a.active {
  background: url("../images/More_white.svg") left 50% top 50% / auto auto no-repeat, none #eb5656;
  -webkit-box-shadow: 0 0 0 transparent, 0px 4px 6px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 4px 6px rgba(235, 86, 86, 0.2);
  box-shadow: 0 0 0 transparent, 0px 4px 6px rgba(235, 86, 86, 0.2);
}
.title-page .menu-8 .menu-scroll > ul > li.more-button > a:active, .title-page .menu-8 .menu-scroll > ul > li.more-button > a.active {
  background: url("../images/More_white.svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
  -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 .menu-8 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-8 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-8 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-2 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  /* width: 340px; */
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .widget-3 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  font-size: 25px;
  padding-bottom: 7px;
  right: 0;
}
.title-page .site-name-4 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
.title-page .site-name-4 .sn-logo {
  border: none;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  min-height: 50px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .site-name-4 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
	max-width: 150px;
}
.title-page .site-name-4 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 20px;
  font-weight: bold;
  /* padding-left: 20px; */
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  padding-top: 15px;
}
.title-page .site-name-4 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-5 {
  /* margin: -30px 0 11px; */
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #999;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  right: 0;
  /* padding-left: 90px; */
}
.title-page .block-17 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 8;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .block-4 .layout_11 {
  -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_53 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  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;
  padding-left: 20px;
  padding-right: 20px;
}
.title-page .widget-8 {
  padding: 60px 50px;
  margin: -192px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  -webkit-box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.23);
  background: #eb5656;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-11 .popover-body {
  padding: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  width: 280px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-11 .popover-body .form_text input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  margin-bottom: 6px;
}
.title-page .popover-wrap-11 .popover-body .form_calendar input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-11 .popover-body .form_calendar_interval input {
  padding: 13px 8px 13px 15px;
  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;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  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: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-11 .popover-body textarea {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-11 .popover-body .s3_button_large {
  padding: 10px 16px;
  background: none #eb5656;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-11 .popover-body .s3_button_large:hover, .title-page .popover-wrap-11 .popover-body .s3_button_large.hover, .title-page .popover-wrap-11 .popover-body .s3_button_large.active {
  background: none #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-11 .popover-body .s3_button_large:active, .title-page .popover-wrap-11 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
  color: #fff;
}
.title-page .popover-wrap-11 .popover-body .s3_message {
  padding: 15px;
  margin: 1em auto;
  display: table;
  background: #eb5656;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-11 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, none #ededed;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 4px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #fff;
  box-shadow: 0px 0px 0px 4px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-11 .popover-close:hover, .title-page .popover-wrap-11 .popover-close.hover, .title-page .popover-wrap-11 .popover-close.active {
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #ededed;
}
.title-page .popover-wrap-11 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-11 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-11 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-11 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .editable_block-11 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-11 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-11 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-11 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-11 .title {
  box-sizing: border-box;
  font-size: 35px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 600;
  padding-bottom: 30px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-11 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-11 .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-11 .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-11 .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-11 .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-11 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-11 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-11 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-11 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-11 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-11 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-11 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  width: 440px;
}
.title-page .editable_block-11 .more > a {
  padding: 26px 30px;
  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;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.title-page .editable_block-11 .more > a:hover, .title-page .editable_block-11 .more > a.hover, .title-page .editable_block-11 .more > a.active {
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  background: transparent;
}
.title-page .editable_block-11 .more > a:active, .title-page .editable_block-11 .more > a.active {
  background: rgba(0, 0, 0, 0.05);
}
.title-page .editable_block-11 .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-11 .clear {
  clear: both;
}
.title-page .popover-container-11 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-11 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-11 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-11 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-11 .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-11 .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-11 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-11 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .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;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-11 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-11 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .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-11 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-11 .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-11 .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-11 .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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .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-11 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-11 .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-11 .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-11 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-11 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-11 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-11 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .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-11 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-11 .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-11 .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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
.title-page .popover-wrap-11 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-11 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-11 .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-11 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-11 .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-11 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-11 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-11 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-31 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  padding-bottom: 20px;
  right: 0;
  padding-top: 70px;
  padding-left: 40px;
}
.title-page .phones-53 p:first-child {
  margin-top: 0;
}
.title-page .phones-53 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-53 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-53 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-53 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy45MzgiIGhlaWdodD0iMTkuNjg4IiB2aWV3Qm94PSIwIDAgMTMuOTM4IDE5LjY4OCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlBob25lLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNODQ2LjQwOSw3Ny44NDJoLTguODE4YTIuNTc1LDIuNTc1LDAsMCwxLTIuNTY4LTIuNTc3VjYwLjczNWEyLjU3NiwyLjU3NiwwLDAsMSwyLjU2OC0yLjU3N2g4LjgxOGEyLjU3NiwyLjU3NiwwLDAsMSwyLjU2OCwyLjU3N1Y3NS4yNjZBMi41NzUsMi41NzUsMCwwLDEsODQ2LjQwOSw3Ny44NDJabTAuNzg1LTE3LjEwN2EwLjc4NywwLjc4NywwLDAsMC0uNzg1LTAuNzg3aC04LjgxOGEwLjc4NywwLjc4NywwLDAsMC0uNzg1Ljc4N1Y3MC44NzhoMTAuMzg4VjYwLjczNVptMCwxMS45MzRIODM2LjgwNnYyLjZhMC43ODcsMC43ODcsMCwwLDAsLjc4NS43ODdoOC44MThhMC44LDAuOCwwLDAsMCwuNzg1LTAuNzg3di0yLjZabS02LjA4Ni44aDEuNzg0djEuNzg5aC0xLjc4NFY3My40NjZabTIuOTYtMTAuOTMxaC00LjEzNlY2MC43NDVoNC4xMzZ2MS43ODlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODM1LjAzMSAtNTguMTU2KSIgZmlsbD0iI2ViNTY1NiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #f5f5f5;
  margin-right: 5px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .phones-53 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-53 .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;
  margin-left: 20px;
}
.title-page .phones-53 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #999;
  line-height: 1.5;
  text-decoration: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 15px;
  /* padding-bottom: 10px; */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  /* padding-top: 5px; */
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .phones-53 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  line-height: 1.5;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 26px;
  font-weight: bold;
}
.title-page .phones-53 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-53 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-53 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-23 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 7;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .widget-7 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  height: 0;
  min-height: 500px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat;
  right: 0;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.title-page .popover-wrap-10 .popover-body {
  padding: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  width: 280px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-10 .popover-body .form_text input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  margin-bottom: 6px;
}
.title-page .popover-wrap-10 .popover-body .form_calendar input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-10 .popover-body .form_calendar_interval input {
  padding: 13px 8px 13px 15px;
  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;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  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: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-10 .popover-body textarea {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-10 .popover-body .s3_button_large {
  padding: 10px 16px;
  background: none #eb5656;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-10 .popover-body .s3_button_large:hover, .title-page .popover-wrap-10 .popover-body .s3_button_large.hover, .title-page .popover-wrap-10 .popover-body .s3_button_large.active {
  background: none #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-10 .popover-body .s3_button_large:active, .title-page .popover-wrap-10 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
  color: #fff;
}
.title-page .popover-wrap-10 .popover-body .s3_message {
  padding: 15px;
  margin: 1em auto;
  display: table;
  background: #eb5656;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-10 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, none #ededed;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 4px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #fff;
  box-shadow: 0px 0px 0px 4px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-10 .popover-close:hover, .title-page .popover-wrap-10 .popover-close.hover, .title-page .popover-wrap-10 .popover-close.active {
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #ededed;
}
.title-page .popover-wrap-10 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-10 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-10 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-10 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .slider-10 .bx-wrapper {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: relative;
}
.title-page .slider-10 .bx-viewport {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: absolute !important;
}
.title-page .slider-10 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-10 .slider-inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  overflow: hidden;
}
.title-page .slider-10 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-10 .text-slider {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  text-align: left;
}
.title-page .slider-10 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  max-width: 100%;
}
.title-page .slider-10 .block-body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-10 .block-more {
  box-sizing: border-box;
}
.title-page .slider-10 .block-more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
}
.title-page .slider-10 .block-title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-10 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-10 .slider-controls {
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  margin-top: -10px;
}
.title-page .slider-10 .slider-prev {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_slider_slider-left.png") left 50% top 50% / auto auto no-repeat;
}
.title-page .slider-10 .slider-next {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_slider_slider-right.png") left 50% top 50% / auto auto no-repeat;
}
.title-page .slider-10 .slider-prev > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-10 .slider-next > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-10 .slider-pager-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  visibility: hidden;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-10 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .slider-10 .slider-pager {
  box-sizing: border-box;
}
.title-page .slider-10 .slider-pager > a {
  padding: 1px;
  margin: 2px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  text-decoration: none;
  color: #999;
}
.title-page .slider-10 .slider-pager > a:active, .title-page .slider-10 .slider-pager > a.active {
  background: #eee;
}
.title-page .slider-10 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-10 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-10 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .slider-10 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .slider-10 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .slider-10 .overfill {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: inherit;
  top: 0;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.title-page .slider-10 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-10 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-10 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-10 .text_wrapper .text_inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.title-page .slider-10 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-10 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-10 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-10 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-10 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-10 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-10 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-10 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-10 .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-10 .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-10 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-10 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .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;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-10 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-10 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .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-10 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-10 .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-10 .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-10 .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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .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-10 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-10 .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-10 .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-10 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-10 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-10 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-10 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .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-10 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-10 .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-10 .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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
.title-page .popover-wrap-10 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-10 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-10 .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-10 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-10 .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-10 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-10 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-10 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-14 {
  margin: 0 30px;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxyZWN0IGlkPSJLdmFkcm8uc3ZnIiBjbGFzcz0iY2xzLTEiIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgZmlsbD0iI2Y1ZjVmNSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left 0px bottom 0px / 35px repeat-x;
  max-width: 100%;
  z-index: 6;
  text-align: left;
  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;
  padding-left: 0;
}
.title-page .block-24 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-10 {
  padding: 90px 20px 0.02px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-14 .popover-body {
  padding: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  width: 280px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_text input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  margin-bottom: 6px;
}
.title-page .popover-wrap-14 .popover-body .form_calendar input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval input {
  padding: 13px 8px 13px 15px;
  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;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  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: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-14 .popover-body textarea {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-14 .popover-body .s3_button_large {
  padding: 10px 16px;
  background: none #eb5656;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-14 .popover-body .s3_button_large:hover, .title-page .popover-wrap-14 .popover-body .s3_button_large.hover, .title-page .popover-wrap-14 .popover-body .s3_button_large.active {
  background: none #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-14 .popover-body .s3_button_large:active, .title-page .popover-wrap-14 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
  color: #fff;
}
.title-page .popover-wrap-14 .popover-body .s3_message {
  padding: 15px;
  margin: 1em auto;
  display: table;
  background: #eb5656;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-14 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, none #ededed;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 4px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #fff;
  box-shadow: 0px 0px 0px 4px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-14 .popover-close:hover, .title-page .popover-wrap-14 .popover-close.hover, .title-page .popover-wrap-14 .popover-close.active {
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #ededed;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-14 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-14 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-14 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
  padding-bottom: 80px;
  padding-left: 50px;
}
.title-page .blocklist-14 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: 500;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-14 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-14 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-14 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-14 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-14 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-14 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-14 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  box-sizing: border-box;
}
.title-page .blocklist-14 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-14 .item {
  padding: 50px;
  margin: 15px;
  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%;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e8e8e8, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px #e8e8e8, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 1px #e8e8e8, 0 0 0 transparent;
  -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-14 .item:hover, .title-page .blocklist-14 .item.hover, .title-page .blocklist-14 .item.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px #eb5656, 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 0px 1px #eb5656, 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 0px 1px #eb5656, 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.title-page .blocklist-14 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #999;
  line-height: 1.7;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 13px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
}
.title-page .blocklist-14 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-14 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 40px;
}
.title-page .blocklist-14 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-14 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-14 .img-convert {
  box-sizing: border-box;
 /* width: 60px;
  height: 60px;*/
  max-width: 294px;
  width: 100%;
  height: 160px;
  object-fit: cover;
  text-align: center;
  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-14 .image img {
  /*max-width: 100%;*/
  width: 294px !important;
  height: 160px !important;
  vertical-align: middle;
  box-sizing: border-box;
  object-fit: cover;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-14 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-14 .title {
  font-weight: 500;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 18px;
  padding-bottom: 30px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-14 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-14 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-14 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-14 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-14 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-14 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-14 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-14 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: #eb5656;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-14 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-14 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-14 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-14 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-14 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 90px;
}
.title-page .blocklist-14 .all {
  padding: 26px 45px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-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;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0 0 0 transparent, 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  background: none #eb5656;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-14 .all:hover, .title-page .blocklist-14 .all.hover, .title-page .blocklist-14 .all.active {
  color: #000;
  -webkit-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  background: none #fff;
}
.title-page .blocklist-14 .all:active, .title-page .blocklist-14 .all.active {
  color: #fff;
  background: repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
}
.title-page .blocklist-14 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-14 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-14 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-14 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-14 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-14 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-14 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-14 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-14 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-14 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-14 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-14 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-14 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-14 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-14 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-14 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .blocklist-14 .bx-pager a:active, .title-page .blocklist-14 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-14 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-14 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-14 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-14 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-14 .popover-body .s3_form_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-14 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-14 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-14 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  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: 13px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-14 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-14 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-14 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-14 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-14 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-14 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-11 {
  margin: 0 30px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 55px;
  background: #f5f5f5;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-15 .popover-body {
  padding: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  width: 280px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_text input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  margin-bottom: 6px;
}
.title-page .popover-wrap-15 .popover-body .form_calendar input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval input {
  padding: 13px 8px 13px 15px;
  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;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  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: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-15 .popover-body textarea {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-15 .popover-body .s3_button_large {
  padding: 10px 16px;
  background: none #eb5656;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-15 .popover-body .s3_button_large:hover, .title-page .popover-wrap-15 .popover-body .s3_button_large.hover, .title-page .popover-wrap-15 .popover-body .s3_button_large.active {
  background: none #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-15 .popover-body .s3_button_large:active, .title-page .popover-wrap-15 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
  color: #fff;
}
.title-page .popover-wrap-15 .popover-body .s3_message {
  padding: 15px;
  margin: 1em auto;
  display: table;
  background: #eb5656;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-15 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, none #ededed;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 4px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #fff;
  box-shadow: 0px 0px 0px 4px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-15 .popover-close:hover, .title-page .popover-wrap-15 .popover-close.hover, .title-page .popover-wrap-15 .popover-close.active {
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #ededed;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-15 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-15 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-15 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
  background: #f5f5f5;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 60px;
  padding-bottom: 90px;
  margin-top: 0;
}
.title-page .blocklist-15 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 500;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 50px;
}
.title-page .blocklist-15 .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-15 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-15 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-15 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-15 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-15 .bx-wrapper {
  max-width: 1221px;
}
.title-page .blocklist-15 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-15 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 1220px;
}
.title-page .blocklist-15 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-15 .item {
  margin: 0;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  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-15 .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;
}
.title-page .blocklist-15 .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-15 .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-15 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 700px;
  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-15 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .image-inner {
  padding: 50px 40px 50px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  background: rgba(28, 37, 60, 0.7);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-15 .image-inner:hover, .title-page .blocklist-15 .image-inner.hover, .title-page .blocklist-15 .image-inner.active {
  background: rgba(28, 37, 60, 0.4);
}
.title-page .blocklist-15 .text {
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 15px;
  padding-bottom: 15px;
  width: auto;
  padding-top: 15px;
  /* padding-left: 15px; */
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-15 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-15 .title {
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #fff;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 27px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.02px;
  padding-left: 30px;
  -webkit-box-shadow: inset 2px 0px 0px 0px #eb5656;
  -moz-box-shadow: inset 2px 0px 0px 0px #eb5656;
  box-shadow: inset 2px 0px 0px 0px #eb5656;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-15 .more {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: 30px;
  margin-right: auto;
}
.title-page .blocklist-15 .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;
  color: #fff;
  text-decoration: none;
  font-size: 31px;
  width: 50px;
  min-height: 50px;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  background: none #eb5656;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-15 .more > a:hover, .title-page .blocklist-15 .more > a.hover, .title-page .blocklist-15 .more > a.active {
  color: #eb5656;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 10px 16px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 10px 16px 0px rgba(255, 255, 255, 0.2);
  background: none #fff;
}
.title-page .blocklist-15 .more > a:active, .title-page .blocklist-15 .more > a.active {
  color: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
}
.title-page .blocklist-15 .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-15 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-15 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-15 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-15 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-15 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-15 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-15 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-15 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-15 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-15 .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-15 .controls {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: 83px;
  z-index: 1;
  text-align: justify;
  margin-left: 0;
  bottom: auto;
  margin-right: 40px;
}
.title-page .blocklist-15 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjAzMSIgaGVpZ2h0PSIxMC4wMzEiIHZpZXdCb3g9IjAgMCA2LjAzMSAxMC4wMzEiPgogIDxkZWZzPgogICAgPHN0eWxlPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJMZWZ0X2Fycm93LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzQxLjMwNiw2Mi45ODVsMy40MTEsMy4zNzdhMC45NDgsMC45NDgsMCwwLDEsMCwxLjM1MSwwLjk3MSwwLjk3MSwwLDAsMS0xLjM2NCwwbC00LjA5NC00LjA1M2EwLjk1LDAuOTUsMCwwLDEsMC0xLjM1MWw0LjA5NC00LjA1M2EwLjk3MSwwLjk3MSwwLDAsMSwxLjM2NCwwLDAuOTQ4LDAuOTQ4LDAsMCwxLDAsMS4zNTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzM4Ljk2OSAtNTcuOTY5KSIvPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat, none #fff;
  box-sizing: border-box;
  text-align: left;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-15 .prev:hover, .title-page .blocklist-15 .prev.hover, .title-page .blocklist-15 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjAzMSIgaGVpZ2h0PSIxMC4wMzEiIHZpZXdCb3g9IjAgMCA2LjAzMSAxMC4wMzEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJMZWZ0X2Fycm93LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzQxLjMwNiw2Mi45ODVsMy40MTEsMy4zNzdhMC45NDgsMC45NDgsMCwwLDEsMCwxLjM1MSwwLjk3MSwwLjk3MSwwLDAsMS0xLjM2NCwwbC00LjA5NC00LjA1M2EwLjk1LDAuOTUsMCwwLDEsMC0xLjM1MWw0LjA5NC00LjA1M2EwLjk3MSwwLjk3MSwwLDAsMSwxLjM2NCwwLDAuOTQ4LDAuOTQ4LDAsMCwxLDAsMS4zNTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzM4Ljk2OSAtNTcuOTY5KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat, none #eb5656;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 14px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 14px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0 0 0 transparent, 0px 10px 14px 0px rgba(235, 86, 86, 0.2);
}
.title-page .blocklist-15 .prev:active, .title-page .blocklist-15 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjAzMSIgaGVpZ2h0PSIxMC4wMzEiIHZpZXdCb3g9IjAgMCA2LjAzMSAxMC4wMzEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJMZWZ0X2Fycm93LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzQxLjMwNiw2Mi45ODVsMy40MTEsMy4zNzdhMC45NDgsMC45NDgsMCwwLDEsMCwxLjM1MSwwLjk3MSwwLjk3MSwwLDAsMS0xLjM2NCwwbC00LjA5NC00LjA1M2EwLjk1LDAuOTUsMCwwLDEsMC0xLjM1MWw0LjA5NC00LjA1M2EwLjk3MSwwLjk3MSwwLDAsMSwxLjM2NCwwLDAuOTQ4LDAuOTQ4LDAsMCwxLDAsMS4zNTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzM4Ljk2OSAtNTcuOTY5KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
  -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-15 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjAzMSIgaGVpZ2h0PSIxMC4wMzEiIHZpZXdCb3g9IjAgMCA2LjAzMSAxMC4wMzEiPgogIDxkZWZzPgogICAgPHN0eWxlPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJSaWdodF9hcnJvdy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTgwNC43NCw2My42NmwtNC4wOTMsNC4wNTNhMC45NzIsMC45NzIsMCwwLDEtMS4zNjUsMCwwLjk1LDAuOTUsMCwwLDEsMC0xLjM1MWwzLjQxMi0zLjM3Ny0zLjQxMi0zLjM3N2EwLjk1LDAuOTUsMCwwLDEsMC0xLjM1MSwwLjk3MiwwLjk3MiwwLDAsMSwxLjM2NSwwbDQuMDkzLDQuMDUzQTAuOTQ4LDAuOTQ4LDAsMCwxLDgwNC43NCw2My42NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03OTkgLTU3Ljk2OSkiLz4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #fff;
  box-sizing: border-box;
  text-align: left;
  min-height: 50px;
  margin-left: 10px;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-15 .next:hover, .title-page .blocklist-15 .next.hover, .title-page .blocklist-15 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjAzMSIgaGVpZ2h0PSIxMC4wMzEiIHZpZXdCb3g9IjAgMCA2LjAzMSAxMC4wMzEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJSaWdodF9hcnJvdy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTgwNC43NCw2My42NmwtNC4wOTMsNC4wNTNhMC45NzIsMC45NzIsMCwwLDEtMS4zNjUsMCwwLjk1LDAuOTUsMCwwLDEsMC0xLjM1MWwzLjQxMi0zLjM3Ny0zLjQxMi0zLjM3N2EwLjk1LDAuOTUsMCwwLDEsMC0xLjM1MSwwLjk3MiwwLjk3MiwwLDAsMSwxLjM2NSwwbDQuMDkzLDQuMDUzQTAuOTQ4LDAuOTQ4LDAsMCwxLDgwNC43NCw2My42NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03OTkgLTU3Ljk2OSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat #eb5656;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 14px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 14px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0 0 0 transparent, 0px 10px 14px 0px rgba(235, 86, 86, 0.2);
}
.title-page .blocklist-15 .next:active, .title-page .blocklist-15 .next.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-15 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-15 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-15 .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-15 .bx-auto_controls {
  margin: auto 0 80px;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  width: auto;
  padding-bottom: 0.02px;
}
.title-page .blocklist-15 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-15 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-15 .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-15 .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-15 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.title-page .blocklist-15 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-15 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-15 .bx-pager a {
  margin: 2px 10px;
  border: 2px solid #f5f5f5;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: rgba(28, 37, 60, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  text-align: left;
}
.title-page .blocklist-15 .bx-pager a:active, .title-page .blocklist-15 .bx-pager a.active {
  border: 2px solid #eb5656;
  background: transparent;
}
.title-page .popover-container-15 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-15 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-15 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-15 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-15 .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-15 .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-15 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .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;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-15 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-15 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .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-15 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-15 .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-15 .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-15 .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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .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-15 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-15 .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-15 .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-15 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-15 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-15 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .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-15 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-15 .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-15 .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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .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-15 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-15 .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-15 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-15 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-15 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-6 {
  margin: 0 30px;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/Kvadro.svg") left 0px bottom 0px / 35px repeat-x #f5f5f5;
  max-width: 100%;
  z-index: 4;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  padding-bottom: 0.02px;
  padding-top: 0.02px;
  padding-left: 0;
}
.title-page .block-21 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-16 {
  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;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 90px;
  right: 0;
}
.title-page .popover-wrap-22 .popover-body {
  padding: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  width: 280px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-22 .popover-body .form_text input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  margin-bottom: 6px;
}
.title-page .popover-wrap-22 .popover-body .form_calendar input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval input {
  padding: 13px 8px 13px 15px;
  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;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  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: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-22 .popover-body textarea {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-22 .popover-body .s3_button_large {
  padding: 10px 16px;
  background: none #eb5656;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-22 .popover-body .s3_button_large:hover, .title-page .popover-wrap-22 .popover-body .s3_button_large.hover, .title-page .popover-wrap-22 .popover-body .s3_button_large.active {
  background: none #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-22 .popover-body .s3_button_large:active, .title-page .popover-wrap-22 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
  color: #fff;
}
.title-page .popover-wrap-22 .popover-body .s3_message {
  padding: 15px;
  margin: 1em auto;
  display: table;
  background: #eb5656;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-22 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, none #ededed;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 4px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #fff;
  box-shadow: 0px 0px 0px 4px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-22 .popover-close:hover, .title-page .popover-wrap-22 .popover-close.hover, .title-page .popover-wrap-22 .popover-close.active {
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #ededed;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-22 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-22 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-22 .header {
  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-22 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-22 .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-22 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-22 .body-outer {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 80px;
}
.title-page .blocklist-22 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-22 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-22 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-22 .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-22 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-22 .item {
  margin: 0 10px;
  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;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-22 .text {
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #999;
  line-height: 1.7;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-22 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-22 .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;
  width: 90px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-22 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-22 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-22 .img-convert {
  padding: 26px 45px;
  box-sizing: border-box;
  width: 89px;
  height: 90px;
  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-box-shadow: 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  /* background: #eb5656; */
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .blocklist-22 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-22 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-22 .title {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 18px;
  padding-top: 40px;
  padding-bottom: 5px;
  color:#000;
}
.title-page .blocklist-22 .sub-title {
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 25px;
}
.title-page .blocklist-22 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-22 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-22 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-22 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-22 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-22 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-22 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-22 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-22 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-22 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-22 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-22 .footer {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-22 .all {
  padding: 26px 45px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  font-size: 13px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0 0 0 transparent, 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  background: none #eb5656;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
}
.title-page .blocklist-22 .all:hover, .title-page .blocklist-22 .all.hover, .title-page .blocklist-22 .all.active {
  color: #000;
  -webkit-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  background: none #fff;
}
.title-page .blocklist-22 .all:active, .title-page .blocklist-22 .all.active {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  background: repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
}
.title-page .blocklist-22 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-22 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-22 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-22 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-22 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-22 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: 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-22 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-22 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-22 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-22 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-22 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-22 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-22 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-22 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-22 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-22 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .blocklist-22 .bx-pager a:active, .title-page .blocklist-22 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-22 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-22 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-22 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-22 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-22 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-22 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-22 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-22 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-22 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-22 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-22 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  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: 13px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-22 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-22 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-22 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
.title-page .popover-wrap-22 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-22 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-22 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-22 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-22 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-22 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-22 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-22 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-5 .layout_19 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-5 .layout_48 {
  -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-5 {
  padding: 60px 0 60px 50px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  background: linear-gradient(to right, #fff 81%, rgba(255, 255, 255, 0) 81%);
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-15 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  min-height: 620px;
  width: 480px;
  padding-left: 40px;
  padding-bottom: 40px;
  background: url("../images/Tochka.svg") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-19 .popover-body {
  padding: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  width: 280px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_text input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  margin-bottom: 6px;
}
.title-page .popover-wrap-19 .popover-body .form_calendar input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval input {
  padding: 13px 8px 13px 15px;
  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;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  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: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-19 .popover-body textarea {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-19 .popover-body .s3_button_large {
  padding: 10px 16px;
  background: none #eb5656;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-19 .popover-body .s3_button_large:hover, .title-page .popover-wrap-19 .popover-body .s3_button_large.hover, .title-page .popover-wrap-19 .popover-body .s3_button_large.active {
  background: none #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-19 .popover-body .s3_button_large:active, .title-page .popover-wrap-19 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
  color: #fff;
}
.title-page .popover-wrap-19 .popover-body .s3_message {
  padding: 15px;
  margin: 1em auto;
  display: table;
  background: #eb5656;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-19 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, none #ededed;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 4px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #fff;
  box-shadow: 0px 0px 0px 4px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-19 .popover-close:hover, .title-page .popover-wrap-19 .popover-close.hover, .title-page .popover-wrap-19 .popover-close.active {
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #ededed;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .editable_block-19 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-19 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-19 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-19 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-19 .title {
  box-sizing: border-box;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-19 .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-19 .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-19 .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-19 .img-convert {
  box-sizing: border-box;
  width: 480px;
  height: 620px;
  -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-19 .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-19 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
}
.title-page .editable_block-19 .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-19 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-19 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-19 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-19 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-19 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-19 .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-19 .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-19 .clear {
  clear: both;
}
.title-page .popover-container-19 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-19 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-19 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-19 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-19 .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-19 .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-19 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-19 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-19 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-19 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .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-19 .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-19 .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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-19 .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-19 .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-19 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-19 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-19 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-19 .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-19 .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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
.title-page .popover-wrap-19 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-19 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-19 .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-19 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-19 .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-19 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-19 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-19 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-19 {
  margin: 0 0 auto;
  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;
}
.title-page .widget-12 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  padding-right: 30px;
  right: 0;
}
.title-page .popover-wrap-16 .popover-body {
  padding: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  width: 280px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-16 .popover-body .form_text input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  margin-bottom: 6px;
}
.title-page .popover-wrap-16 .popover-body .form_calendar input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-16 .popover-body .form_calendar_interval input {
  padding: 13px 8px 13px 15px;
  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;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  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: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-16 .popover-body textarea {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-16 .popover-body .s3_button_large {
  padding: 10px 16px;
  background: none #eb5656;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  width: 200px;
  margin-top: 10px;
}
.title-page .popover-wrap-16 .popover-body .s3_button_large:hover, .title-page .popover-wrap-16 .popover-body .s3_button_large.hover, .title-page .popover-wrap-16 .popover-body .s3_button_large.active {
  background: none #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-16 .popover-body .s3_button_large:active, .title-page .popover-wrap-16 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
  color: #fff;
}
.title-page .popover-wrap-16 .popover-body .s3_message {
  padding: 15px;
  margin: 1em auto;
  display: table;
  background: #eb5656;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-16 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, none #ededed;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 4px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #fff;
  box-shadow: 0px 0px 0px 4px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-16 .popover-close:hover, .title-page .popover-wrap-16 .popover-close.hover, .title-page .popover-wrap-16 .popover-close.active {
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #ededed;
}
.title-page .popover-wrap-16 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-16 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-16 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-16 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .editable_block-16 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-16 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-16 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-16 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-16 .title {
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  text-decoration: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-weight: 500;
  padding-bottom: 50px;
  padding-top: 20px;
}
.title-page .editable_block-16 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-16 .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-16 .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-16 .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-16 .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-16 .text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  color: #999;
  line-height: 1.9;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 50px;
  -webkit-box-shadow: inset 0px -1px 0px #f5f5f5;
  -moz-box-shadow: inset 0px -1px 0px #f5f5f5;
  box-shadow: inset 0px -1px 0px #f5f5f5;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: 40px;
}
.title-page .editable_block-16 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-16 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-16 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-16 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-16 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-16 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-16 .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;
  color: #000;
  text-decoration: none;
}
.title-page .editable_block-16 .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-16 .clear {
  clear: both;
}
.title-page .popover-container-16 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-16 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-16 .popover-form-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 26px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-16 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-16 .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-16 .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-16 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-16 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .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;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-16 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-16 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .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-16 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-16 .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-16 .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-16 .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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .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-16 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-16 .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-16 .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-16 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-16 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-16 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-16 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .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-16 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-16 .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-16 .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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
.title-page .popover-wrap-16 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-16 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-16 .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-16 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-16 .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-16 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-16 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-16 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-13 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 400px;
  padding-bottom: 20px;
}
.title-page .phones-17 p:first-child {
  margin-top: 0;
}
.title-page .phones-17 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-17 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-17 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-17 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy45MzgiIGhlaWdodD0iMTkuNjg4IiB2aWV3Qm94PSIwIDAgMTMuOTM4IDE5LjY4OCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlBob25lLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNODQ2LjQwOSw3Ny44NDJoLTguODE4YTIuNTc1LDIuNTc1LDAsMCwxLTIuNTY4LTIuNTc3VjYwLjczNWEyLjU3NiwyLjU3NiwwLDAsMSwyLjU2OC0yLjU3N2g4LjgxOGEyLjU3NiwyLjU3NiwwLDAsMSwyLjU2OCwyLjU3N1Y3NS4yNjZBMi41NzUsMi41NzUsMCwwLDEsODQ2LjQwOSw3Ny44NDJabTAuNzg1LTE3LjEwN2EwLjc4NywwLjc4NywwLDAsMC0uNzg1LTAuNzg3aC04LjgxOGEwLjc4NywwLjc4NywwLDAsMC0uNzg1Ljc4N1Y3MC44NzhoMTAuMzg4VjYwLjczNVptMCwxMS45MzRIODM2LjgwNnYyLjZhMC43ODcsMC43ODcsMCwwLDAsLjc4NS43ODdoOC44MThhMC44LDAuOCwwLDAsMCwuNzg1LTAuNzg3di0yLjZabS02LjA4Ni44aDEuNzg0djEuNzg5aC0xLjc4NFY3My40NjZabTIuOTYtMTAuOTMxaC00LjEzNlY2MC43NDVoNC4xMzZ2MS43ODlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODM1LjAzMSAtNTguMTU2KSIgZmlsbD0iI2ViNTY1NiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #f5f5f5;
  margin-right: 5px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .phones-17 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-17 .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;
  margin-left: 20px;
}
.title-page .phones-17 .title {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #999;
  line-height: 1.5;
  text-decoration: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 13px;
  padding-bottom: 10px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-17 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  line-height: 1.5;
  text-decoration: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 20px;
  font-weight: 500;
}
.title-page .phones-17 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-17 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-17 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-14 {
  margin: 19px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 400px;
}
.title-page .email-18 p:first-child {
  margin-top: 0;
}
.title-page .email-18 p:last-child {
  margin-bottom: 0;
}
.title-page .email-18 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-18 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-18 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4wNjIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMC4wNjIgMTYiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJNYWlsLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNODAxLjk4NCw4Ny4wMDl2MTUuOTgyaDIwLjAzMlY4Ny4wMDlIODAxLjk4NFptMTYuNzU0LDEuOUw4MTIsOTUuNTc4bC02LjczOC02LjY2OWgxMy40NzZaTTgwMy45LDEwMS4wOTFWOTAuMjUybDguMSw4LjAxNCw4LjEtOC4wMTN2MTAuODM4SDgwMy45WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgwMS45NjkgLTg3KSIgZmlsbD0iI2ViNTY1NiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #f5f5f5;
  margin-right: 5px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .email-18 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-18 .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;
  margin-left: 20px;
}
.title-page .email-18 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #999;
  line-height: 1.5;
  text-decoration: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 10px;
}
.title-page .email-18 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  line-height: 1.5;
  text-decoration: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 20px;
  font-weight: 500;
}
.title-page .email-18 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-18 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-18 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  max-width: 100%;
  z-index: 3;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-18 {
  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;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 120px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-24 .popover-body {
  padding: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  width: 280px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-24 .popover-body .form_text input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  margin-bottom: 6px;
}
.title-page .popover-wrap-24 .popover-body .form_calendar input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-24 .popover-body .form_calendar_interval input {
  padding: 13px 8px 13px 15px;
  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;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  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: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-24 .popover-body textarea {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-24 .popover-body .s3_button_large {
  padding: 10px 16px;
  background: none #eb5656;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  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 {
  background: none #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-24 .popover-body .s3_button_large:active, .title-page .popover-wrap-24 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
  color: #fff;
}
.title-page .popover-wrap-24 .popover-body .s3_message {
  padding: 15px;
  margin: 1em auto;
  display: table;
  background: #eb5656;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-24 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, none #ededed;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 4px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #fff;
  box-shadow: 0px 0px 0px 4px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-24 .popover-close:hover, .title-page .popover-wrap-24 .popover-close.hover, .title-page .popover-wrap-24 .popover-close.active {
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #ededed;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-24 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .blocklist-24 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-24 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-24 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 50px;
}
.title-page .blocklist-24 .header_text {
  font-size: 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 500;
}
.title-page .blocklist-24 .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-24 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-24 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-24 .body {
  margin: 0 -20px;
  box-sizing: border-box;
}
.title-page .blocklist-24 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-24 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-24 .bx-wrapper {
  max-width: 1280px;
}
.title-page .blocklist-24 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-24 .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: 1280px;
}
.title-page .blocklist-24 .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-24 .item {
  padding: 60px;
  margin: 0 20px;
  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;
  -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;
  left: 0;
  right: 0;
  flex-basis: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNS45MzgiIHZpZXdCb3g9IjAgMCAzNiAzNS45MzgiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJyZXZpZXdzLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTMzMywyMzVhMTIuOTkyLDEyLjk5MiwwLDAsMS0xMiwxMi45NDhWMjQyLjkzYTcuOTkxLDcuOTkxLDAsMCwwLDYuOTEtNi45M0gxMzE5YTEsMSwwLDAsMS0xLTFWMjEzYTEsMSwwLDAsMSwxLTFoMTNhMSwxLDAsMCwxLDEsMXYyMmgwWm0tMzMsMTIuOTQ4VjI0Mi45M2E3Ljk5MSw3Ljk5MSwwLDAsMCw2LjkxLTYuOTNIMTI5OGExLDEsMCwwLDEtMS0xVjIxM2ExLDEsMCwwLDEsMS0xaDEzYTEsMSwwLDAsMSwxLDF2MjJoMEExMi45OTIsMTIuOTkyLDAsMCwxLDEzMDAsMjQ3Ljk0OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjk3IC0yMTIpIiBmaWxsPSIjZWI1NjU2IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiLz4KPC9zdmc+") right 60px bottom 90px / auto auto no-repeat #f5f5f5;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
}
.title-page .blocklist-24 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #999;
  line-height: 2;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 40px;
}
.title-page .blocklist-24 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-24 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  margin-right: 15px;
  margin-left: 0;
  max-width: 100%;
}
.title-page .blocklist-24 .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-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 .blocklist-24 .img-convert {
  box-sizing: border-box;
  width: 90px;
  height: 90px;
  text-align: center;
  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: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-24 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-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 .blocklist-24 .title {
  font-weight: 600;
  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;
  text-decoration: none;
  font-size: 18px;
  padding-bottom: 10px;
  margin-top: 25px;
  padding-left: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-right: 50px;
}
.title-page .blocklist-24 .sub-title {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #eb5656;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 13px;
  padding-left: 20px;
  margin-right: 50px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-24 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-24 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-24 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-24 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-24 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-24 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-24 .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-24 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-24 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-24 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-24 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-24 .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-24 .controls {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: 80px;
  z-index: 1;
  text-align: justify;
  margin-left: -55px;
  bottom: auto;
  width: auto;
  margin-right: 60px;
}
.title-page .blocklist-24 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjAzMSIgaGVpZ2h0PSIxMC4wMzEiIHZpZXdCb3g9IjAgMCA2LjAzMSAxMC4wMzEiPgogIDxkZWZzPgogICAgPHN0eWxlPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJMZWZ0X2Fycm93LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzQxLjMwNiw2Mi45ODVsMy40MTEsMy4zNzdhMC45NDgsMC45NDgsMCwwLDEsMCwxLjM1MSwwLjk3MSwwLjk3MSwwLDAsMS0xLjM2NCwwbC00LjA5NC00LjA1M2EwLjk1LDAuOTUsMCwwLDEsMC0xLjM1MWw0LjA5NC00LjA1M2EwLjk3MSwwLjk3MSwwLDAsMSwxLjM2NCwwLDAuOTQ4LDAuOTQ4LDAsMCwxLDAsMS4zNTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzM4Ljk2OSAtNTcuOTY5KSIvPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat, none transparent;
  box-sizing: border-box;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f5f5f5, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #f5f5f5, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #f5f5f5, 0 0 0 transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-24 .prev:hover, .title-page .blocklist-24 .prev.hover, .title-page .blocklist-24 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjAzMSIgaGVpZ2h0PSIxMC4wMzEiIHZpZXdCb3g9IjAgMCA2LjAzMSAxMC4wMzEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJMZWZ0X2Fycm93LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzQxLjMwNiw2Mi45ODVsMy40MTEsMy4zNzdhMC45NDgsMC45NDgsMCwwLDEsMCwxLjM1MSwwLjk3MSwwLjk3MSwwLDAsMS0xLjM2NCwwbC00LjA5NC00LjA1M2EwLjk1LDAuOTUsMCwwLDEsMC0xLjM1MWw0LjA5NC00LjA1M2EwLjk3MSwwLjk3MSwwLDAsMSwxLjM2NCwwLDAuOTQ4LDAuOTQ4LDAsMCwxLDAsMS4zNTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzM4Ljk2OSAtNTcuOTY5KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat, none #eb5656;
  -webkit-box-shadow: inset 0px 0px 0px 2px #eb5656, 0px 10px 14px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 2px #eb5656, 0px 10px 14px 0px rgba(235, 86, 86, 0.2);
  box-shadow: inset 0px 0px 0px 2px #eb5656, 0px 10px 14px 0px rgba(235, 86, 86, 0.2);
}
.title-page .blocklist-24 .prev:active, .title-page .blocklist-24 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjAzMSIgaGVpZ2h0PSIxMC4wMzEiIHZpZXdCb3g9IjAgMCA2LjAzMSAxMC4wMzEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJMZWZ0X2Fycm93LnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzQxLjMwNiw2Mi45ODVsMy40MTEsMy4zNzdhMC45NDgsMC45NDgsMCwwLDEsMCwxLjM1MSwwLjk3MSwwLjk3MSwwLDAsMS0xLjM2NCwwbC00LjA5NC00LjA1M2EwLjk1LDAuOTUsMCwwLDEsMC0xLjM1MWw0LjA5NC00LjA1M2EwLjk3MSwwLjk3MSwwLDAsMSwxLjM2NCwwLDAuOTQ4LDAuOTQ4LDAsMCwxLDAsMS4zNTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzM4Ljk2OSAtNTcuOTY5KSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
  -webkit-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
}
.title-page .blocklist-24 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjAzMSIgaGVpZ2h0PSIxMC4wMzEiIHZpZXdCb3g9IjAgMCA2LjAzMSAxMC4wMzEiPgogIDxkZWZzPgogICAgPHN0eWxlPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJSaWdodF9hcnJvdy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTgwNC43NCw2My42NmwtNC4wOTMsNC4wNTNhMC45NzIsMC45NzIsMCwwLDEtMS4zNjUsMCwwLjk1LDAuOTUsMCwwLDEsMC0xLjM1MWwzLjQxMi0zLjM3Ny0zLjQxMi0zLjM3N2EwLjk1LDAuOTUsMCwwLDEsMC0xLjM1MSwwLjk3MiwwLjk3MiwwLDAsMSwxLjM2NSwwbDQuMDkzLDQuMDUzQTAuOTQ4LDAuOTQ4LDAsMCwxLDgwNC43NCw2My42NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03OTkgLTU3Ljk2OSkiLz4KPC9zdmc+") left 50% top 50% / auto auto no-repeat transparent;
  box-sizing: border-box;
  text-align: left;
  min-height: 50px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f5f5f5, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #f5f5f5, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #f5f5f5, 0 0 0 transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: 10px;
}
.title-page .blocklist-24 .next:hover, .title-page .blocklist-24 .next.hover, .title-page .blocklist-24 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjAzMSIgaGVpZ2h0PSIxMC4wMzEiIHZpZXdCb3g9IjAgMCA2LjAzMSAxMC4wMzEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJSaWdodF9hcnJvdy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTgwNC43NCw2My42NmwtNC4wOTMsNC4wNTNhMC45NzIsMC45NzIsMCwwLDEtMS4zNjUsMCwwLjk1LDAuOTUsMCwwLDEsMC0xLjM1MWwzLjQxMi0zLjM3Ny0zLjQxMi0zLjM3N2EwLjk1LDAuOTUsMCwwLDEsMC0xLjM1MSwwLjk3MiwwLjk3MiwwLDAsMSwxLjM2NSwwbDQuMDkzLDQuMDUzQTAuOTQ4LDAuOTQ4LDAsMCwxLDgwNC43NCw2My42NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03OTkgLTU3Ljk2OSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat #eb5656;
  -webkit-box-shadow: inset 0px 0px 0px 2px #eb5656, 0px 10px 14px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 2px #eb5656, 0px 10px 14px 0px rgba(235, 86, 86, 0.2);
  box-shadow: inset 0px 0px 0px 2px #eb5656, 0px 10px 14px 0px rgba(235, 86, 86, 0.2);
}
.title-page .blocklist-24 .next:active, .title-page .blocklist-24 .next.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
}
.title-page .blocklist-24 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-24 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-24 .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-24 .bx-auto_controls {
  margin: auto auto 80px;
  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-24 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-24 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-24 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-24 .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-24 .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-24 .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-24 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-24 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-24 .bx-pager a {
  margin: 2px 10px;
  border: 2px solid #fff;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #b0bfc7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-24 .bx-pager a:active, .title-page .blocklist-24 .bx-pager a.active {
  border: 2px solid #eb5656;
  background: transparent;
}
.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: 26px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  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 {
  margin-top: 0;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.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 {
  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;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_html_block {
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.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 {
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_radio {
  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;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_select {
  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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-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;
  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: 13px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.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 {
  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 {
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
.title-page .popover-wrap-24 .popover-body .s3_form_item.form_upload {
  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;
}
.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: #f00;
}
.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: #ababab;
}
.title-page .popover-wrap-24 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-24 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-11 {
  margin: -30px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
}
.title-page .block-10 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1280px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
  text-decoration: none;
}
.title-page .block-20 .layout_32 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-20 .layout_37 {
  -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-20 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  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;
  padding-bottom: 30px;
  right: 0;
}
.title-page .block-12 {
  margin: 0 0 auto;
  border: none;
  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-bottom: 80px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 120px;
}
.title-page .block-8 .layout_26 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-8 .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-8 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-20 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 290px;
  padding-bottom: 15px;
  right: 0;
}
.title-page .phones-26 p:first-child {
  margin-top: 0;
}
.title-page .phones-26 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-26 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-26 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-26 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy45MzgiIGhlaWdodD0iMTkuNjg4IiB2aWV3Qm94PSIwIDAgMTMuOTM4IDE5LjY4OCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlBob25lLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNODQ2LjQwOSw3Ny44NDJoLTguODE4YTIuNTc1LDIuNTc1LDAsMCwxLTIuNTY4LTIuNTc3VjYwLjczNWEyLjU3NiwyLjU3NiwwLDAsMSwyLjU2OC0yLjU3N2g4LjgxOGEyLjU3NiwyLjU3NiwwLDAsMSwyLjU2OCwyLjU3N1Y3NS4yNjZBMi41NzUsMi41NzUsMCwwLDEsODQ2LjQwOSw3Ny44NDJabTAuNzg1LTE3LjEwN2EwLjc4NywwLjc4NywwLDAsMC0uNzg1LTAuNzg3aC04LjgxOGEwLjc4NywwLjc4NywwLDAsMC0uNzg1Ljc4N1Y3MC44NzhoMTAuMzg4VjYwLjczNVptMCwxMS45MzRIODM2LjgwNnYyLjZhMC43ODcsMC43ODcsMCwwLDAsLjc4NS43ODdoOC44MThhMC44LDAuOCwwLDAsMCwuNzg1LTAuNzg3di0yLjZabS02LjA4Ni44aDEuNzg0djEuNzg5aC0xLjc4NFY3My40NjZabTIuOTYtMTAuOTMxaC00LjEzNlY2MC43NDVoNC4xMzZ2MS43ODlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODM1LjAzMSAtNTguMTU2KSIgZmlsbD0iI2ViNTY1NiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #f5f5f5;
  margin-right: 5px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .phones-26 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-26 .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;
  margin-left: 0;
  width: auto;
  margin-right: 0;
  padding-left: 20px;
}
.title-page .phones-26 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #999;
  line-height: 1.5;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 13px;
  padding-bottom: 5px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 0.02px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .phones-26 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  line-height: 1.5;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 500;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .phones-26 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-26 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-26 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-22 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  /* padding-bottom: 35px; */
}
.title-page .address-28 p:first-child {
  margin-top: 0;
}
.title-page .address-28 p:last-child {
  margin-bottom: 0;
}
.title-page .address-28 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-28 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-28 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi42MiIgaGVpZ2h0PSIyMC4wNjIiIHZpZXdCb3g9IjAgMCAxNi42MiAyMC4wNjIiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJtYXAuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjQxLjM4LDIzNC4xNWwtNS44OCw1Ljg3Ni01Ljg4LTUuODc2QTguMyw4LjMsMCwxLDEsMTI0MS4zOCwyMzQuMTVabS0xLjI3LTEwLjQ4NmE2LjUyLDYuNTIsMCwwLDAtOS4yMiw5LjIyMWw0LjYxLDQuNjExLDQuNjEtNC42MTFBNi41NDQsNi41NDQsMCwwLDAsMTI0MC4xMSwyMjMuNjY0Wm0tNC42MSw4LjU1MmEzLjkzLDMuOTMsMCwxLDEsMi43OS0xLjE1MkEzLjkwNiwzLjkwNiwwLDAsMSwxMjM1LjUsMjMyLjIxNlptMS41Mi01LjQ2NmEyLjE1MywyLjE1MywwLDAsMC0zLjA0LDMuMDQ5LDIuMjA3LDIuMjA3LDAsMCwwLDMuMDQsMEEyLjE2LDIuMTYsMCwwLDAsMTIzNy4wMiwyMjYuNzVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIyNy4xOSAtMjE5Ljk2OSkiIGZpbGw9IiNlYjU2NTYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIvPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat #f5f5f5;
  margin-right: 5px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .address-28 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-28 .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;
  padding-left: 20px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
    padding-bottom: 15px;
}
.title-page .address-28 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #999;
  line-height: 1.5;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 13px;
  padding-bottom: 5px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .address-28 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .address-28 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-28 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-7 .layout_27 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-7 .layout_29 {
  -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-7 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  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;
  right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-21 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 320px;
  right: 0;
}
.title-page .email-27 p:first-child {
  margin-top: 0;
}
.title-page .email-27 p:last-child {
  margin-bottom: 0;
}
.title-page .email-27 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-27 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-27 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4wNjIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMC4wNjIgMTYiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJNYWlsLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNODAxLjk4NCw4Ny4wMDl2MTUuOTgyaDIwLjAzMlY4Ny4wMDlIODAxLjk4NFptMTYuNzU0LDEuOUw4MTIsOTUuNTc4bC02LjczOC02LjY2OWgxMy40NzZaTTgwMy45LDEwMS4wOTFWOTAuMjUybDguMSw4LjAxNCw4LjEtOC4wMTN2MTAuODM4SDgwMy45WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgwMS45NjkgLTg3KSIgZmlsbD0iI2ViNTY1NiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #f5f5f5;
  margin-right: 5px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .email-27 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-27 .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;
  margin-left: 0;
  width: auto;
  margin-right: 0;
  padding-left: 20px;
}
.title-page .email-27 .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #999;
  line-height: 1.5;
  text-decoration: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 13px;
  padding-top: 0.02px;
  padding-bottom: 5px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .email-27 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  line-height: 1.5;
  text-decoration: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 20px;
  font-weight: 500;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .email-27 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-27 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-23 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .widgetsocial-29 .soc-header {
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: left;
  text-decoration: none;
  color: #999;
}
.title-page .widgetsocial-29 .soc-content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  text-align: inherit;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .widgetsocial-29 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}
.title-page .widgetsocial-29 .soc {
  margin: 5px 10px 5px 0;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
  align-self: auto;
}
.title-page .widgetsocial-29 .vk .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS45NjkiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNS45NjkgMTAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJfNFZrLnN2ZyIgZGF0YS1uYW1lPSI0Vmsuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNzcuNywxOTVhNC44NDYsNC44NDYsMCwwLDAtMiwuMjE4Yy0wLjI3NS4xNDQtLjQ4NCwwLjQ3LTAuMzU2LDAuNDg2YTEuMDY2LDEuMDY2LDAsMCwxLC43MTIuMzkyLDIuNywyLjcsMCwwLDEsLjIzOCwxLjE3OHMwLjEzNiwyLjI1LS4zMzUsMi41MzNjLTAuMzIzLjE5Mi0uNzY2LTAuMi0xLjcyNC0xLjk4OGExNy40NzEsMTcuNDcxLDAsMCwxLS44NTgtMS45MzcsMC43NDIsMC43NDIsMCwwLDAtLjItMC4yODcsMC45ODEsMC45ODEsMCwwLDAtLjM3MS0wLjE2NGwtMi4yODcuMDE1YTAuNzQ3LDAuNzQ3LDAsMCwwLS40NjUuMTc0LDAuNTY3LDAuNTY3LDAsMCwwLS4wMDkuNDRzMS43ODksNC41NDMsMy44MTYsNi44MzJhNS4yNTUsNS4yNTUsMCwwLDAsMy45NjYsMS45NjJoMC45NThhMC43NzgsMC43NzgsMCwwLDAsLjQzNC0wLjIsMC44LDAuOCwwLDAsMCwuMTMzLTAuNDU3cy0wLjAxOC0xLjM5MS41NzUtMS42LDEuMzM3LDEuMzQ3LDIuMTM2LDEuOTQxYTEuNDM0LDEuNDM0LDAsMCwwLDEuMDY4LjM1MmwyLjEzNi0uMDM1YTAuNjQ3LDAuNjQ3LDAsMCwwLC41ODUtMS4wMjksNy41NzUsNy41NzUsMCwwLDAtMS41ODQtMS45OTNjLTEuMzQyLTEuMzQ3LTEuMTY0LTEuMTI5LjQ1MS0zLjQ2MiwwLjk4Mi0xLjQyMiwxLjM3NC0yLjI5LDEuMjUyLTIuNjY2YTAuODg1LDAuODg1LDAsMCwwLS44NC0wLjI1OGwtMi40MDYuMDE1YTAuNTE1LDAuNTE1LDAsMCwwLS4zMS4wNiwwLjcxMiwwLjcxMiwwLDAsMC0uMjEuMjgyLDE2LjE3OSwxNi4xNzksMCwwLDEtLjg5MSwyLjAzNmMtMS4wNjgsMS45NzEtMS41LDIuMDgxLTEuNjc0LDEuOTU3LTAuNDA3LS4yODctMC4zMDYtMS4xNS0wLjMwNi0xLjc1OSwwLTEuOTE3LjI2OS0yLjcxLS41Mi0yLjkxOEEzLjc0NiwzLjc0NiwwLDAsMCwxNzcuNywxOTVoMFptMCwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcwIC0xOTUpIiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat, none #f5f5f5;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-29 .vk .wg-soc-icon:hover, .title-page .widgetsocial-29 .vk .wg-soc-icon.hover, .title-page .widgetsocial-29 .vk .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS45NjkiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNS45NjkgMTAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJfNFZrLnN2ZyIgZGF0YS1uYW1lPSI0Vmsuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNzcuNywxOTVhNC44NDYsNC44NDYsMCwwLDAtMiwuMjE4Yy0wLjI3NS4xNDQtLjQ4NCwwLjQ3LTAuMzU2LDAuNDg2YTEuMDY2LDEuMDY2LDAsMCwxLC43MTIuMzkyLDIuNywyLjcsMCwwLDEsLjIzOCwxLjE3OHMwLjEzNiwyLjI1LS4zMzUsMi41MzNjLTAuMzIzLjE5Mi0uNzY2LTAuMi0xLjcyNC0xLjk4OGExNy40NzEsMTcuNDcxLDAsMCwxLS44NTgtMS45MzcsMC43NDIsMC43NDIsMCwwLDAtLjItMC4yODcsMC45ODEsMC45ODEsMCwwLDAtLjM3MS0wLjE2NGwtMi4yODcuMDE1YTAuNzQ3LDAuNzQ3LDAsMCwwLS40NjUuMTc0LDAuNTY3LDAuNTY3LDAsMCwwLS4wMDkuNDRzMS43ODksNC41NDMsMy44MTYsNi44MzJhNS4yNTUsNS4yNTUsMCwwLDAsMy45NjYsMS45NjJoMC45NThhMC43NzgsMC43NzgsMCwwLDAsLjQzNC0wLjIsMC44LDAuOCwwLDAsMCwuMTMzLTAuNDU3cy0wLjAxOC0xLjM5MS41NzUtMS42LDEuMzM3LDEuMzQ3LDIuMTM2LDEuOTQxYTEuNDM0LDEuNDM0LDAsMCwwLDEuMDY4LjM1MmwyLjEzNi0uMDM1YTAuNjQ3LDAuNjQ3LDAsMCwwLC41ODUtMS4wMjksNy41NzUsNy41NzUsMCwwLDAtMS41ODQtMS45OTNjLTEuMzQyLTEuMzQ3LTEuMTY0LTEuMTI5LjQ1MS0zLjQ2MiwwLjk4Mi0xLjQyMiwxLjM3NC0yLjI5LDEuMjUyLTIuNjY2YTAuODg1LDAuODg1LDAsMCwwLS44NC0wLjI1OGwtMi40MDYuMDE1YTAuNTE1LDAuNTE1LDAsMCwwLS4zMS4wNiwwLjcxMiwwLjcxMiwwLDAsMC0uMjEuMjgyLDE2LjE3OSwxNi4xNzksMCwwLDEtLjg5MSwyLjAzNmMtMS4wNjgsMS45NzEtMS41LDIuMDgxLTEuNjc0LDEuOTU3LTAuNDA3LS4yODctMC4zMDYtMS4xNS0wLjMwNi0xLjc1OSwwLTEuOTE3LjI2OS0yLjcxLS41Mi0yLjkxOEEzLjc0NiwzLjc0NiwwLDAsMCwxNzcuNywxOTVoMFptMCwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcwIC0xOTUpIiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #f5f5f5;
}
.title-page .widgetsocial-29 .fb .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgOCAxNiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il80RmFjZWJvb2suc3ZnIiBkYXRhLW5hbWU9IjRGYWNlYm9vay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTIyOS4xOTMsMjA4LjAwN3YtNy4zaDIuMzU1bDAuMzUzLTIuODQ2aC0yLjcwOHYtMS44MTdhMS4xNTksMS4xNTksMCwwLDEsMS4zNTUtMS4zODVIMjMydi0yLjU0NWExOC41MzYsMTguNTM2LDAsMCwwLTIuMTEtLjExMmMtMi4wODgsMC0zLjUxOCwxLjMyNi0zLjUxOCwzLjc2MXYyLjFoLTIuMzYxdjIuODQ2aDIuMzYxdjcuM2gyLjgyNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMjQgLTE5MikiIGZpbGw9IiMwMDAwMDAiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat, none #f5f5f5;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-29 .fb .wg-soc-icon:hover, .title-page .widgetsocial-29 .fb .wg-soc-icon.hover, .title-page .widgetsocial-29 .fb .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgOCAxNiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il80RmFjZWJvb2suc3ZnIiBkYXRhLW5hbWU9IjRGYWNlYm9vay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTIyOS4xOTMsMjA4LjAwN3YtNy4zaDIuMzU1bDAuMzUzLTIuODQ2aC0yLjcwOHYtMS44MTdhMS4xNTksMS4xNTksMCwwLDEsMS4zNTUtMS4zODVIMjMydi0yLjU0NWExOC41MzYsMTguNTM2LDAsMCwwLTIuMTEtLjExMmMtMi4wODgsMC0zLjUxOCwxLjMyNi0zLjUxOCwzLjc2MXYyLjFoLTIuMzYxdjIuODQ2aDIuMzYxdjcuM2gyLjgyNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMjQgLTE5MikiIGZpbGw9IiMwMDAwMDAiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #f5f5f5;
}
.title-page .widgetsocial-29 .tw .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE3IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRUd2l0dGVyLnN2ZyIgZGF0YS1uYW1lPSI0VHdpdHRlci5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTI4Ny4wMDcsMTk0LjY1MWE2Ljg2OCw2Ljg2OCwwLDAsMS0yLC41NTcsMy41MzIsMy41MzIsMCwwLDAsMS41MzMtMS45NTYsNi45LDYuOSwwLDAsMS0yLjIxNC44NTgsMy40NjIsMy40NjIsMCwwLDAtMi41NDYtMS4xMTYsMy41MTEsMy41MTEsMCwwLDAtMy40ODcsMy41MzUsMy42MTEsMy42MTEsMCwwLDAsLjA5LjgwNSw5Ljg1Myw5Ljg1MywwLDAsMS03LjE4Ny0zLjY5MywzLjU3MSwzLjU3MSwwLDAsMCwxLjA3OSw0LjcxOSwzLjQyNiwzLjQyNiwwLDAsMS0xLjU3OS0uNDQyYzAsMC4wMTUsMCwuMDMsMCwwLjA0NGEzLjUyNSwzLjUyNSwwLDAsMCwyLjgsMy40NjYsMy40NTUsMy40NTUsMCwwLDEtMS41NzQuMDYxLDMuNSwzLjUsMCwwLDAsMy4yNTcsMi40NTQsNi45NTEsNi45NTEsMCwwLDEtNS4xNjMsMS40NjRBOS43NzgsOS43NzgsMCwwLDAsMjc1LjM1NSwyMDdhOS45MjcsOS45MjcsMCwwLDAsOS45MjItMTAuMDU3YzAtLjE1MywwLTAuMy0wLjAxLTAuNDU3QTcuMTQ3LDcuMTQ3LDAsMCwwLDI4Ny4wMDcsMTk0LjY1MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNzAgLTE5MykiIGZpbGw9IiMwMDAwMDAiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat, none #f5f5f5;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-29 .tw .wg-soc-icon:hover, .title-page .widgetsocial-29 .tw .wg-soc-icon.hover, .title-page .widgetsocial-29 .tw .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE3IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRUd2l0dGVyLnN2ZyIgZGF0YS1uYW1lPSI0VHdpdHRlci5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTI4Ny4wMDcsMTk0LjY1MWE2Ljg2OCw2Ljg2OCwwLDAsMS0yLC41NTcsMy41MzIsMy41MzIsMCwwLDAsMS41MzMtMS45NTYsNi45LDYuOSwwLDAsMS0yLjIxNC44NTgsMy40NjIsMy40NjIsMCwwLDAtMi41NDYtMS4xMTYsMy41MTEsMy41MTEsMCwwLDAtMy40ODcsMy41MzUsMy42MTEsMy42MTEsMCwwLDAsLjA5LjgwNSw5Ljg1Myw5Ljg1MywwLDAsMS03LjE4Ny0zLjY5MywzLjU3MSwzLjU3MSwwLDAsMCwxLjA3OSw0LjcxOSwzLjQyNiwzLjQyNiwwLDAsMS0xLjU3OS0uNDQyYzAsMC4wMTUsMCwuMDMsMCwwLjA0NGEzLjUyNSwzLjUyNSwwLDAsMCwyLjgsMy40NjYsMy40NTUsMy40NTUsMCwwLDEtMS41NzQuMDYxLDMuNSwzLjUsMCwwLDAsMy4yNTcsMi40NTQsNi45NTEsNi45NTEsMCwwLDEtNS4xNjMsMS40NjRBOS43NzgsOS43NzgsMCwwLDAsMjc1LjM1NSwyMDdhOS45MjcsOS45MjcsMCwwLDAsOS45MjItMTAuMDU3YzAtLjE1MywwLTAuMy0wLjAxLTAuNDU3QTcuMTQ3LDcuMTQ3LDAsMCwwLDI4Ny4wMDcsMTk0LjY1MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNzAgLTE5MykiIGZpbGw9IiMwMDAwMDAiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #f5f5f5;
}
.title-page .widgetsocial-29 .google .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE5IDEyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRHb29nbGUuc3ZnIiBkYXRhLW5hbWU9IjRHb29nbGUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zMzUuOSwyMDAuNDQzdjIuMDkzaC0xLjV2LTIuMDkzaC0yLjEwNnYtMS40OTFoMi4xMDZ2LTIuMDkzaDEuNXYyLjA5M0gzMzh2MS40OTFIMzM1LjlabS0xNS4xNDIsMy43NjJhNS45NzMsNS45NzMsMCwwLDEsLjA1Ny04LjQ4Myw2LjA0Niw2LjA0NiwwLDAsMSw4LjI4My0uMTUzbC0xLjc1OSwxLjc0NywwLDBhMy40MjIsMy40MjIsMCwwLDAtNC43Ny4xMjIsMy41OSwzLjU5LDAsMSwwLDUuMDUxLDUuMSwyLjcyOCwyLjcyOCwwLDAsMCwuNjYyLTEuMzUzaC0zLjIyN3YtMi4zOTNoNS42ODNhNi40LDYuNCwwLDAsMS0xLjM4OSw1LjQ1MUE2LjEyLDYuMTIsMCwwLDEsMzIwLjc1MywyMDQuMjA1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMxOSAtMTk0KSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat, none #f5f5f5;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-29 .google .wg-soc-icon:hover, .title-page .widgetsocial-29 .google .wg-soc-icon.hover, .title-page .widgetsocial-29 .google .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE5IDEyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRHb29nbGUuc3ZnIiBkYXRhLW5hbWU9IjRHb29nbGUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0zMzUuOSwyMDAuNDQzdjIuMDkzaC0xLjV2LTIuMDkzaC0yLjEwNnYtMS40OTFoMi4xMDZ2LTIuMDkzaDEuNXYyLjA5M0gzMzh2MS40OTFIMzM1LjlabS0xNS4xNDIsMy43NjJhNS45NzMsNS45NzMsMCwwLDEsLjA1Ny04LjQ4Myw2LjA0Niw2LjA0NiwwLDAsMSw4LjI4My0uMTUzbC0xLjc1OSwxLjc0NywwLDBhMy40MjIsMy40MjIsMCwwLDAtNC43Ny4xMjIsMy41OSwzLjU5LDAsMSwwLDUuMDUxLDUuMSwyLjcyOCwyLjcyOCwwLDAsMCwuNjYyLTEuMzUzaC0zLjIyN3YtMi4zOTNoNS42ODNhNi40LDYuNCwwLDAsMS0xLjM4OSw1LjQ1MUE2LjEyLDYuMTIsMCwwLDEsMzIwLjc1MywyMDQuMjA1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMxOSAtMTk0KSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #f5f5f5;
}
.title-page .widgetsocial-29 .ins .wg-soc-icon {
  border: none;
  background: url("../images/41Instagram (1).svg") left 50% top 50% / auto auto no-repeat, none #f5f5f5;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-29 .ins .wg-soc-icon:hover, .title-page .widgetsocial-29 .ins .wg-soc-icon.hover, .title-page .widgetsocial-29 .ins .wg-soc-icon.active {
  background: url("../images/41Instagram (1).svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #f5f5f5;
}
.title-page .widgetsocial-29 .ok .wg-soc-icon {
  border: none;
  background: url("../images/4Odnoklassniki (1).svg") left 50% top 50% / auto auto no-repeat, none #f5f5f5;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-29 .ok .wg-soc-icon:hover, .title-page .widgetsocial-29 .ok .wg-soc-icon.hover, .title-page .widgetsocial-29 .ok .wg-soc-icon.active {
  background: url("../images/4Odnoklassniki (1).svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #f5f5f5;
}
.title-page .widgetsocial-29 .mail .wg-soc-icon {
  border: none;
  background: url("../images/4Mail (1).svg") left 50% top 50% / auto auto no-repeat, none #f5f5f5;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-29 .mail .wg-soc-icon:hover, .title-page .widgetsocial-29 .mail .wg-soc-icon.hover, .title-page .widgetsocial-29 .mail .wg-soc-icon.active {
  background: url("../images/4Mail (1).svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #f5f5f5;
}
.title-page .widgetsocial-29 .pin .wg-soc-icon {
  border: none;
  background: url("../images/4Pinterest (1).svg") left 50% top 50% / auto auto no-repeat, none #f5f5f5;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-29 .pin .wg-soc-icon:hover, .title-page .widgetsocial-29 .pin .wg-soc-icon.hover, .title-page .widgetsocial-29 .pin .wg-soc-icon.active {
  background: url("../images/4Pinterest (1).svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #f5f5f5;
}
.title-page .widgetsocial-29 .lj .wg-soc-icon {
  border: none;
  background: url("../images/4LiveJ (1).svg") left 50% top 50% / auto auto no-repeat, none #f5f5f5;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-29 .lj .wg-soc-icon:hover, .title-page .widgetsocial-29 .lj .wg-soc-icon.hover, .title-page .widgetsocial-29 .lj .wg-soc-icon.active {
  background: url("../images/4LiveJ (1).svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #f5f5f5;
}
.title-page .widgetsocial-29 .my .wg-soc-icon {
  border: none;
  background: url("../images/4MySpace (1).svg") left 50% top 50% / auto auto no-repeat, none #f5f5f5;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-29 .my .wg-soc-icon:hover, .title-page .widgetsocial-29 .my .wg-soc-icon.hover, .title-page .widgetsocial-29 .my .wg-soc-icon.active {
  background: url("../images/4MySpace (1).svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #f5f5f5;
}
.title-page .widgetsocial-29 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/4Youtube (1).svg") left 50% top 50% / auto auto no-repeat, none #f5f5f5;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-29 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-29 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-29 .youtube .wg-soc-icon.active {
  background: url("../images/4Youtube (1).svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #f5f5f5;
}
.title-page .widgetsocial-29 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/4Telegram (1).svg") left 50% top 50% / auto auto no-repeat, none #f5f5f5;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-29 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-29 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-29 .telegram .wg-soc-icon.active {
  background: url("../images/4Telegram (1).svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #f5f5f5;
}
.title-page .widgetsocial-29 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/4WhatsApp (1).svg") left 50% top 50% / auto auto no-repeat, none #f5f5f5;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-29 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-29 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-29 .whatsapp .wg-soc-icon.active {
  background: url("../images/4WhatsApp (1).svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #f5f5f5;
}
.title-page .widgetsocial-29 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-29 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}
.title-page .widget-24 {
  padding: 60px;
  margin: 0 0 auto 40px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: 370px;
  min-height: 227px;
  -webkit-box-shadow: 0px 10px 43px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0px 10px 43px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0px 10px 43px 0px rgba(235, 86, 86, 0.2);
  background: #eb5656;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-32 .form__header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 30px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .form-32 .form__text {
  box-sizing: border-box;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}
.title-page .form-32 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-32 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-32 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -5px;
  width: auto;
  margin-left: 0;
}
.title-page .form-32 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-32 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .form-32 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-32 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 0;
  margin-bottom: 5px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-32 .form-text {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-32 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
}
.title-page .form-32 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-32 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-32 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-32 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-32 .form-text input {
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-bottom: 10px;
}
.title-page .form-32 .form-textarea textarea {
  padding: 2px 4px;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: start;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-32 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-32 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-32 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-32 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .form-32 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-32 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-32 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}
.title-page .form-32 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-32 .form-textarea {
  box-sizing: border-box;
}
.title-page .form-32 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-32 .form-submit {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-32 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-32 .form-submit .form-item__body {
  box-sizing: border-box;
}
.title-page .form-32 .form-submit button {
  padding: 26px 45px;
  box-sizing: border-box;
  text-align: center;
  background: none #1c253c;
  outline: none;
  -webkit-appearance: none;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  width: 100%;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0 0 0 transparent, 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  margin-top: 20px;
  position: relative;
}
.title-page .form-32 .form-submit button:hover, .title-page .form-32 .form-submit button.hover, .title-page .form-32 .form-submit button.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
}
.title-page .form-32 .form-submit button:active, .title-page .form-32 .form-submit button.active {
  background: repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
}
.title-page .form-32 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-32 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-32 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-32 .form-captcha input {
  padding: 2px 4px;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: start;
  -webkit-appearance: none;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-32 .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-32 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-32 .form-captcha button {
  padding: 26px 45px;
  box-sizing: border-box;
  text-align: center;
  background: none #1c253c;
  outline: none;
  -webkit-appearance: none;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  width: 100%;
  -webkit-box-shadow: 0 0 0 transparent, 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0 0 0 transparent, 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
  margin-top: 20px;
  position: relative;
}
.title-page .form-32 .form-captcha button:hover, .title-page .form-32 .form-captcha button.hover, .title-page .form-32 .form-captcha button.active {
  background: none transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #fff, 0 0 0 transparent;
}
.title-page .form-32 .form-captcha button:active, .title-page .form-32 .form-captcha button.active {
  background: repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
}
.title-page .form-32 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-32 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-32 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-32 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-32 .form-checkbox {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-32 .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-32 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-32 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.title-page .form-32 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-32 .form-radio {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-32 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-32 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.title-page .form-32 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-32 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-32 .form-select {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-32 .form-div {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-32 .form-html {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-32 .form-html .form-item__body {
  font-size: 13px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.title-page .form-32 .form-upload {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-32 .form-calendar {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-32 .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-32 .form-calendar input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  -webkit-appearance: none;
}
.title-page .form-32 .form-calendar_interval {
  box-sizing: border-box;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}
.title-page .form-32 .form-calendar_interval input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  -webkit-appearance: none;
}
.title-page .form-32 .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-32 .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-32 .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-32 .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-32 .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-32 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-32 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-32 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-32 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-32 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.title-page .block-13 .layout_39 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-13 .layout_41 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-13 .layout_42 {
  -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: 1;
  right: 0;
  -webkit-box-shadow: inset 0px 1px 0px #eaeaea;
  -moz-box-shadow: inset 0px 1px 0px #eaeaea;
  box-shadow: inset 0px 1px 0px #eaeaea;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 50px;
  text-decoration: none;
}
.title-page .widget-29 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .widget-28 {
  margin: 3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: right;
  text-decoration: none;
  width: 300px;
}
.title-page .widget-26 {
  margin: 10px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  text-decoration: none;
  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;
}
.title-page .block-22 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  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;
  right: 0;
}
.title-page .widget-19 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.title-page .popover-wrap-25 .popover-body {
  padding: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  width: 280px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_text input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  margin-bottom: 6px;
}
.title-page .popover-wrap-25 .popover-body .form_calendar input {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval input {
  padding: 13px 8px 13px 15px;
  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;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  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: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-25 .popover-body textarea {
  padding: 13px 8px 13px 15px;
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
.title-page .popover-wrap-25 .popover-body .s3_button_large {
  padding: 10px 16px;
  background: none #eb5656;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0 0 0 transparent, 0px 7px 10px 0px rgba(235, 86, 86, 0.2);
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  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 {
  background: none #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 2px #eb5656, 0 0 0 transparent;
  color: #000;
}
.title-page .popover-wrap-25 .popover-body .s3_button_large:active, .title-page .popover-wrap-25 .popover-body .s3_button_large.active {
  background: repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
  color: #fff;
}
.title-page .popover-wrap-25 .popover-body .s3_message {
  padding: 15px;
  margin: 1em auto;
  display: table;
  background: #eb5656;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .popover-wrap-25 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, none #ededed;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 4px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #fff;
  box-shadow: 0px 0px 0px 4px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .popover-wrap-25 .popover-close:hover, .title-page .popover-wrap-25 .popover-close.hover, .title-page .popover-wrap-25 .popover-close.active {
  background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) #ededed;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("/wFidgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("/widgets/Form adaptive/service/default.gif") left 50% top 50% / auto auto no-repeat;
}
.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: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-25 .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-25 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.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;
  text-align: left;
}
.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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: rgba(28, 37, 60, 0.7);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  padding-top: 163px;
  margin-top: 0;
  align-self: auto;
  margin-bottom: 0;
  padding-bottom: 0.02px;
}
.title-page .editable_block-25 .title {
  box-sizing: border-box;
  font-size: 50px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-25 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 25px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 43px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .editable_block-25 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  text-align: center;
}
.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 .more > a {
  padding: 26px 45px;
  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;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  box-shadow: 0px 10px 16px 0px rgba(235, 86, 86, 0.2);
  background: none #eb5656;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: bold;
}
.title-page .editable_block-25 .more > a:hover, .title-page .editable_block-25 .more > a.hover, .title-page .editable_block-25 .more > a.active {
  color: #000;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: none #fff;
}
.title-page .editable_block-25 .more > a:active, .title-page .editable_block-25 .more > a.active {
  color: #fff;
  background: repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
}
.title-page .editable_block-25 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 500px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.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 .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-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 .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: 26px;
  box-sizing: border-box;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  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 {
  margin-top: 0;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.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 {
  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;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_html_block {
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.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 {
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_radio {
  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;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_select {
  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;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-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;
  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: 13px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.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 {
  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 {
  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;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_upload {
  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;
}
.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: #f00;
}
.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: #ababab;
}
.title-page .popover-wrap-25 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-25 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-32 {
  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-58 .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;
  text-align: left;
}
.title-page .side-panel-58 .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;
  text-align: left;
}
.title-page .side-panel-58 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
}
.title-page .side-panel-58 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-58 .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-58 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  text-align: left;
}
.title-page .side-panel-58 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-58 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
}
.title-page .side-panel-58 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page .block-3 .layout_7 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_8 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-3 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .widget-3 {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-4 .sn-logo {
    background: none;
  }
  .title-page .site-name-4 .sn-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-5 {
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-17 {
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-4 .layout_11 {
    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_53 {
    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 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-8 {
    margin-top: -30px;
  }
  .title-page .editable_block-11 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-11 .more {
    clear: none;
  }
  .title-page .popover-wrap-11 .popover-body .form_select .s3_form_field_content {
    background: none;
  }
  .title-page .widget-31 {
    margin-bottom: 0;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    padding-top: 40px;
    padding-left: 0;
  }
  .title-page .phones-53 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-53 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .block-23 {
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .widget-7 {
    min-height: 300px;
    padding-left: 0;
    padding-right: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .slider-10 .slider-prev {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .slider-10 .slider-next {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .popover-wrap-10 .popover-body .form_select .s3_form_field_content {
    background: none;
  }
  .title-page .block-14 {
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-24 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-10 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-14 .header {
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .title-page .blocklist-14 .body-outer {
    width: auto;
  }
  .title-page .blocklist-14 .body {
    width: auto;
  }
  .title-page .blocklist-14 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-14 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
  }
  .title-page .blocklist-14 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-14 .more > a {
    background: none;
  }
  .title-page .blocklist-14 .footer {
    padding-top: 50px;
  }
  .title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_content {
    background: none;
  }
  .title-page .widget-11 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 55px;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
    display: block;
  }
  .title-page .blocklist-15 .header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-page .blocklist-15 .header_text {
    margin-right: 155px;
    padding-left: 40px;
  }
  .title-page .blocklist-15 .body-outer {
    width: auto;
    margin-bottom: 0;
  }
  .title-page .blocklist-15 .body {
    width: auto;
  }
  .title-page .blocklist-15 .bx-wrapper {
    max-width: 768px;
  }
  .title-page .blocklist-15 .list {
    width: 768px;
  }
  .title-page .blocklist-15 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-15 .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-15 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-15 .img-convert {
    /* height: 500px; */
  }
  .title-page .blocklist-15 .image-inner {
    padding-left: 30px;
    padding-top: 50px;
    padding-right: 30px;
  }
  .title-page .blocklist-15 .title {
    background: none;
  }
  .title-page .blocklist-15 .controls {
    margin-top: 40px;
  }
  .title-page .blocklist-15 .bx-auto_controls {
    margin-bottom: 0;
    margin-top: 661px;
  }
  .title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_content {
    background: none;
  }
  .title-page .block-6 {
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-21 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-16 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-22 .body-outer {
    width: auto;
  }
  .title-page .blocklist-22 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-22 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-22 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-22 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-22 .image {
    float: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    max-width: 100%;
  }
  .title-page .blocklist-22 .title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-22 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-22 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-22 .more {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .popover-wrap-22 .popover-body .form_select .s3_form_field_content {
    background: none;
  }
  .title-page .block-5 .layout_19 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-5 .layout_48 {
    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-5 {
    width: auto;
    background: #fff;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    -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;
  }
  .title-page .widget-15 {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    padding-top: 60px;
    display: none;
  }
  .title-page .editable_block-19 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-19 .img-convert {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .editable_block-19 .more {
    clear: none;
  }
  .title-page .popover-wrap-19 .popover-body .form_select .s3_form_field_content {
    background: none;
  }
  .title-page .widget-12 {
    padding-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .editable_block-16 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-16 .title {
    padding-top: 0.02px;
  }
  .title-page .editable_block-16 .text {
    background: none;
  }
  .title-page .editable_block-16 .more {
    clear: none;
  }
  .title-page .popover-wrap-16 .popover-body .form_select .s3_form_field_content {
    background: none;
  }
  .title-page .widget-13 {
    text-align: left;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    right: 0;
    display: block;
  }
  .title-page .phones-17 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-17 .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-17 .title {
    background: none;
  }
  .title-page .widget-14 {
    text-align: left;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    right: 0;
    display: block;
  }
  .title-page .email-18 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-18 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .block-18 {
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .widget-18 {
    padding-bottom: 70px;
    background: none;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
    display: block;
  }
  .title-page .blocklist-24 .header {
    padding: 50px 0 50px 40px;
    margin-right: 155px;
  }
  .title-page .blocklist-24 .body-outer {
    width: auto;
  }
  .title-page .blocklist-24 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-24 .bx-wrapper {
    max-width: 728px;
  }
  .title-page .blocklist-24 .list {
    width: 728px;
  }
  .title-page .blocklist-24 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-24 .item {
    display: -webkit-flex;
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .title-page .blocklist-24 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
    text-align: left;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 90px;
  }
  .title-page .blocklist-24 .img-convert {
    background: none;
  }
  .title-page .blocklist-24 .title {
    margin-top: -63px;
    padding-left: 110px;
  }
  .title-page .blocklist-24 .sub-title {
    padding-left: 110px;
  }
  .title-page .blocklist-24 .controls {
    margin-top: 40px;
  }
  .title-page .blocklist-24 .bx-auto_controls {
    margin-bottom: 30px;
  }
  .title-page .popover-wrap-24 .popover-body .form_select .s3_form_field_content {
    background: none;
  }
  .title-page .block-11 {
    background: none;
    margin-top: 0;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .title-page .block-10 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
  }
  .title-page .block-20 .layout_32 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-20 .layout_37 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-12 {
    padding-bottom: 30px;
    background: none;
    padding-top: 40px;
  }
  .title-page .block-8 .layout_26 {
    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-8 .layout_28 {
    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-8 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-20 {
    width: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .phones-26 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-26 .icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .title-page .phones-26 .block-body-drop {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
  }
  .title-page .phones-26 .cell-text {
    padding-left: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-26 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-26 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-22 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .address-28 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .address-28 .icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .title-page .address-28 .block-body-drop {
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
    /* -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto; */
  }
  .title-page .address-28 .cell-text {
    padding-left: 0;
  }
  .title-page .address-28 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .address-28 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-7 .layout_27 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_29 {
    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-7 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-21 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    padding-bottom: 35px;
  }
  .title-page .email-27 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .email-27 .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .email-27 .block-body-drop {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin-left: 0;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
  }
  .title-page .email-27 .cell-text {
    padding-left: 0;
  }
  .title-page .email-27 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .email-27 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-23 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widgetsocial-29 .soc-header {
    text-align: center;
  }
  .title-page .widget-24 {
    display: none;
  }
  .title-page .form-32 .form__header {
    background: none;
  }
  .title-page .block-13 .layout_39 {
    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_41 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-13 .layout_42 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-13 {
    background: none;
    padding-top: 30px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-29 {
    margin-top: 15px;
    margin-left: auto;
  }
  .title-page .widget-28 {
    width: auto;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-26 {
    margin-top: 15px;
    margin-right: auto;
  }
  .title-page .block-22 {
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .widget-19 {
    padding-left: 0;
    padding-right: 0;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
    display: block;
  }
  .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 .image-inner {
    padding-top: 75px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .editable_block-25 .title {
    font-size: 30px;
  }
  .title-page .editable_block-25 .text {
    font-size: 18px;
  }
  .title-page .editable_block-25 .more {
    clear: none;
  }
  .title-page .editable_block-25 .img-convert {
    height: 300px;
  }
  .title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_content {
    background: none;
  }
  .title-page .widget-32 {
    text-align: left;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 0;
    padding-top: 15px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .side-panel-58 .side-panel-mask {
    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: rgba(28, 37, 60, 0.7);
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-58 .side-panel-content {
    left: auto;
    right: 0;
  }
  .title-page .side-panel-58 .side-panel-close {
    border: none;
    left: auto;
    right: 100%;
    width: 40px;
    min-height: 40px;
    -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/Close.svg") left 50% top 50% / auto auto no-repeat, none #e8e8e8;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-58 .side-panel-close:active, .title-page .side-panel-58 .side-panel-close.active {
    background: url("../images/Close.svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #e8e8e8;
  }
  .title-page .side-panel-58 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-58 .side-panel-button {
    border: none;
    width: 45px;
    min-height: 45px;
    -webkit-box-shadow: 0px 5px 10px rgba(235, 86, 86, 0.2);
    -moz-box-shadow: 0px 5px 10px rgba(235, 86, 86, 0.2);
    box-shadow: 0px 5px 10px rgba(235, 86, 86, 0.2);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none #eb5656;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
  }
  .title-page .side-panel-58 .side-panel-button:active, .title-page .side-panel-58 .side-panel-button.active {
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    background: repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
  }
  .title-page .side-panel-58 .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: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    margin-top: 5px;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-3 .layout_7 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_8 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-3 {
    padding-left: 20px;
    padding-right: 40px;
  }
  .title-page .block-4 .layout_11 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_53 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .slider-10 .text-slider {
    margin: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .title-page .blocklist-14 .header {
    padding-left: 0;
  }
  .title-page .blocklist-14 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-14 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-14 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-14 .text {
    font-size: 15px;
  }
  .title-page .blocklist-14 .image {
    margin-left: 0;
    max-width: 100%;
  }
  .title-page .blocklist-15 .header_text {
    padding-left: 20px;
  }
  .title-page .blocklist-15 .bx-wrapper {
    max-width: 640px;
  }
  .title-page .blocklist-15 .list {
    width: 640px;
  }
  .title-page .widget-16 {
    padding-top: 50px;
  }
  .title-page .blocklist-22 .body-outer {
    padding-bottom: 50px;
  }
  .title-page .block-5 .layout_19 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-5 .layout_48 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-5 {
    padding: 40px 20px;
  }
  .title-page .blocklist-24 .header {
    padding-left: 0;
  }
  .title-page .blocklist-24 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .blocklist-24 .list {
    width: 600px;
  }
  .title-page .blocklist-24 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .block-10 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-20 .layout_32 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-20 .layout_37 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-8 .layout_26 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-8 .layout_28 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .phones-26 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-26 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-7 .layout_27 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_29 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .email-27 .icon {
    margin-bottom: 10px;
    padding-bottom: 0.02px;
  }
  .title-page .block-13 .layout_39 {
    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-13 .layout_41 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-13 .layout_42 {
    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-13 {
    padding-top: 20px;
  }
  .title-page .widget-29 {
    margin-right: auto;
    margin-bottom: 0;
  }
  .title-page .widget-26 {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-bottom: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-3 .layout_7 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_8 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-3 {
    padding-right: 20px;
  }
  .title-page .block-2 {
    width: auto;
    right: 0;
  }
  .title-page .site-name-4 .sn-wrap {
    flex-flow: column nowrap;
  }
  .title-page .site-name-4 img {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .site-name-4 .sn-text {
    padding-left: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-5 {
    text-align: center;
    margin-top: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-left: 0;
  }
  .title-page .block-4 .layout_11 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_53 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-8 {
    padding: 40px;
    margin-top: -20px;
    margin-bottom: 0;
  }
  .title-page .editable_block-11 .title {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .title-page .widget-31 {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .blocklist-14 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-15 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-15 .bx-wrapper {
    max-width: 480px;
  }
  .title-page .blocklist-15 .list {
    width: 480px;
  }
  .title-page .blocklist-15 .item-outer {
    width: 100%;
  }
  .title-page .block-5 .layout_19 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-5 .layout_48 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-15 {
    margin: 15px 0 0;
    width: auto;
  }
  .title-page .editable_block-16 .title {
    font-size: 25px;
  }
  .title-page .blocklist-24 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-24 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .blocklist-24 .list {
    width: 440px;
  }
  .title-page .blocklist-24 .item {
    background: #f5f5f5;
  }
  .title-page .blocklist-24 .controls {
    margin-top: 60px;
  }
  .title-page .block-20 .layout_32 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-20 .layout_37 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-8 .layout_26 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-8 .layout_28 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-20 {
    margin: 15px auto 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-22 {
    margin: 15px auto 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-7 .layout_27 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_29 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-21 {
    margin: 15px auto 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-23 {
    margin: 15px auto 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-24 {
    width: auto;
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-page .form-32 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .block-13 .layout_39 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-13 .layout_41 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-13 .layout_42 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-28 {
    margin-bottom: 0;
  }
  .title-page .widget-26 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-25 .image {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .editable_block-25 .title {
    font-size: 25px;
  }
}
@media screen and (max-width: 629px) {
	.perglgrid {
	justify-content: center;	
	}
}
@media all and (max-width: 480px) {
  .title-page .block-3 .layout_7 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-3 .layout_8 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-4 .layout_11 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_53 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-8 {
    padding: 30px 30px 20px;
  }
  .title-page .editable_block-11 .title {
    font-size: 20px;
  }
  .title-page .editable_block-11 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-11 .text {
    font-size: 15px;
  }
  .title-page .editable_block-11 .more {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-11 .more > a {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .phones-53 .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-53 .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .phones-53 .block-body-drop {
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .title-page .phones-53 .cell-text {
    margin-left: 0;
  }
  .title-page .phones-53 .title {
    padding-top: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-53 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    text-align: center;
  }
  .title-page .widget-7 {
    min-height: 200px;
  }
  .title-page .blocklist-14 .header {
    padding-bottom: 20px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-14 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  .title-page .blocklist-14 .item {
    padding: 30px;
  }
  .title-page .blocklist-14 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-14 .all {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-15 .bx-wrapper {
    max-width: 320px;
  }
  .title-page .blocklist-15 .list {
    width: 320px;
  }
  .title-page .blocklist-15 .bx-auto_controls {
    margin-bottom: 174px;
    margin-top: 690px;
  }
  .title-page .blocklist-15 .bx-pager {
    margin-top: auto;
    margin-bottom: 0;
    align-self: flex-end;
  }
  .title-page .blocklist-22 .item {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .block-5 .layout_19 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-5 .layout_48 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-19 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-16 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .phones-17 .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .phones-17 .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .phones-17 .block-body-drop {
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .title-page .phones-17 .cell-text {
    margin-left: 0;
  }
  .title-page .phones-17 .title {
    padding-top: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-17 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-14 {
    margin-top: 0;
  }
  .title-page .email-18 .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .email-18 .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .email-18 .block-body-drop {
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .title-page .email-18 .cell-text {
    margin-left: 0;
  }
  .title-page .email-18 .title {
    padding-top: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .email-18 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-24 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .blocklist-24 .list {
    width: 280px;
  }
  .title-page .blocklist-24 .item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .blocklist-24 .image {
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
  }
  .title-page .blocklist-24 .title {
    margin-top: 0;
    padding-left: 0;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-24 .sub-title {
    padding-left: 0;
    margin-right: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-24 .controls {
    margin-right: 20px;
  }
  .title-page .block-20 .layout_32 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-20 .layout_37 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-8 .layout_26 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-8 .layout_28 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .phones-26 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-7 .layout_27 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-7 .layout_29 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-13 .layout_39 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-13 .layout_41 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-13 .layout_42 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-26 {
    padding-bottom: 20px;
  }
  .title-page .editable_block-25 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-25 .img-convert {
    height: 350px;
  }
  .title-page .widget-32 {
    padding-top: 15px;
  }
}
.title-page .side-panel .widget-6 {
  margin: 0 0 20px;
  z-index: 2;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-8 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-8 .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-8 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-8 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-8 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-8 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-8 .menu-scroll > ul ul > li > a.active {
  color: #eb5656;
}
.title-page .side-panel .menu-8 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-8 .menu-scroll > ul > li.menu-item > a {
  padding: 20px;
  margin: 0;
  border: none;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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 .side-panel .menu-8 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-8 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-8 .menu-scroll > ul > li.menu-item > a.active {
  color: #eb5656;
}
.title-page .side-panel .menu-8 .menu-scroll > ul > li.more-button {
  display: none;
}
.title-page .side-panel .menu-8 .menu-scroll > ul > li.more-button > a:hover, .title-page .side-panel .menu-8 .menu-scroll > ul > li.more-button > a.hover, .title-page .side-panel .menu-8 .menu-scroll > ul > li.more-button > a.active {
  -webkit-box-shadow: 0 0 0 transparent, 0px 4px 6px rgba(235, 86, 86, 0.2);
  -moz-box-shadow: 0 0 0 transparent, 0px 4px 6px rgba(235, 86, 86, 0.2);
  box-shadow: 0 0 0 transparent, 0px 4px 6px rgba(235, 86, 86, 0.2);
  background: url("../images/More_white.svg") left 50% top 50% / auto auto no-repeat, none #eb5656;
}
.title-page .side-panel .menu-8 .menu-scroll > ul > li.more-button > a:active, .title-page .side-panel .menu-8 .menu-scroll > ul > li.more-button > 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;
  background: url("../images/More_white.svg") left 50% top 50% / auto auto no-repeat, repeating-linear-gradient(to bottom right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) #eb5656;
}
.header__logo {
	display: flex !important;
	flex-direction: column !important;
}
.header__contacts {
	display: flex !important;
	flex-direction: column !important;
}

.block-24 .item-outer > .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.item-outer .item {
/*	color: #fff;*/
}
.item-outer .item .more > a {
    background: #eb5656;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
}
.image-with-info {
    text-align: center;
}
.image-with-info ul {
    display: grid;
    gap: 20px;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    list-style: none;
    padding: 0 15px;
    margin: 30px auto;
}
.image-with-info img {
    width: 100%;
}
.spisok-tovarov{
	width:100%;
}
.spisok-tovarov td, th{
	border:1px solid #eb565675;
	padding:5px;
	width:50%;
}

.upButton {
    z-index: 1000;
    position: fixed;
    bottom: 90px;
    right: 20px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    transform: scale(0);
    pointer-events: none;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    border: 2px solid #eb5656;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
}
.upButton img {
    width: 100%;
    height: 100%;
}
.upButton.show {
    transition: all 1s ease;
    transform: scale(1);
    pointer-events: all;
}
.whatsapp-btn {
    z-index: 1000;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
}
.whatsapp-btn img {
    width: 100%;
    height: 100%;
}
@media (min-width: 1024px) {
	.whatsapp-btn {
		display: none;
	}
	.upButton {
    	bottom: 20px;
	}
}

@media (max-width: 1024px) {
	.editorElement.layer-type-block.ui-droppable.block-3 {
	    padding: 20px 15px 10px;
	}
	.site-name-4.widget-3.widget-type-site_name.editorElement.layer-type-widget {
		padding: 0;
	}
	.site-name-4.widget-3.widget-type-site_name.editorElement.layer-type-widget .sn-text {
		padding: 0;
	}
	.editorElement.layer-type-block.ui-droppable.block-8.header__contacts .title {
		padding: 0;
	}
	.editorElement.layer-type-block.ui-droppable.block-8.header__contacts .inner {
		flex-direction: row;
		gap: 5px;
		align-items: center;
	}
	.editorElement.layer-type-block.ui-droppable.block-8.header__contacts .cell-text {
		padding: 0;
	}
	.phones-26.widget-20.phones-block.contacts-block.widget-type-contacts_phone.editorElement.layer-type-widget {
		padding: 0;
		margin: 0;
	}
	.title-page .phones-26 .icon {
		margin: 0;
	}
	.title-page .block-3 {
		gap: 5px;
	}
}

.gallery {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    text-align: center;
}
.gallery a,
.gallery div {
	display: block;
    height: 250px;
}
.gallery img {
	width: 100% !important;
    height: 100% !important;
	object-fit: cover;
	margin: 0 !important;
}
.gallery p {
	margin-top: 10px;
}
.perglgrid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    justify-content: space-between;
    margin: 30px auto 50px auto;
}
.perglblock {
	max-width: 395px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}
.perglblockimg {
	max-width: 395px;
    width: 100%;
    object-fit: cover;
    max-height: 264px;
}
.perglblockzag {
	 font-size: 18px;
    color: #eb5656 !important;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin: 5px 0;
}
.perglblockzag:hover {
	text-decoration: underline;
}
.perglblockdop {
	font-size: 20px;
    color: #2c3f7a;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.perglblockknopka {
font-size: 18px;
    color: #fff !important;
    background: #eb5656 !important;
    padding: 15px 15px;
    max-width: max-content;
    text-decoration: none;
}
.perglblockknopka:hover {
  background: #fff !important;
  color: #eb5656 !important;
  border: 1px solid #eb5656;
}


.qviz-open {
position: fixed;
left: 0;
bottom:70px;
z-index: 99;
max-width: 200px;
width: 100%;
padding:20px;
color: #fff;
background: #eb5656;
display: flex;
gap: 20px;
font-size: 15px;
cursor: pointer;
transition: 0.5s;
}
.qviz-icon {
max-width: 34px;
width: 100%;
height: 34px;
fill: white;
}
.qviz-open:hover {
color: #000;
background: #f0f3f4;
}
.qviz-open:hover .qviz-icon {
fill: #eb5656;
}
.qviz-wrap {
position: fixed;
z-index: 999;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
overflow: auto;
width: 100%;
height: 100%;
background: rgba(0,0,0,.8);
}
.qviz-wrap-act {
display: flex;
}
.qviz-question {
display:none;
position: relative;
margin: auto;
max-width: 880px;
width: 100%;
background: white;
padding: 50px 54px;
}
.qviz-close {
position: absolute;
top: 15px;
right: 15px;
max-width: 32px;
height: 32px;
width: 100%;
fill:#959595;
cursor: pointer;
}
.qviz-close:hover {
fill: #eb5656;
}
.qviz-question-act {
display:block;
}
.qviz-galochka {
max-width: 32px;
width: 100%;
height: 32px;
fill: white;
background: #d3d3cf;
border-radius: 100%;
}
.qviz-title {
text-align: center;
font-size: 20px;
margin: 0px 0px 25px 0px;
}
.qviz-error {
font-size: 18px;
color: white;
background: red;
max-width: max-content;
padding: 5px;
margin: 0px auto 20px auto;
border-radius: 5px;
}
.qviz-variant-block {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px 30px;
}
.qviz-variant {
max-width: 213px;
width: 100%;
border-radius: 5px;
padding: 30px;
background: #f0f3f4;
font-size: 15px;
word-break: break-word;
cursor: pointer;
color:black;
display: flex;
align-items: center;
gap: 20px;
}
.qviz-variant:hover {
background: #eb5656;
color: white;
box-shadow: 0 5px 14px 0 rgba(0,0,0,.1);
}
.qviz-variant:hover .qviz-galochka {
background: none;
}
.qviz-variant-act {
background: #eb5656;
color: white;
}
.qviz-variant-act .qviz-galochka {
background: none;
}
.qviz-prevnext-block {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
margin:50px 0px 0px 0px;
}
.qviz-question-next, .qviz-button-submit {
max-width: max-content;
text-align: center;
cursor: pointer;
font-size: 13px;
font-weight: 700;
padding: 22px 40px;
text-transform: uppercase;
color: #fff;
border-radius: 50px;
background: #eb5656;
box-shadow: 0 13px 36px 0 rgba(17,50,191,.4);
border: none;
}
.qviz-question-next:hover, .qviz-button-submit:hover {
transform: scale(.98);
opacity: .9;
box-shadow: 0 5px 20px 0 rgba(17,50,191,.4);
}
.qviz-question-prev {
max-width: max-content;
height: max-content;
text-align: center;
font-size: 11px;
border-bottom: 1px dotted #9296a5;
cursor: pointer;
text-transform: uppercase;
color: #9296a5;
}
.qviz-question-prev:hover {
border-bottom: 1px dotted transparent;
}
.qviz-steps {
color: black;
font-size: 14px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	display: none;
}
.qviz-form-block {
max-width: 253px;
margin: auto;
text-align: center;
}
.qviz-form-block input, .qviz-form-block textarea{
display: block;
border: 1px solid!important;
max-width: 250px;
width: 100%;
margin: 10px 0px 20px 0px;
padding: 5px!important;
}
.qviz-form-block textarea{
min-height: 200px;
}
.qviz-form-block button {
color: #fff;
padding:7px 19px!important;
background-color: #15c!important;
font-weight: bold;
margin: 0px 0px 20px 0px;
}
.field_125289109 {
display:none;
}
.field_125669309 .form-item__body {
display: flex;
}
.qviz-form {
max-width: 380px;
width: 100%;
margin: auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.qviz-name, .qviz-phone {
display: block;
width: 100%;
padding: 17px 20px;
font-size: 16px;
color: black;
border-radius: 5px;
border: 1px solid #c0c4c3;
outline: none;
box-sizing:border-box;
}
.qviz-phone {
margin:10px 0px 0px 0px;
}
.qviz-name:focus, .qviz-phone:focus {
border: 1px solid #848999;
}
.qviz-success {
font-size: 20px;
color: white;
background: green;
padding: 5px;
border-radius: 5px;
text-align: center;
}
@media (max-width: 683px){
.qviz-variant {
max-width: 100%;
}
}
@media (max-width: 580px){
.qviz-prevnext-block {
flex-direction: column;
}
}
@media (max-width: 900px){
.qviz-open {
transform: translateX(-169px);
}
.qviz-open:hover {
transform: translateX(0px);
}
}
.first-level:has(>.level-2):after {
    background-image: url(/d/play-button.png);
    background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
    top: 14px;
    right: 0px;
    height: 10px;
    width: 10px;
    rotate: 90deg;
    content: '';
}
@media (max-width: 960px){
.first-level:has(>.level-2):after {
    top: 25px;
    right: 10px;
}
}
li.parent:after {
  margin: 0 0 8px 0;
  background-image: url(/d/play-button.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    bottom: 0px;
    right: 0px;
    width: 15px;
    content: '';
}

youtube {
height: 250px;
width: 100%;
margin-right: 10px;
max-width: 550px;
display: inline-block;
border: 
1px solid #ffa931;
background-image: url(/t/youtube-img.png);
background-repeat: no-repeat;
background-position: 
center;
background-color: #2c86aca6;
}