@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTQwIiBoZWlnaHQ9IjQwIiB2aWV3Qm94PSIwIDAgMTE0MCA0MCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImxpbmVzLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTEzOSw0MFYwaDFWNDBoLTFaTTk3NiwwaDFWNDBoLTFWMFpNODE0LDBoMVY0MGgtMVYwWk02NTEsMGgxVjQwaC0xVjBaTTQ4OCwwaDFWNDBoLTFWMFpNMzI1LDBoMVY0MGgtMVYwWk0xNjIsMGgxVjQwaC0xVjBaTTAsMEgxVjQwSDBWMFoiIGZpbGw9IiNmMmY1ZmEiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 0px / auto auto repeat #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
}
.title-page .wrapper {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-45 {
  padding: 0.02px 20px;
  margin: -195px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(to right, #fff 0%, #fff 50%, rgba(3, 96, 120, 0) 50%);
  max-width: 100%;
  z-index: 12;
  text-align: right;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
.title-page .block-69 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 70px;
}
.title-page .block-65 {
  margin: -105px 0 0;
  border: none;
  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;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 100px;
  -webkit-box-shadow: inset 0px -100px 0px #fff;
  -moz-box-shadow: inset 0px -100px 0px #fff;
  box-shadow: inset 0px -100px 0px #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  text-decoration: none;
}
.title-page .block-64 .layout_122 {
  -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-64 .layout_126 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-64 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 0.02px;
  right: 0;
  text-decoration: none;
}
.title-page .block-68 {
  padding: 30px 50px 30px 0;
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #f2f5fa;
  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;
  text-decoration: none;
  right: 0;
}
.title-page .widget-70 {
  margin: -60px 0 0 30px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #000;
  text-decoration: none;
  font-size: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 60px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 60px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi45NyIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE2Ljk3IDIwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iQ2FsbC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTExMDAuMjQsNzUuMDU3YTAuNzU0LDAuNzU0LDAsMCwwLC4xNi0xLjAzLDAuNzE1LDAuNzE1LDAsMCwwLTEuMDEtLjE2LDAuNzQzLDAuNzQzLDAsMCwwLS4xNSwxLjAzQTAuNywwLjcsMCwwLDAsMTEwMC4yNCw3NS4wNTdabS0yLjAyLDEuNTIzYTAuNzYzLDAuNzYzLDAsMCwwLC4xNS0xLjAzLDAuNywwLjcsMCwwLDAtMS0uMTYsMC43NTQsMC43NTQsMCwwLDAtLjE2LDEuMDNBMC43MTUsMC43MTUsMCwwLDAsMTA5OC4yMiw3Ni41OFptLTIuMDMsMS41MjNhMC43NTUsMC43NTUsMCwwLDAsLjE2LTEuMDMsMC43MTUsMC43MTUsMCwwLDAtMS4wMS0uMTYsMC43NDMsMC43NDMsMCwwLDAtLjE1LDEuMDNBMC43LDAuNywwLDAsMCwxMDk2LjE5LDc4LjFabTMuMzUsOS43MzZjMC0uMDE2LTAuMDEtMC4wMzItMC4wMS0wLjA0OHMtMC4wMS0uMDMzLTAuMDItMC4wNDktMC4wMS0uMDI2LTAuMDItMC4wMzlsLTAuMDMtLjA1MnMwLDAtLjAxLTAuMDA2YTAuMDgxLDAuMDgxLDAsMCwwLS4wMy0wLjAzMywwLjA4OSwwLjA4OSwwLDAsMC0uMDMtMC4wMzZsLTIuMjYtMi4xODdhMC41LDAuNSwwLDAsMC0uNzIuMDI0LDAuNTI3LDAuNTI3LDAsMCwwLC4wMi43NDRsMS44MSwxLjc0N2E0Ljg3OSw0Ljg3OSwwLDAsMS0yLjQxLDEuMDQzaDBhMS42NDcsMS42NDcsMCwwLDEtLjc4LTAuMTkyaDBjLTAuMDEtLjAwOS0wLjAzLTAuMDE3LTAuMDQtMC4wMjRhMjEuNDYyLDIxLjQ2MiwwLDAsMS02LjExLTUuNDQ3bC0wLjE3LS4yMjRhMjEuODkzLDIxLjg5MywwLDAsMS0zLjYzLTcuNDI1LDAuMDQyLDAuMDQyLDAsMCwxLS4wMS0wLjAzMiwxLjQyNCwxLjQyNCwwLDAsMS0uMDEtMC43ODgsNi41NzMsNi41NzMsMCwwLDEsMS4yMS0xLjk5NGwxLjM2LDIuMjdhMC41MDksMC41MDksMCwwLDAsLjQ0LjI1LDAuNDY1LDAuNDY1LDAsMCwwLC4yNi0wLjA3OSwwLjUyNiwwLjUyNiwwLDAsMCwuMTctMC43MjVsLTEuNjktMi44MTFhMC41MSwwLjUxLDAsMCwwLS4xLTAuMTE2LDAuMDQzLDAuMDQzLDAsMCwwLS4wMi0wLjAyNCwwLjUsMC41LDAsMCwwLS43Mi4wMDgsOC4yMDksOC4yMDksMCwwLDAtMS44NywyLjg2MiwyLjU2MiwyLjU2MiwwLDAsMC0uMDIsMS40NDUsMjMuMzQzLDIzLjM0MywwLDAsMCwzLjgyLDcuODA2bDAuMTcsMC4yMjRhMjIuNTU3LDIyLjU1NywwLDAsMCw2LjQzLDUuNzIzLDIuNiwyLjYsMCwwLDAsMS4zMS4zNDZoMGE2LjM2Miw2LjM2MiwwLDAsMCwzLjUyLTEuNjE4YzAuMDEtLjAxLjAzLTAuMDIzLDAuMDQtMC4wMzVzMC4wMi0uMDE2LjAzLTAuMDI2Vjg4LjMxNGMwLjAxLS4wMTUuMDMtMC4wMzIsMC4wNC0wLjA0OWEwLjA2MywwLjA2MywwLDAsMCwuMDItMC4wMzVsMC4wMy0uMDVhMC4wODQsMC4wODQsMCwwLDEsLjAyLTAuMDQzLDAuMDkxLDAuMDkxLDAsMCwxLC4wMS0wLjA1YzAtLjAxNi4wMS0wLjAzMiwwLjAxLTAuMDQ4Vjg3Ljk4NGMwLS4wMTUuMDEtMC4wMywwLjAxLTAuMDQ1YTAuMTExLDAuMTExLDAsMCwxLS4wMS0wLjA1NkEwLjA3MywwLjA3MywwLDAsMCwxMDk5LjU0LDg3LjgzOVptMC44Mi0yLjk3NWEyOS4yNzUsMjkuMjc1LDAsMCwwLTIuODQtMi42NzIsMS4yOTEsMS4yOTEsMCwwLDAtMS4wMS0uMzM3LDEuNTM1LDEuNTM1LDAsMCwwLTEuMDEuNjQ5Yy0wLjE1LjE5My0uNDIsMC41MzItMC41MSwwLjY0NGEwLjg3MiwwLjg3MiwwLDAsMS0xLjM0LjMwOCwxNi41MTUsMTYuNTE1LDAsMCwxLTIuMjEtMi41bC0wLjAzLS4wMzdzMCwwLS4wMS0wLjAwN2EwLjA1NiwwLjA1NiwwLDAsMC0uMDItMC4wMzIsMTYuNTY5LDE2LjU2OSwwLDAsMS0xLjgyLTIuODMyLDAuOSwwLjksMCwwLDEsLjYxLTEuMjUxYzAuMDItLjAwNy4wNC0wLjAxNywwLjA3LTAuMDI5YTQuMDMsNC4wMywwLDAsMCwxLjIyLS43NTUsMS40MTgsMS40MTgsMCwwLDAsLjI5LTEuNjQ3LDMxLjk3OSwzMS45NzksMCwwLDAtMi4xNi0zLjY0NiwxLjQ3NCwxLjQ3NCwwLDAsMC0yLjExLS40NTZsMC41NiwwLjg3OGEwLjQ3NCwwLjQ3NCwwLDAsMSwuNzIuMiwzMC44MzUsMzAuODM1LDAsMCwxLDIuMDcsMy40ODksMC4zNTYsMC4zNTYsMCwwLDEtLjEuNDQyLDMuMDc1LDMuMDc1LDAsMCwxLS44OS41M2MtMC4wNS4wMjQtLjA5LDAuMDQzLTAuMTIsMC4wNTRhMS45NzMsMS45NzMsMCwwLDAtMS4xMiwyLjU1OSwwLjExOCwwLjExOCwwLDAsMCwuMDIuMDU0LDE3LjYzLDE3LjYzLDAsMCwwLDEuOTYsMy4wNzYsMC4wMTUsMC4wMTUsMCwwLDEsLjAxLjAxNiwwLjA1LDAuMDUsMCwwLDEsLjAyLjAyNywxNy45NTksMTcuOTU5LDAsMCwwLDIuNDIsMi43MWMwLjAyLDAuMDEzLjAzLDAuMDI1LDAuMDUsMC4wMzZhMS44NzksMS44NzksMCwwLDAsMi42OS0uNWMwLjExLS4xMzQuNC0wLjUxLDAuNTMtMC42NzEsMCwwLC4wMS0wLjAxNC4wMS0wLjAxOGEwLjU4NCwwLjU4NCwwLDAsMSwuMzItMC4yNDIsMC4zNjYsMC4zNjYsMCwwLDEsLjI1LjEwOCwzMC4yOCwzMC4yOCwwLDAsMSwyLjcsMi41MjgsMC4xNTQsMC4xNTQsMCwwLDAsLjA0LjA1LDAuNzIxLDAuNzIxLDAsMCwxLC4yOS45LDAuNTMzLDAuNTMzLDAsMCwwLC4yMS43MSwwLjUyMSwwLjUyMSwwLDAsMCwuMjQuMDYsMC41MDgsMC41MDgsMCwwLDAsLjQ1LTAuMjgyQTEuNzUxLDEuNzUxLDAsMCwwLDExMDAuMzYsODQuODY0Wm0tNi4xOS01LjIzOWEwLjc2MiwwLjc2MiwwLDAsMCwuMTUtMS4wMywwLjcsMC43LDAsMCwwLTEtLjE2LDAuNzU1LDAuNzU1LDAsMCwwLS4xNiwxLjAzQTAuNzE1LDAuNzE1LDAsMCwwLDEwOTQuMTcsNzkuNjI1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwODQgLTcwKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left 50% top 50% / 23px no-repeat, linear-gradient(to bottom right, #ed1b24 0%, #a318a1 100%);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .widget-70:hover, .title-page .widget-70.hover, .title-page .widget-70.active {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .widget-70:active, .title-page .widget-70.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi45NyIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE2Ljk3IDIwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iQ2FsbC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTExMDAuMjQsNzUuMDU3YTAuNzU0LDAuNzU0LDAsMCwwLC4xNi0xLjAzLDAuNzE1LDAuNzE1LDAsMCwwLTEuMDEtLjE2LDAuNzQzLDAuNzQzLDAsMCwwLS4xNSwxLjAzQTAuNywwLjcsMCwwLDAsMTEwMC4yNCw3NS4wNTdabS0yLjAyLDEuNTIzYTAuNzYzLDAuNzYzLDAsMCwwLC4xNS0xLjAzLDAuNywwLjcsMCwwLDAtMS0uMTYsMC43NTQsMC43NTQsMCwwLDAtLjE2LDEuMDNBMC43MTUsMC43MTUsMCwwLDAsMTA5OC4yMiw3Ni41OFptLTIuMDMsMS41MjNhMC43NTUsMC43NTUsMCwwLDAsLjE2LTEuMDMsMC43MTUsMC43MTUsMCwwLDAtMS4wMS0uMTYsMC43NDMsMC43NDMsMCwwLDAtLjE1LDEuMDNBMC43LDAuNywwLDAsMCwxMDk2LjE5LDc4LjFabTMuMzUsOS43MzZjMC0uMDE2LTAuMDEtMC4wMzItMC4wMS0wLjA0OHMtMC4wMS0uMDMzLTAuMDItMC4wNDktMC4wMS0uMDI2LTAuMDItMC4wMzlsLTAuMDMtLjA1MnMwLDAtLjAxLTAuMDA2YTAuMDgxLDAuMDgxLDAsMCwwLS4wMy0wLjAzMywwLjA4OSwwLjA4OSwwLDAsMC0uMDMtMC4wMzZsLTIuMjYtMi4xODdhMC41LDAuNSwwLDAsMC0uNzIuMDI0LDAuNTI3LDAuNTI3LDAsMCwwLC4wMi43NDRsMS44MSwxLjc0N2E0Ljg3OSw0Ljg3OSwwLDAsMS0yLjQxLDEuMDQzaDBhMS42NDcsMS42NDcsMCwwLDEtLjc4LTAuMTkyaDBjLTAuMDEtLjAwOS0wLjAzLTAuMDE3LTAuMDQtMC4wMjRhMjEuNDYyLDIxLjQ2MiwwLDAsMS02LjExLTUuNDQ3bC0wLjE3LS4yMjRhMjEuODkzLDIxLjg5MywwLDAsMS0zLjYzLTcuNDI1LDAuMDQyLDAuMDQyLDAsMCwxLS4wMS0wLjAzMiwxLjQyNCwxLjQyNCwwLDAsMS0uMDEtMC43ODgsNi41NzMsNi41NzMsMCwwLDEsMS4yMS0xLjk5NGwxLjM2LDIuMjdhMC41MDksMC41MDksMCwwLDAsLjQ0LjI1LDAuNDY1LDAuNDY1LDAsMCwwLC4yNi0wLjA3OSwwLjUyNiwwLjUyNiwwLDAsMCwuMTctMC43MjVsLTEuNjktMi44MTFhMC41MSwwLjUxLDAsMCwwLS4xLTAuMTE2LDAuMDQzLDAuMDQzLDAsMCwwLS4wMi0wLjAyNCwwLjUsMC41LDAsMCwwLS43Mi4wMDgsOC4yMDksOC4yMDksMCwwLDAtMS44NywyLjg2MiwyLjU2MiwyLjU2MiwwLDAsMC0uMDIsMS40NDUsMjMuMzQzLDIzLjM0MywwLDAsMCwzLjgyLDcuODA2bDAuMTcsMC4yMjRhMjIuNTU3LDIyLjU1NywwLDAsMCw2LjQzLDUuNzIzLDIuNiwyLjYsMCwwLDAsMS4zMS4zNDZoMGE2LjM2Miw2LjM2MiwwLDAsMCwzLjUyLTEuNjE4YzAuMDEtLjAxLjAzLTAuMDIzLDAuMDQtMC4wMzVzMC4wMi0uMDE2LjAzLTAuMDI2Vjg4LjMxNGMwLjAxLS4wMTUuMDMtMC4wMzIsMC4wNC0wLjA0OWEwLjA2MywwLjA2MywwLDAsMCwuMDItMC4wMzVsMC4wMy0uMDVhMC4wODQsMC4wODQsMCwwLDEsLjAyLTAuMDQzLDAuMDkxLDAuMDkxLDAsMCwxLC4wMS0wLjA1YzAtLjAxNi4wMS0wLjAzMiwwLjAxLTAuMDQ4Vjg3Ljk4NGMwLS4wMTUuMDEtMC4wMywwLjAxLTAuMDQ1YTAuMTExLDAuMTExLDAsMCwxLS4wMS0wLjA1NkEwLjA3MywwLjA3MywwLDAsMCwxMDk5LjU0LDg3LjgzOVptMC44Mi0yLjk3NWEyOS4yNzUsMjkuMjc1LDAsMCwwLTIuODQtMi42NzIsMS4yOTEsMS4yOTEsMCwwLDAtMS4wMS0uMzM3LDEuNTM1LDEuNTM1LDAsMCwwLTEuMDEuNjQ5Yy0wLjE1LjE5My0uNDIsMC41MzItMC41MSwwLjY0NGEwLjg3MiwwLjg3MiwwLDAsMS0xLjM0LjMwOCwxNi41MTUsMTYuNTE1LDAsMCwxLTIuMjEtMi41bC0wLjAzLS4wMzdzMCwwLS4wMS0wLjAwN2EwLjA1NiwwLjA1NiwwLDAsMC0uMDItMC4wMzIsMTYuNTY5LDE2LjU2OSwwLDAsMS0xLjgyLTIuODMyLDAuOSwwLjksMCwwLDEsLjYxLTEuMjUxYzAuMDItLjAwNy4wNC0wLjAxNywwLjA3LTAuMDI5YTQuMDMsNC4wMywwLDAsMCwxLjIyLS43NTUsMS40MTgsMS40MTgsMCwwLDAsLjI5LTEuNjQ3LDMxLjk3OSwzMS45NzksMCwwLDAtMi4xNi0zLjY0NiwxLjQ3NCwxLjQ3NCwwLDAsMC0yLjExLS40NTZsMC41NiwwLjg3OGEwLjQ3NCwwLjQ3NCwwLDAsMSwuNzIuMiwzMC44MzUsMzAuODM1LDAsMCwxLDIuMDcsMy40ODksMC4zNTYsMC4zNTYsMCwwLDEtLjEuNDQyLDMuMDc1LDMuMDc1LDAsMCwxLS44OS41M2MtMC4wNS4wMjQtLjA5LDAuMDQzLTAuMTIsMC4wNTRhMS45NzMsMS45NzMsMCwwLDAtMS4xMiwyLjU1OSwwLjExOCwwLjExOCwwLDAsMCwuMDIuMDU0LDE3LjYzLDE3LjYzLDAsMCwwLDEuOTYsMy4wNzYsMC4wMTUsMC4wMTUsMCwwLDEsLjAxLjAxNiwwLjA1LDAuMDUsMCwwLDEsLjAyLjAyNywxNy45NTksMTcuOTU5LDAsMCwwLDIuNDIsMi43MWMwLjAyLDAuMDEzLjAzLDAuMDI1LDAuMDUsMC4wMzZhMS44NzksMS44NzksMCwwLDAsMi42OS0uNWMwLjExLS4xMzQuNC0wLjUxLDAuNTMtMC42NzEsMCwwLC4wMS0wLjAxNC4wMS0wLjAxOGEwLjU4NCwwLjU4NCwwLDAsMSwuMzItMC4yNDIsMC4zNjYsMC4zNjYsMCwwLDEsLjI1LjEwOCwzMC4yOCwzMC4yOCwwLDAsMSwyLjcsMi41MjgsMC4xNTQsMC4xNTQsMCwwLDAsLjA0LjA1LDAuNzIxLDAuNzIxLDAsMCwxLC4yOS45LDAuNTMzLDAuNTMzLDAsMCwwLC4yMS43MSwwLjUyMSwwLjUyMSwwLDAsMCwuMjQuMDYsMC41MDgsMC41MDgsMCwwLDAsLjQ1LTAuMjgyQTEuNzUxLDEuNzUxLDAsMCwwLDExMDAuMzYsODQuODY0Wm0tNi4xOS01LjIzOWEwLjc2MiwwLjc2MiwwLDAsMCwuMTUtMS4wMywwLjcsMC43LDAsMCwwLTEtLjE2LDAuNzU1LDAuNzU1LDAsMCwwLS4xNiwxLjAzQTAuNzE1LDAuNzE1LDAsMCwwLDEwOTQuMTcsNzkuNjI1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwODQgLTcwKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left 50% top 50% / 23px no-repeat, linear-gradient(to bottom right, #cf1922 0%, #a318a1 100%);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-123 .popover-body {
  padding: 50px 50px 60px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-123 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-123 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  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 #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-123 .popover-body .form_calendar_interval input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-123 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-123 .popover-body .s3_button_large {
  padding: 18px 25px;
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-123 .popover-body .s3_button_large:hover, .title-page .popover-wrap-123 .popover-body .s3_button_large.hover, .title-page .popover-wrap-123 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .popover-wrap-123 .popover-body .s3_button_large:active, .title-page .popover-wrap-123 .popover-body .s3_button_large.active {
  border: none;
  background: linear-gradient(to bottom right, #820e96 0%, #db1cb8 100%) #8e1ca0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-123 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ed1b24;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-123 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzI1MjUyNSIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat #f2f5fa;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-123 .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-123 .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-123 .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-123 .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 .button-123 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-123 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-123 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-123 .popover-form-title {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-123 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-123 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-123 .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-123 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-123 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-123 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-123 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(13, 13, 13, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-123 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-123 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-123 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .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-123 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-123 .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-123 .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-123 .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: 12px;
}
.title-page .popover-wrap-123 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .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-123 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-123 .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-123 .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-123 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  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-123 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  border: none;
  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: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-123 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-123 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .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-123 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-123 .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-123 .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: 14px;
}
.title-page .popover-wrap-123 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-123 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-123 .popover-body .form_upload .no-more {
  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: 14px;
}
.title-page .popover-wrap-123 .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-123 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-123 .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-123 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-123 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-123 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .widget-71 {
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .popover-wrap-124 .popover-body {
  padding: 50px 50px 60px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-124 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-124 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  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 #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-124 .popover-body .form_calendar_interval input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-124 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-124 .popover-body .s3_button_large {
  padding: 18px 25px;
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-124 .popover-body .s3_button_large:hover, .title-page .popover-wrap-124 .popover-body .s3_button_large.hover, .title-page .popover-wrap-124 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .popover-wrap-124 .popover-body .s3_button_large:active, .title-page .popover-wrap-124 .popover-body .s3_button_large.active {
  border: none;
  background: linear-gradient(to bottom right, #820e96 0%, #db1cb8 100%) #8e1ca0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-124 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ed1b24;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-124 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzI1MjUyNSIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat #f2f5fa;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-124 .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-124 .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-124 .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-124 .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-124 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-124 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-124 .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-124 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-124 .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-124 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-124 .body-outer {
  padding: 0.02px 0;
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-124 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-124 .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-124 .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-124 .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-124 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-124 .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;
  display: block;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
}
.title-page .blocklist-124 .text {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: rgba(13, 13, 13, 0.7);
  line-height: 1.5;
  text-decoration: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 16px;
  padding-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: normal;
  padding-top: 10px;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-124 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-124 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  margin-right: 50px;
  margin-left: -70px;
}
.title-page .blocklist-124 .item-label {
  padding: 0.02px 0;
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  color: rgba(255, 255, 255, 0);
  text-align: left;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 0;
  width: auto;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  bottom: 0;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 162px;
}
.title-page .blocklist-124 .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-124 .img-convert {
  box-sizing: border-box;
  width: 140px;
  height: 140px;
  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 0px 0px 10px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-124 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-124 .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-124 .title {
  margin: 0;
  font-weight: 900;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #0d0d0d;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 30px;
  padding-left: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 15px;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-124 .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-124 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-124 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-124 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-124 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-124 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-124 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: auto;
  margin-bottom: 0;
}
.title-page .blocklist-124 .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: #000;
  text-decoration: none;
  font-size: 0;
  min-height: 50px;
  width: 50px;
  background: #25d366;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: 0;
}
.title-page .blocklist-124 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-124 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-124 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-124 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-124 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-124 .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-124 .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-124 .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-124 .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-124 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-124 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-124 .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-124 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-124 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-124 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-124 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-124 .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-124 .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-124 .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-124 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-124 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-124 .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-124 .bx-pager a:active, .title-page .blocklist-124 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-124 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-124 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-124 .popover-form-title {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-124 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-124 .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-124 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-124 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(13, 13, 13, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-124 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-124 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .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-124 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-124 .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-124 .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-124 .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: 12px;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .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-124 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-124 .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-124 .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-124 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  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-124 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  border: none;
  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: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-124 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-124 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .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-124 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-124 .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-124 .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: 14px;
}
.title-page .popover-wrap-124 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-124 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-124 .popover-body .form_upload .no-more {
  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: 14px;
}
.title-page .popover-wrap-124 .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-124 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-124 .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-124 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-124 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-124 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-70 {
  padding: 30px 50px 0.02px;
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 360px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-25 {
  margin: 25px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-49 p:first-child {
  margin-top: 0;
}
.title-page .address-49 p:last-child {
  margin-bottom: 0;
}
.title-page .address-49 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-49 .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-49 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4wMzEiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAyOS4wMzEgMzMiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJhZHJlc3MyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNTExLjQwOSw1ODQuNjcyYTEuNDU2LDEuNDU2LDAsMCwxLTEuODM2LDBjLTEuMzktMS4xMzktMTMuNTk0LTExLjM0OC0xMy41OTQtMTguNzE1LDAtNy42ODgsNi41MTEtMTMuOTQyLDE0LjUxMi0xMy45NDJTNTI1LDU1OC4yNjksNTI1LDU2NS45NTdDNTI1LDU3My4zMjQsNTEyLjgsNTgzLjUzMyw1MTEuNDA5LDU4NC42NzJabS0wLjkxOC0yOS45MzdhMTEuNDczLDExLjQ3MywwLDAsMC0xMS42ODEsMTEuMjIyYzAsNC43NzcsNy43MjcsMTIuNDQ5LDExLjY4MSwxNS44NywzLjk1NC0zLjQyMSwxMS42ODItMTEuMDkzLDExLjY4Mi0xNS44N0ExMS40NzEsMTEuNDcxLDAsMCwwLDUxMC40OTEsNTU0LjczNVptMCwxOC4wMjNhNi44MDYsNi44MDYsMCwxLDEsNy4wNzgtNi44QTYuOTUzLDYuOTUzLDAsMCwxLDUxMC40OTEsNTcyLjc1OFptMC0xMC44ODFhNC4wODQsNC4wODQsMCwxLDAsNC4yNDcsNC4wOEE0LjE3LDQuMTcsMCwwLDAsNTEwLjQ5MSw1NjEuODc3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5NS45NjkgLTU1MikiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 15px no-repeat rgba(255, 255, 255, 0.3);
  margin-right: 15px;
  min-height: 35px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .address-49 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-49 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-49 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .address-49 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .address-49 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-49 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-26 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .phones-50 p:first-child {
  margin-top: 0;
}
.title-page .phones-50 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-50 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-50 .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-50 .icon {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNS4wNjMiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNS4wNjMgMzQiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0icGhvbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik00MS44NDcgMzUuMDU0YTE3LjgzMyAxNy44MzMuMCAwIDEtNC4xNTcgNi4xOTQgMTguOCAxOC44LjAgMCAxLTEuNjY1IDEuNDIxbC0uMzk1LjMtMS4wMDguMDE3Yy02LjcxNS4wLTEzLjY1OS0zLTE5LjA1NC04LjIyOGwtLjEwNi0uMTExQzkuOTEzIDI5LjI2OCA2LjgyMiAyMi4zNTQgNi45ODQgMTUuNjg2TDcgMTUuMmwuMzEyLS4zODNBMTcuODc3IDE3Ljg3Ny4wIDAgMSA4Ljc3IDEzLjIwOWExOC41IDE4LjUuMCAwIDEgNi4zOTMtNC4wMzhBMi44IDIuOC4wIDAgMSAxNi4xNDcgOWMuODE2LjAgMi42NDYuNCAzLjExMSAxLjY0Ny44MjIgMi4yMDggMS44NjIgNS4xIDIuNjE2IDcuODc0YTMuNDYgMy40Ni4wIDAgMS0xLjExNCAzLjMzOEwxOC4wOTUgMjMuNWExLjkyIDEuOTIuMCAwIDAgLjM2Ljg4NCAzNi45MiAzNi45Mi4wIDAgMCAzLjU2MiA0LjA0NSAzNi43MjkgMzYuNzI5LjAgMCAwIDQuMTQgMy40MjEgMS41MzYgMS41MzYuMCAwIDAgLjgzNC4zMDcuNDIyLjQyMi4wIDAgMCAuMTUtLjAybDEuNjI3LTIuNTI3Yy43MzMtMS4xMTEgMi41ODctMS4xNDMgMi44LTEuMTQzYTIuNzE0IDIuNzE0LjAgMCAxIC41ODMuMDU3IDM4Ljc1MSAzOC43NTEuMCAwIDEgOC4yODggMi41OTNBMy40MzkgMy40MzkuMCAwIDEgNDEuODQ3IDM1LjA1NHpNMzguOSAzMy42NTlhMzYuMjQxIDM2LjI0MS4wIDAgMC03LjQwNy0yLjI3NiAzLjM1OSAzLjM1OS4wIDAgMC0uMzU0LjA3MmwtMS41MTcgMi4zMThjLS45NDYgMS40ODQtMy40NDQgMS43MTgtNS4yNDEuNDQ0QTM5LjggMzkuOC4wIDAgMSAxOS44ODMgMzAuNWEzOS43MTIgMzkuNzEyLjAgMCAxLTMuODY2LTQuMzkgNC4wNDQgNC4wNDQuMCAwIDEtLjgyOC0zLjIgMi44IDIuOC4wIDAgMSAxLjMtMS44OWwyLjM4My0xLjQ2N2ExLjc5MyAxLjc5My4wIDAgMCAuMDYyLS40Yy0uNjY2LTIuNC0xLjYtNS4wNDQtMi4zODEtNy4xNDFhMS4zODMgMS4zODMuMCAwIDAtLjQxLS4wODRBMTUuNTE0IDE1LjUxNC4wIDAgMCAxMC45IDE1LjI3OGMtLjMwNi4zLS42LjYxNi0uOTA3Ljk2Ny4wMjcgNS42NSAyLjg0IDExLjcyMiA3LjYgMTYuMzRsLjE0Ny4xNDZhMjQuODUgMjQuODUuMCAwIDAgMTYuODA4IDcuMzI4Yy4zNTctLjI4Ny42OTItLjU4MyAxLS44ODJhMTQuODU0IDE0Ljg1NC4wIDAgMCAzLjQ3Ny01LjE4NEMzOS4wMTkgMzMuOTg0IDM4Ljk2IDMzLjggMzguOSAzMy42NTl6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi45NjkgLTkpIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 18px no-repeat rgba(255, 255, 255, 0.3);
  margin-right: 15px;
  min-height: 35px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .phones-50 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-50 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-50 .title {
  box-sizing: border-box;
  display: none;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 5px;
}
.title-page .phones-50 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: none;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
  min-height: 35px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .phones-50 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-50 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-50 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-21 {
  margin: 0 0 0 20px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/54804856 (1).jpg") left 50% top 50% / cover no-repeat;
  max-width: 100%;
  z-index: 11;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  padding-right: 20px;
}
.title-page .block-62 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(to right, #fff 0%, #fff 50%, rgba(3, 96, 120, 0) 50%);
  max-width: 100%;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-22 {
  padding: 0.02px 0;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1200px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  max-width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .block-63 .layout_43 {
  -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-63 .layout_45 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-63 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fff;
  max-width: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-right: 50px;
}
.title-page .block-23 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 400px;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: 0;
  padding-right: 30px;
}
.title-page .widget-23 {
  margin: 0 0 5px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  font-size: 25px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .site-name-46 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
}
.title-page .site-name-46 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-46 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
}
.title-page .site-name-46 .sn-text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #0d0d0d;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  margin-left: 20px;
  margin-bottom: 25px;
}
.title-page .site-name-46 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-24 {
  margin: -23px 0 0 80px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: rgba(13, 13, 13, 0.7);
  text-decoration: none;
  font-size: 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 0;
  font-weight: 500;
}
.title-page .widget-22 {
  margin: 10px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: right;
  padding-right: 0;
  padding-left: 0;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .menu-43 .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-43 .menu-button {
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 50px;
  min-height: 50px;
  padding: 10px 15px;
  color: #fff;
  font-size: 17px;
}
.title-page .menu-43 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-43 .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-43 .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-43 .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-43 .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-43 .menu-scroll > ul ul {
  padding: 10px 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f2f5fa;
  list-style: none;
  width: 280px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
}
.title-page .menu-43 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-43 .menu-scroll > ul ul > li > a {
  padding: 10px 20px;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(13, 13, 13, 0.8);
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-43 .menu-scroll > ul ul > li > a:hover, .title-page .menu-43 .menu-scroll > ul ul > li > a.hover, .title-page .menu-43 .menu-scroll > ul ul > li > a.active {
  background: #ed1b24;
  color: #fff;
}
.title-page .menu-43 .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-43 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-43 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-43 .menu-scroll > ul > li.menu-item > a {
  padding: 10px;
  margin: 0 10px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(13, 13, 13, 0.7);
  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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: none;
  text-align: left;
  align-self: auto;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
}
.title-page .menu-43 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-43 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-43 .menu-scroll > ul > li.menu-item > a.active {
  color: #ed1b24;
  -webkit-box-shadow: inset 0px -1px 0px 0px #fff;
  -moz-box-shadow: inset 0px -1px 0px 0px #fff;
  box-shadow: inset 0px -1px 0px 0px #fff;
}
.title-page .menu-43 .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-43 .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-43 .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-43 .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-43 .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-43 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-43 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-43 .menu-scroll > ul > li.more-button > a {
  padding: 0.02px 10px 6px;
  margin: 0;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #f2f5fa;
  box-sizing: border-box;
  text-decoration: none;
  color: #0d0d0d;
  font-size: 25px;
  line-height: 1.4;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  text-transform: none;
  align-self: auto;
  min-height: 41px;
  width: 40px;
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 0px 2px #f2f5fa, inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0px 0px 0px 2px #f2f5fa, inset 0px 0px 0px 2px #fff;
  box-shadow: 0px 0px 0px 2px #f2f5fa, inset 0px 0px 0px 2px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .menu-43 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-43 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-43 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-25 {
  padding: 100px 20px 410px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 1;
  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;
  max-width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-27 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: 800px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  padding-top: 0.02px;
}
.title-page .popover-wrap-53 .popover-body {
  padding: 50px 50px 60px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-53 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-53 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  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 #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-53 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-53 .popover-body .s3_button_large {
  padding: 18px 25px;
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-53 .popover-body .s3_button_large:hover, .title-page .popover-wrap-53 .popover-body .s3_button_large.hover, .title-page .popover-wrap-53 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .popover-wrap-53 .popover-body .s3_button_large:active, .title-page .popover-wrap-53 .popover-body .s3_button_large.active {
  background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%) #ed1b24;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-53 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ed1b24;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-53 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzI1MjUyNSIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat #f2f5fa;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-53 .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-53 .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-53 .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-53 .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-53 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-53 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-53 .header {
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.02px;
  font-weight: 800;
}
.title-page .editable_block-53 .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;
  text-align: left;
}
.title-page .editable_block-53 .title {
  border: none;
  box-sizing: border-box;
  font-size: 45px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  color: #fff;
  letter-spacing: 0.3px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 900;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 0;
}
.title-page .editable_block-53 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 5px;
}
.title-page .editable_block-53 .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-53 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-53 .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-53 .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-53 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  color: #d9d9d9;
  line-height: 1.5;
  letter-spacing: 0.3px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}
.title-page .editable_block-53 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-53 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-53 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-53 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-53 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-53 .more {
  box-sizing: border-box;
  margin-top: 0;
  pointer-events: auto;
  padding-top: 40px;
  padding-bottom: 0.02px;
}
.title-page .editable_block-53 .more > a {
  padding: 18px 40px;
  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: 65px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
}
.title-page .editable_block-53 .more > a:hover, .title-page .editable_block-53 .more > a.hover, .title-page .editable_block-53 .more > a.active {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .editable_block-53 .more > a:active, .title-page .editable_block-53 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%) #ed1b24;
}
.title-page .editable_block-53 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-53 .clear {
  clear: both;
}
.title-page .popover-container-53 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-53 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-53 .popover-form-title {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-53 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(13, 13, 13, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-53 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-53 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  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-53 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-53 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-53 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-53 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-53 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  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-53 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  border: none;
  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: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-53 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-53 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  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-53 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-53 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  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-53 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-53 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-53 .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-53 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-53 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-53 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-3 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 10;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 0.02px;
  padding-bottom: 40px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-2 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  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;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-2 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-family: Montserrat, sans-serif;
}
.title-page .popover-wrap-3 .popover-body {
  padding: 50px 50px 60px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-3 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-3 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  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 #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-3 .popover-body .form_calendar_interval input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-3 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-3 .popover-body .s3_button_large {
  padding: 18px 25px;
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-3 .popover-body .s3_button_large:hover, .title-page .popover-wrap-3 .popover-body .s3_button_large.hover, .title-page .popover-wrap-3 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .popover-wrap-3 .popover-body .s3_button_large:active, .title-page .popover-wrap-3 .popover-body .s3_button_large.active {
  border: none;
  background: linear-gradient(to bottom right, #820e96 0%, #db1cb8 100%) #8e1ca0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-3 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ed1b24;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-3 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzI1MjUyNSIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat #f2f5fa;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-3 .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-3 .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-3 .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-3 .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-3 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-3 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-3 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .blocklist-3 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  color: #0d0d0d;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 900;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-3 .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-3 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  color: rgba(13, 13, 13, 0.7);
  line-height: 1.4;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-right: auto;
  margin-left: auto;
  width: 960px;
}
.title-page .blocklist-3 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-3 .body {
  margin: 0 -20px;
  box-sizing: border-box;
}
.title-page .blocklist-3 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-3 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-3 .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-3 .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-3 .item {
  padding: 40px;
  margin: 15px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #f2f5fa;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: auto;
  -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 .blocklist-3 .item:hover, .title-page .blocklist-3 .item.hover, .title-page .blocklist-3 .item.active {
  -webkit-box-shadow: inset 2px 0px 0px 0px #f2f5fa;
  -moz-box-shadow: inset 2px 0px 0px 0px #f2f5fa;
  box-shadow: inset 2px 0px 0px 0px #f2f5fa;
  background: transparent;
}
.title-page .blocklist-3 .item:active, .title-page .blocklist-3 .item.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-3 .text {
  border: none;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: rgba(13, 13, 13, 0.7);
  line-height: 1.7;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-right: 0;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  padding-top: 0.02px;
  padding-bottom: 30px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-3 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-3 .image {
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTAuOTY5IiBoZWlnaHQ9IjE3My45NiIgdmlld0JveD0iMCAwIDExMC45NjkgMTczLjk2IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iYjIyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNODg5LjY4NywyNzA4Ljg0di00LjA2aDQuMDY0djQuMDZoLTQuMDY0Wm0wLTE4Ljk2aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabS0xNC45LDE2OS45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptLTE2LjEsMTY5LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0tMTQuOSwxNjkuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabS0xNS4xLDE2OS45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptLTE0LjksMTY5LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0tMTYuMSwxNjkuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabS0xNC45LDE2OS45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03ODIuNzgxIC0yNTM0Ljg4KSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIwLjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 15px top 50% / auto auto no-repeat, linear-gradient(to right, #fff 0%, #f2f5fa 100%);
  float: none;
  max-width: 100%;
  left: 0;
  right: 0;
}
.title-page .blocklist-3 .item-label {
  padding: 10px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: auto;
  top: 0;
  z-index: 5;
  background: #ed1b24;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  bottom: auto;
  width: 150px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  min-height: 0;
  align-self: auto;
}
.title-page .blocklist-3 .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-3 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 200px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-3 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-3 .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-3 .title {
  padding: 30px 0 20px;
  border: none;
  font-weight: bold;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #0d0d0d;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 19px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .blocklist-3 .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-3 .price {
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-3 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  width: 170px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .blocklist-3 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  color: rgba(13, 13, 13, 0.7);
  text-decoration: none;
  font-weight: normal;
  width: 170px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 5px;
  min-height: 0;
  margin-bottom: 0;
}
.title-page .blocklist-3 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  color: #0d0d0d;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  -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;
  padding-left: 3px;
  padding-right: 3px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-3 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  color: #0d0d0d;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-3 .more {
  margin: -45px 0 0 auto;
  text-align: right;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding-top: 0.02px;
  padding-left: 0;
  min-height: 0;
}
.title-page .blocklist-3 .more > a {
  padding: 18px 25px;
  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: 13px;
  font-weight: 500;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: 0;
  min-height: 0;
}
.title-page .blocklist-3 .more > a:hover, .title-page .blocklist-3 .more > a.hover, .title-page .blocklist-3 .more > a.active {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .blocklist-3 .more > a:active, .title-page .blocklist-3 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%) #ed1b24;
}
.title-page .blocklist-3 .bx-wrapper {
  max-width: 1179px;
}
.title-page .blocklist-3 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-3 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-3 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-3 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-3 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 0.02px;
}
.title-page .blocklist-3 .all {
  padding: 18px 40px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #0d0d0d;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #ed1b24;
  -moz-box-shadow: inset 0px 0px 0px 2px #ed1b24;
  box-shadow: inset 0px 0px 0px 2px #ed1b24;
  background: none transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
}
.title-page .blocklist-3 .all:hover, .title-page .blocklist-3 .all.hover, .title-page .blocklist-3 .all.active {
  color: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%) #ed1b24;
}
.title-page .blocklist-3 .all:active, .title-page .blocklist-3 .all.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%) #cf1922;
}
.title-page .blocklist-3 .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-3 .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-3 .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-3 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-3 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-3 .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-3 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-3 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-3 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-3 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-3 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-3 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-3 .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-3 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-3 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-3 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-3 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-3 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-3 .popover-form-title {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-3 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-3 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-3 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-3 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(13, 13, 13, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-3 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-3 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-3 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-3 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-3 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-3 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  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-3 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-3 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-3 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-3 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-3 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  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-3 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  border: none;
  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: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-3 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-3 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-3 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-3 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-3 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  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-3 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-3 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-3 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  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-3 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-3 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-3 .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-3 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-3 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-3 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-5 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 9;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  max-width: 100%;
  padding-bottom: 55px;
  padding-top: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-4 .layout_6 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 .layout_99 {
  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: 1240px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-55 {
  padding: 60px 40px;
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  min-height: 0;
  width: 380px;
  right: 0;
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 30, 36, 0.4);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 30, 36, 0.4);
  box-shadow: 0px 5px 30px 1px rgba(237, 30, 36, 0.4);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTAuOTY5IiBoZWlnaHQ9IjE3My45NiIgdmlld0JveD0iMCAwIDExMC45NjkgMTczLjk2IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iYjIyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNODg5LjY4NywyNzA4Ljg0di00LjA2aDQuMDY0djQuMDZoLTQuMDY0Wm0wLTE4Ljk2aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabS0xNC45LDE2OS45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptLTE2LjEsMTY5LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0tMTQuOSwxNjkuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabS0xNS4xLDE2OS45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptLTE0LjksMTY5LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0tMTYuMSwxNjkuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabS0xNC45LDE2OS45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03ODIuNzgxIC0yNTM0Ljg4KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjE1IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") right 50px top 60px / auto auto no-repeat, linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-99 .popover-body {
  padding: 50px 50px 60px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-99 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-99 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  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 #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-99 .popover-body .form_calendar_interval input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-99 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-99 .popover-body .s3_button_large {
  padding: 18px 25px;
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-99 .popover-body .s3_button_large:hover, .title-page .popover-wrap-99 .popover-body .s3_button_large.hover, .title-page .popover-wrap-99 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .popover-wrap-99 .popover-body .s3_button_large:active, .title-page .popover-wrap-99 .popover-body .s3_button_large.active {
  border: none;
  background: linear-gradient(to bottom right, #820e96 0%, #db1cb8 100%) #8e1ca0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-99 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ed1b24;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-99 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzI1MjUyNSIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat #f2f5fa;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-99 .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-99 .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-99 .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-99 .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-99 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-99 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-99 .header {
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-99 .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-99 .title {
  box-sizing: border-box;
  font-size: 250px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 0.8;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: bold;
  min-height: 0;
  margin-left: 0;
}
.title-page .editable_block-99 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-99 .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-99 .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-99 .img-convert {
  box-sizing: border-box;
  width: 180px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.title-page .editable_block-99 .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-99 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 18px;
  margin-top: 0;
  font-weight: normal;
  min-height: 0;
  margin-left: 35px;
}
.title-page .editable_block-99 .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-99 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-99 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-99 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-99 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-99 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
}
.title-page .editable_block-99 .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-99 .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-99 .clear {
  clear: both;
}
.title-page .popover-container-99 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-99 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-99 .popover-form-title {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-99 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-99 .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-99 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-99 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(13, 13, 13, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-99 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-99 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .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-99 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-99 .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-99 .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-99 .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: 12px;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .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-99 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-99 .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-99 .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-99 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  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-99 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  border: none;
  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: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-99 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-99 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .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-99 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-99 .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-99 .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: 14px;
}
.title-page .popover-wrap-99 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-99 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-99 .popover-body .form_upload .no-more {
  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: 14px;
}
.title-page .popover-wrap-99 .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-99 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-99 .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-99 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-99 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-99 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .widget-3 {
  margin: -30px 0 auto 80px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-6 .popover-body {
  padding: 50px 50px 60px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-6 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-6 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  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 #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-6 .popover-body .form_calendar_interval input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-6 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-6 .popover-body .s3_button_large {
  padding: 18px 25px;
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-6 .popover-body .s3_button_large:hover, .title-page .popover-wrap-6 .popover-body .s3_button_large.hover, .title-page .popover-wrap-6 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .popover-wrap-6 .popover-body .s3_button_large:active, .title-page .popover-wrap-6 .popover-body .s3_button_large.active {
  border: none;
  background: linear-gradient(to bottom right, #820e96 0%, #db1cb8 100%) #8e1ca0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-6 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ed1b24;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-6 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzI1MjUyNSIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat #f2f5fa;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-6 .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-6 .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-6 .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-6 .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-6 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-6 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-6 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-6 .header_text {
  font-size: 50px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-6 .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-6 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
}
.title-page .blocklist-6 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-6 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-6 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-6 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-6 .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-6 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 50%;
}
.title-page .blocklist-6 .item {
  padding: 15px 0;
  margin: 15px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  display: -webkit-flex;
  display: flex;
  align-self: auto;
  -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;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-6 .text {
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(13, 13, 13, 0.7);
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-6 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-6 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: none;
  margin-right: 0;
  margin-left: 0;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  background: #f2f5fa;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 80px;
  width: 80px;
  max-width: 100%;
}
.title-page .blocklist-6 .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-6 .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-6 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: -15px;
  margin-bottom: -15px;
}
.title-page .blocklist-6 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-6 .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-6 .title {
  font-weight: bold;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #0d0d0d;
  text-decoration: none;
  font-size: 19px;
  padding-top: 30px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
}
.title-page .blocklist-6 .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;
  font-family: Montserrat, sans-serif;
}
.title-page .blocklist-6 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-6 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-6 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-6 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-6 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-6 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-6 .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-6 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-6 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-6 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-6 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-6 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-6 .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-6 .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-6 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-6 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-6 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-6 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-6 .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-6 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-6 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-6 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-6 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-6 .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-6 .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-6 .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-6 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-6 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-6 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-6 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-6 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-6 .popover-form-title {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-6 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-6 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-6 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-6 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(13, 13, 13, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-6 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-6 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-6 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-6 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-6 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-6 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  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-6 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-6 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-6 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-6 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-6 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  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-6 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  border: none;
  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: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-6 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-6 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-6 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-6 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-6 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  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-6 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-6 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-6 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  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-6 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-6 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-6 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-6 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-6 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-6 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-11 {
  margin: 0 20px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/54888288_2.jpg?1564633726249") left 50% top 50% / cover no-repeat;
  max-width: 100%;
  z-index: 8;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-bottom: 80px;
  padding-top: 80px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-10 .layout_9 {
  -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-10 .layout_109 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-10 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  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;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-4 {
  margin: 60px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-bottom: 40px;
}
.title-page .popover-wrap-9 .popover-body {
  padding: 50px 50px 60px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-9 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  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 #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-9 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-9 .popover-body .s3_button_large {
  padding: 18px 25px;
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-9 .popover-body .s3_button_large:hover, .title-page .popover-wrap-9 .popover-body .s3_button_large.hover, .title-page .popover-wrap-9 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .popover-wrap-9 .popover-body .s3_button_large:active, .title-page .popover-wrap-9 .popover-body .s3_button_large.active {
  border: none;
  background: linear-gradient(to bottom right, #820e96 0%, #db1cb8 100%) #8e1ca0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-9 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ed1b24;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-9 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzI1MjUyNSIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat #f2f5fa;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-9 .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-9 .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-9 .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-9 .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-9 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-9 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-9 .header {
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 900;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-9 .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-9 .title {
  box-sizing: border-box;
  font-size: 22px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: normal;
}
.title-page .editable_block-9 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: left;
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .editable_block-9 .item-label {
  padding: 0.02px 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 600px;
  right: auto;
  margin-left: 40px;
  margin-right: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  min-height: 0;
  margin-top: 40px;
  align-self: auto;
}
.title-page .editable_block-9 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-9 .img-convert {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  -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-top: auto;
  margin-bottom: auto;
  align-self: center;
}
.title-page .editable_block-9 .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-9 .text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 17px;
  padding-bottom: 25px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-right: 150px;
  margin-bottom: 40px;
  -webkit-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-9 .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-9 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-9 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-9 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-9 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-9 .more {
  box-sizing: border-box;
  margin-top: 0;
  pointer-events: auto;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .editable_block-9 .more > a {
  padding: 18px 25px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  background: none #ed1b24;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
}
.title-page .editable_block-9 .more > a:hover, .title-page .editable_block-9 .more > a.hover, .title-page .editable_block-9 .more > a.active {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%) #ed1b24;
}
.title-page .editable_block-9 .more > a:active, .title-page .editable_block-9 .more > a.active {
  background: none #cf1922;
}
.title-page .editable_block-9 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-9 .clear {
  clear: both;
}
.title-page .popover-container-9 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-9 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-9 .popover-form-title {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-9 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-9 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(13, 13, 13, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-9 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-9 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-9 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  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-9 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-9 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-9 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  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-9 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  border: none;
  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: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-9 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-9 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-9 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  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-9 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-9 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-9 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  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-9 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-9 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-9 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-9 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-9 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-9 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-57 {
  padding: 0.02px 0;
  margin: 0 0 auto 80px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 440px;
  min-height: 0;
  z-index: 1;
  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;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.title-page .block-56 {
  padding: 60px 50px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(#fff, #fff);
  z-index: 1;
  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;
}
.title-page .widget-67 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  min-height: 0;
}
.title-page .form-108 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 25px;
  margin-bottom: 0;
  color: #1a1a1a;
  text-align: center;
  text-indent: 0;
  text-decoration: none;
  font-weight: 900;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-108 .form__text {
  box-sizing: border-box;
  font-size: 15px;
  margin-bottom: 30px;
  overflow: hidden;
  color: rgba(44, 44, 44, 0.7);
  line-height: 1.5;
  text-align: center;
  text-indent: 0;
  text-decoration: none;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}
.title-page .form-108 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-108 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-108 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 0;
  width: auto;
  margin-top: 0;
}
.title-page .form-108 .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-108 .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-108 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.title-page .form-108 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .form-108 .form-text {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-108 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-108 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-108 .form-item__body {
  box-sizing: border-box;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.title-page .form-108 .form-text input {
  padding: 15px 20px;
  border: none;
  box-sizing: border-box;
  background: #f2f5fa;
  width: 100%;
  min-width: 100px;
  min-height: 54px;
  outline: none;
  font-size: 14px;
  color: #212121;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  height: 54px;
  resize: vertical;
  display: block;
  margin-bottom: 10px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -webkit-appearance: none;
  font-weight: normal;
}
.title-page .form-108 .form-textarea textarea {
  padding: 15px 20px;
  border: none;
  box-sizing: border-box;
  background: #f2f5fa;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 55px;
  outline: none;
  display: block;
  font-size: 14px;
  color: #212121;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  height: 55px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -webkit-appearance: none;
  margin-bottom: 15px;
  font-weight: normal;
}
.title-page .form-108 .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-108 .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-108 .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-108 .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .form-108 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-108 .form-select select {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
  text-align: start;
  color: #1a1a1a;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .form-108 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
  font-size: 14px;
  color: rgba(26, 26, 26, 0.7);
  text-decoration: none;
  padding-left: 5px;
}
.title-page .form-108 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-108 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
  color: rgba(26, 26, 26, 0.7);
  text-decoration: none;
  font-size: 15px;
}
.title-page .form-108 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-108 .form-radio .form-item__title {
  color: rgba(26, 26, 26, 0.7);
  font-size: 15px;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-108 .form-textarea {
  box-sizing: border-box;
  margin-bottom: 0;
  margin-top: 0;
}
.title-page .form-108 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-108 .form-submit {
  margin: 0;
  box-sizing: border-box;
  width: auto;
  padding-top: 0.02px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .form-108 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-108 .form-submit .form-item__body {
  margin-bottom: 5px;
  margin-top: 10px;
  box-sizing: border-box;
}
.title-page .form-108 .form-submit button {
  padding: 18px 25px;
  box-sizing: border-box;
  text-align: center;
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  outline: none;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  margin-top: 0;
  position: relative;
  width: 100%;
  min-height: 62px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-appearance: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-108 .form-submit button:hover, .title-page .form-108 .form-submit button.hover, .title-page .form-108 .form-submit button.active {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .form-108 .form-submit button:active, .title-page .form-108 .form-submit button.active {
  background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%) #ed1b24;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .form-108 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-108 .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;
  margin-bottom: 0;
  margin-top: 0;
}
.title-page .form-108 .form-captcha .form-item__body {
  margin-bottom: 5px;
  margin-top: 10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-108 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #f2f5fa;
  width: auto;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  font-size: 14px;
  color: #212121;
  line-height: 1.2;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  resize: vertical;
  display: block;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -webkit-appearance: none;
  font-weight: normal;
}
.title-page .form-108 .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-108 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-108 .form-captcha button {
  padding: 18px 25px;
  box-sizing: border-box;
  text-align: center;
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  outline: none;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  margin-top: 0;
  position: relative;
  width: 100%;
  min-height: 62px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-appearance: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-108 .form-captcha button:hover, .title-page .form-108 .form-captcha button.hover, .title-page .form-108 .form-captcha button.active {
  border: none;
  background: linear-gradient(to bottom right, #19a33d 0%, #9fe148 100%) #19a33d;
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .form-108 .form-captcha button:active, .title-page .form-108 .form-captcha button.active {
  background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%) #ed1b24;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .form-108 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-108 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-108 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-108 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-108 .form-checkbox {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-108 .form-checkbox .form-item__body {
  margin-bottom: 5px;
  margin-top: 10px;
  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-108 .form-checkbox .form-item__title {
  color: rgba(26, 26, 26, 0.7);
  font-size: 15px;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-108 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-108 .form-checkbox .form-item__body label.form-item__title {
  color: rgba(26, 26, 26, 0.7);
  text-decoration: none;
}
.title-page .form-108 .form-radio {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-108 .form-radio .form-item__body {
  margin-bottom: 5px;
  margin-top: 10px;
  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-108 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-108 .form-radio .form-item__body label.form-item__title {
  color: rgba(26, 26, 26, 0.7);
  text-decoration: none;
}
.title-page .form-108 .form-select {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-108 .form-div {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-108 .form-html {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-108 .form-html .form-item__body {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 15px;
  color: rgba(26, 26, 26, 0.7);
  text-decoration: none;
}
.title-page .form-108 .form-upload {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-108 .form-calendar {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-108 .form-calendar .form-item__body {
  margin-bottom: 5px;
  margin-top: 10px;
}
.title-page .form-108 .form-calendar input {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  background: #f2f5fa;
  width: 100%;
  min-height: 0;
  outline: none;
  -webkit-appearance: none;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 0;
}
.title-page .form-108 .form-calendar_interval {
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.title-page .form-108 .form-calendar_interval input {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  background: #f2f5fa;
  width: 100%;
  min-height: 0;
  outline: none;
  -webkit-appearance: none;
  text-align: start;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 0;
}
.title-page .form-108 .form-calendar_interval .form-item__body {
  margin-bottom: 5px;
  margin-top: 10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .form-108 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
  color: rgba(26, 26, 26, 0.7);
  text-decoration: none;
  font-size: 14px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-108 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
  color: rgba(26, 26, 26, 0.7);
  text-decoration: none;
  font-size: 14px;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.title-page .form-108 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  margin-right: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-108 .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-108 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: -10px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .form-108 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-108 .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-108 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-108 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1a1a1a;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.title-page .form-108 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.6);
}
.title-page .form-108 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.6);
}
.title-page .form-108 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.6);
}
.title-page .block-55 {
  padding: 80px 0 40px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 7;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-58 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  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;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}
.title-page .widget-66 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-106 .popover-body {
  padding: 50px 50px 60px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-106 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-106 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  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 #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-106 .popover-body .form_calendar_interval input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-106 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-106 .popover-body .s3_button_large {
  padding: 18px 25px;
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-106 .popover-body .s3_button_large:hover, .title-page .popover-wrap-106 .popover-body .s3_button_large.hover, .title-page .popover-wrap-106 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .popover-wrap-106 .popover-body .s3_button_large:active, .title-page .popover-wrap-106 .popover-body .s3_button_large.active {
  border: none;
  background: linear-gradient(to bottom right, #820e96 0%, #db1cb8 100%) #8e1ca0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-106 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ed1b24;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-106 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzI1MjUyNSIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat #f2f5fa;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-106 .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-106 .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-106 .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-106 .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-106 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-106 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-106 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.title-page .blocklist-106 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #0d0d0d;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
}
.title-page .blocklist-106 .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-106 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  color: rgba(13, 13, 13, 0.7);
  line-height: 1.5;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 960px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.title-page .blocklist-106 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-106 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-106 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-106 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-106 .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-106 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-106 .item {
  margin: 0;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-106 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-106 .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-106 .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-106 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 500px;
  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-106 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-106 .image-inner {
  padding: 40px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-106 .image-inner:hover, .title-page .blocklist-106 .image-inner.hover, .title-page .blocklist-106 .image-inner.active {
  background: rgba(0, 0, 0, 0.7);
}
.title-page .blocklist-106 .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: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: auto;
}
.title-page .blocklist-106 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-106 .title {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #fff;
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 21px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-106 .sub-title {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: rgba(255, 255, 255, 0.5);
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}
.title-page .blocklist-106 .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-top: 30px;
}
.title-page .blocklist-106 .more > a {
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxyZWN0IGlkPSJyZWRlbC5zdmciIGNsYXNzPSJjbHMtMSIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiByeD0iNi41IiByeT0iNi41IiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcmVjdD4KPC9zdmc+") right 0px top 4px / 7px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-right: 140px;
  font-weight: bold;
}
.title-page .blocklist-106 .more > a:hover, .title-page .blocklist-106 .more > a.hover, .title-page .blocklist-106 .more > a.active {
  color: #dd0012;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgCiAgPC9kZWZzPgogIDxyZWN0IGlkPSJyZWRlbC5zdmciIGNsYXNzPSJjbHMtMSIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiByeD0iNi41IiByeT0iNi41IiBmaWxsPSIjZGQwMDEyIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcmVjdD4KPC9zdmc+") right 0px top 4px / 7px no-repeat;
}
.title-page .blocklist-106 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-106 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-106 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-106 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-106 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-106 .bx-wrapper {
  max-width: 1260px;
}
.title-page .blocklist-106 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-106 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-106 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-106 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-106 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-106 .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-106 .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-106 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-106 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .blocklist-106 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-106 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-106 .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-106 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-106 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-106 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-106 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-106 .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-106 .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-106 .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-106 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-106 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-106 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.title-page .popover-container-106 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-106 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-106 .popover-form-title {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-106 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-106 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-106 .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-106 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-106 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-106 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-106 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(13, 13, 13, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-106 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-106 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-106 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .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-106 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-106 .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-106 .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-106 .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: 12px;
}
.title-page .popover-wrap-106 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .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-106 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-106 .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-106 .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-106 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  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-106 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  border: none;
  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: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-106 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-106 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .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-106 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-106 .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-106 .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: 14px;
}
.title-page .popover-wrap-106 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-106 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-106 .popover-body .form_upload .no-more {
  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: 14px;
}
.title-page .popover-wrap-106 .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-106 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-106 .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-106 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-106 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-106 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-32 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 6;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  max-width: 100%;
  padding-bottom: 80px;
  padding-top: 40px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-31 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  right: 0;
  max-width: 100%;
}
.title-page .widget-56 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 70px;
  padding-right: 70px;
}
.title-page .popover-wrap-101 .popover-body {
  padding: 50px 50px 60px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-101 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-101 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  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 #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-101 .popover-body .form_calendar_interval input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-101 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-101 .popover-body .s3_button_large {
  padding: 18px 25px;
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-101 .popover-body .s3_button_large:hover, .title-page .popover-wrap-101 .popover-body .s3_button_large.hover, .title-page .popover-wrap-101 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .popover-wrap-101 .popover-body .s3_button_large:active, .title-page .popover-wrap-101 .popover-body .s3_button_large.active {
  border: none;
  background: linear-gradient(to bottom right, #820e96 0%, #db1cb8 100%) #8e1ca0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-101 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ed1b24;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-101 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzI1MjUyNSIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat #f2f5fa;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-101 .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-101 .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-101 .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-101 .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-101 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-101 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-101 .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: 15px;
  text-align: left;
  box-sizing: border-box;
  width: auto;
  padding-right: 50px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-101 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1;
  text-decoration: none;
  font-weight: 300;
  margin-bottom: 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-101 .all-in_header {
  border: none;
  box-sizing: border-box;
  display: none;
  -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;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: url("../images/lib_788101_dfcxvcgre.svg") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-101 .all-in_header:hover, .title-page .blocklist-101 .all-in_header.hover, .title-page .blocklist-101 .all-in_header.active {
  -webkit-box-shadow: inset 0px -2px 0px #12cc2d;
  -moz-box-shadow: inset 0px -2px 0px #12cc2d;
  box-shadow: inset 0px -2px 0px #12cc2d;
}
.title-page .blocklist-101 .all-in_header:active, .title-page .blocklist-101 .all-in_header.active {
  -webkit-box-shadow: inset 0px -2px 0px #000;
  -moz-box-shadow: inset 0px -2px 0px #000;
  box-shadow: inset 0px -2px 0px #000;
}
.title-page .blocklist-101 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 15px;
  color: #969696;
  line-height: 1.7;
  text-decoration: none;
  width: auto;
  padding-right: 50px;
  min-height: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-101 .body-outer {
  box-sizing: border-box;
  position: relative;
  margin-left: 0;
  width: auto;
  margin-right: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
}
.title-page .blocklist-101 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-101 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-101 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-101 .bx-wrapper {
  max-width: 1092px;
}
.title-page .blocklist-101 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-101 .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: 1090px;
}
.title-page .blocklist-101 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 25%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-101 .item {
  margin: 15px;
  position: relative;
  width: 1200px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  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-101 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-101 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-101 .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: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .blocklist-101 .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-101 .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-101 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 120px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-101 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-101 .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-101 .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
}
.title-page .blocklist-101 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-101 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-101 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-101 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-101 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-101 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-101 .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-101 .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;
  font-family: Montserrat, sans-serif;
}
.title-page .blocklist-101 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-101 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-101 .all {
  border: none;
  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;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: url("../images/lib_788101_dfcxvcgre.svg") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-101 .all:hover, .title-page .blocklist-101 .all.hover, .title-page .blocklist-101 .all.active {
  -webkit-box-shadow: inset 0px -2px 0px #12cc2d;
  -moz-box-shadow: inset 0px -2px 0px #12cc2d;
  box-shadow: inset 0px -2px 0px #12cc2d;
}
.title-page .blocklist-101 .all:active, .title-page .blocklist-101 .all.active {
  -webkit-box-shadow: inset 0px -2px 0px #000;
  -moz-box-shadow: inset 0px -2px 0px #000;
  box-shadow: inset 0px -2px 0px #000;
}
.title-page .blocklist-101 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: -25px;
  z-index: 1;
  text-align: justify;
  bottom: auto;
}
.title-page .blocklist-101 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDIxIDM5IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0ibGVmdDIyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMzQuNzE2LDQ1TDE2LjI2OCwyNi40NTlsLTAuNjM2LS42MzlMMTUsMjUuMTgsMzQuMDgsNmwxLjI3MiwxLjI3OUwxNy41NDEsMjUuMTgsMzUuOTg4LDQzLjcyNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNSAtNikiIGZpbGw9IiMyNTI1MjUiIGZpbGwtb3BhY2l0eT0iMC41IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 11px no-repeat, none #f2f5fa;
  box-sizing: border-box;
  text-align: left;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-101 .prev:hover, .title-page .blocklist-101 .prev.hover, .title-page .blocklist-101 .prev.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDIxIDM5IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0ibGVmdDIyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMzQuNzE2LDQ1TDE2LjI2OCwyNi40NTlsLTAuNjM2LS42MzlMMTUsMjUuMTgsMzQuMDgsNmwxLjI3MiwxLjI3OUwxNy41NDEsMjUuMTgsMzUuOTg4LDQzLjcyNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNSAtNikiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 11px no-repeat, linear-gradient(to bottom right, #ed1b24 0%, #a318a1 100%) #f2f5fa;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0px 5px 20px 1px rgba(237, 27, 36, 0.4);
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0px 5px 20px 1px rgba(237, 27, 36, 0.4);
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0px 5px 20px 1px rgba(237, 27, 36, 0.4);
}
.title-page .blocklist-101 .prev:active, .title-page .blocklist-101 .prev.active {
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
}
.title-page .blocklist-101 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDIxIDM5IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icmlnaHQyMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE2LjI4NCw2TDM0LjczMiwyNC41NDFsMC42MzYsMC42MzlMMzYsMjUuODIsMTYuOTIxLDQ1bC0xLjI3Mi0xLjI3OUwzMy40NTksMjUuODIsMTUuMDEyLDcuMjc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1IC02KSIgZmlsbD0iIzI1MjUyNSIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 11px no-repeat, none #f2f5fa;
  box-sizing: border-box;
  text-align: left;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-101 .next:hover, .title-page .blocklist-101 .next.hover, .title-page .blocklist-101 .next.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDIxIDM5IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icmlnaHQyMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTE2LjI4NCw2TDM0LjczMiwyNC41NDFsMC42MzYsMC42MzlMMzYsMjUuODIsMTYuOTIxLDQ1bC0xLjI3Mi0xLjI3OUwzMy40NTksMjUuODIsMTUuMDEyLDcuMjc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1IC02KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 11px no-repeat, linear-gradient(to bottom right, #ed1b24 0%, #a318a1 100%) #f2f5fa;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0px 5px 20px 1px rgba(237, 27, 36, 0.4);
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0px 5px 20px 1px rgba(237, 27, 36, 0.4);
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0px 5px 20px 1px rgba(237, 27, 36, 0.4);
}
.title-page .blocklist-101 .next:active, .title-page .blocklist-101 .next.active {
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
}
.title-page .blocklist-101 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-101 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-101 .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-101 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-101 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-101 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-101 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-101 .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-101 .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-101 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-101 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-101 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-101 .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-101 .bx-pager a:active, .title-page .blocklist-101 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-101 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-101 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-101 .popover-form-title {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-101 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-101 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-101 .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-101 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-101 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-101 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-101 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(13, 13, 13, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-101 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-101 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-101 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .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-101 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-101 .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-101 .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-101 .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: 12px;
}
.title-page .popover-wrap-101 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .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-101 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-101 .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-101 .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-101 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  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-101 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  border: none;
  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: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-101 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-101 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .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-101 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-101 .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-101 .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: 14px;
}
.title-page .popover-wrap-101 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-101 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-101 .popover-body .form_upload .no-more {
  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: 14px;
}
.title-page .popover-wrap-101 .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-101 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-101 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-101 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-101 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-101 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-101 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-101 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .block-13 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #f2f5fa;
  z-index: 5;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-bottom: 80px;
  padding-top: 80px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-12 .layout_114 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-12 .layout_115 {
  -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-12 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .block-61 .layout_17 {
  -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-61 .layout_111 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-61 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  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;
  right: 0;
}
.title-page .widget-6 {
  margin: 0 80px auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-17 .popover-body {
  padding: 50px 50px 60px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-17 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  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 #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-17 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-17 .popover-body .s3_button_large {
  padding: 18px 25px;
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-17 .popover-body .s3_button_large:hover, .title-page .popover-wrap-17 .popover-body .s3_button_large.hover, .title-page .popover-wrap-17 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .popover-wrap-17 .popover-body .s3_button_large:active, .title-page .popover-wrap-17 .popover-body .s3_button_large.active {
  border: none;
  background: linear-gradient(to bottom right, #820e96 0%, #db1cb8 100%) #8e1ca0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-17 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ed1b24;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-17 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzI1MjUyNSIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat #f2f5fa;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-17 .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-17 .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-17 .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-17 .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-17 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-17 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-17 .header {
  box-sizing: border-box;
  font-size: 30px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: 900;
}
.title-page .editable_block-17 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-17 .title {
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(13, 13, 13, 0.7);
  line-height: 1.5;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  padding-bottom: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NSIgaGVpZ2h0PSIxIiB2aWV3Qm94PSIwIDAgNzUgMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Im1pbnVzLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTMsNTFWNTBIODh2MUgxM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMyAtNTApIiBmaWxsPSIjZWQxYjI0IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiLz4KPC9zdmc+") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
}
.title-page .editable_block-17 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-17 .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-17 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-17 .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-17 .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-17 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(13, 13, 13, 0.7);
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-17 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-17 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-17 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-17 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-17 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-17 .more {
  box-sizing: border-box;
  margin-top: 0;
  pointer-events: auto;
  padding-top: 50px;
}
.title-page .editable_block-17 .more > a {
  padding: 18px 25px;
  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: 52px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
}
.title-page .editable_block-17 .more > a:hover, .title-page .editable_block-17 .more > a.hover, .title-page .editable_block-17 .more > a.active {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .editable_block-17 .more > a:active, .title-page .editable_block-17 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%) #ed1b24;
}
.title-page .editable_block-17 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-17 .clear {
  clear: both;
}
.title-page .popover-container-17 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-17 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-17 .popover-form-title {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-17 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-17 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(13, 13, 13, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-17 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-17 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-17 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: 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-17 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-17 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-17 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: 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-17 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  border: none;
  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: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-17 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-17 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-17 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 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-17 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-17 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-17 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  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-17 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-17 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-17 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-17 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-17 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-17 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .widget-68 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: 240px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-111 .popover-body {
  padding: 50px 50px 60px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 400px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-111 .popover-body .form_text input {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-111 .popover-body .form_calendar input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  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 #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-111 .popover-body .form_calendar_interval input {
  padding: 10px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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: 13.3333px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f7f7f7;
}
.title-page .popover-wrap-111 .popover-body textarea {
  padding: 15px 20px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-111 .popover-body .s3_button_large {
  padding: 18px 25px;
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 55px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}
.title-page .popover-wrap-111 .popover-body .s3_button_large:hover, .title-page .popover-wrap-111 .popover-body .s3_button_large.hover, .title-page .popover-wrap-111 .popover-body .s3_button_large.active {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .popover-wrap-111 .popover-body .s3_button_large:active, .title-page .popover-wrap-111 .popover-body .s3_button_large.active {
  border: none;
  background: linear-gradient(to bottom right, #820e96 0%, #db1cb8 100%) #8e1ca0;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-111 .popover-body .s3_message {
  padding: 15px 20px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #ed1b24;
  color: #fff;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-111 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYuNTQ5LDM2OC4wMDVsLTEwLjM2Mi0xMC4zNjMtOS43NTQsOS43NTMtMS44MjgtMS44MjksOS43NTMtOS43NTNMOTA0LDM0NS40NWwxLjgyOS0xLjgyOCwxMC4zNjMsMTAuMzYyLDEwLjk3Mi0xMC45NzIsMS44MjksMS44MjktMTAuOTczLDEwLjk3MiwxMC4zNjMsMTAuMzYzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwNCAtMzQzKSIgZmlsbD0iIzI1MjUyNSIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 18px no-repeat #f2f5fa;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -8px;
  margin-top: -7px;
}
.title-page .popover-wrap-111 .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-111 .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-111 .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-111 .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-111 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-111 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-111 .header {
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  font-weight: bold;
}
.title-page .editable_block-111 .body {
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
}
.title-page .editable_block-111 .title {
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(13, 13, 13, 0.7);
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
  padding-bottom: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NSIgaGVpZ2h0PSIxIiB2aWV3Qm94PSIwIDAgNzUgMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Im1pbnVzLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTMsNTFWNTBIODh2MUgxM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMyAtNTApIiBmaWxsPSIjZWQxYjI0IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiLz4KPC9zdmc+") left 0px bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 300;
}
.title-page .editable_block-111 .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-111 .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-111 .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-111 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 580px;
  -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-111 .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-111 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: rgba(13, 13, 13, 0.6);
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-111 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-111 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-111 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-111 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-111 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-111 .more {
  box-sizing: border-box;
  margin-top: 0;
  pointer-events: auto;
  padding-top: 50px;
}
.title-page .editable_block-111 .more > a {
  padding: 18px 25px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 52px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
}
.title-page .editable_block-111 .more > a:hover, .title-page .editable_block-111 .more > a.hover, .title-page .editable_block-111 .more > a.active {
  -webkit-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
}
.title-page .editable_block-111 .more > a:active, .title-page .editable_block-111 .more > a.active {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%) #ed1b24;
}
.title-page .editable_block-111 .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-111 .clear {
  clear: both;
}
.title-page .popover-container-111 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-111 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-111 .popover-form-title {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-111 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item {
  margin-top: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  text-align: center;
}
.title-page .popover-wrap-111 .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-111 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: rgba(18, 18, 17, 0.5);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-111 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_div {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_html_block {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: rgba(13, 13, 13, 0.7);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-111 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-111 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_checkbox {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_checkbox .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .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-111 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-111 .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-111 .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-111 .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: 12px;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_radio {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_radio .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .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-111 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-111 .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-111 .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-111 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  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-111 .popover-body .s3_form_item.form_select {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_select .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_select .s3_form_field_content {
  padding: 10px;
  border: none;
  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: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  box-shadow: inset 0px 0px 0px 1px #e3e3e3;
  background: #f2f5fa;
}
.title-page .popover-wrap-111 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-111 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_calendar {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_calendar .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_calendar_interval {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_calendar_interval .s3_form_field_title {
  color: rgba(18, 18, 17, 0.5);
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .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-111 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-111 .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-111 .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: 14px;
}
.title-page .popover-wrap-111 .popover-body .s3_form_item.form_upload {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.title-page .popover-wrap-111 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-111 .popover-body .form_upload .no-more {
  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: 14px;
}
.title-page .popover-wrap-111 .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-111 .popover-body .s3_required {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-111 .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-111 ::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-111 ::-moz-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .popover-wrap-111 :-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.8);
}
.title-page .widget-69 {
  padding: 50px 40px;
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  width: 240px;
  min-height: 0;
  max-width: 100%;
  right: 0;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .news-114 p:first-child {
  margin-top: 0;
}
.title-page .news-114 p:last-child {
  margin-bottom: 0;
}
.title-page .news-114 .news__header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 25px;
  text-align: center;
}
.title-page .news-114 .news__title {
  box-sizing: border-box;
  font-size: 16px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  color: #180d0d;
  text-decoration: none;
  font-weight: 800;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .news-114 .body-outer {
  box-sizing: border-box;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .news-114 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .news-114 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .news-114 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .news-114 .news__list {
  box-sizing: border-box;
  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;
}
.title-page .news-114 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .news-114 .item {
  padding: 0.02px 0;
  margin: 15px 0;
  border: none;
  box-sizing: border-box;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  -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 .news-114 .item__image {
  box-sizing: border-box;
  font-size: 0;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .news-114 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  font-size: 12px;
}
.title-page .news-114 .img-convert {
  box-sizing: border-box;
  width: auto;
  height: 150px;
  -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;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .news-114 .item__image img {
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-114 .item__title {
  padding: 15px 0 0.02px;
  box-sizing: border-box;
  font-weight: 500;
  margin-bottom: 0;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  -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 .news-114 .item__title:hover, .title-page .news-114 .item__title.hover, .title-page .news-114 .item__title.active {
  text-decoration: underline;
}
.title-page .news-114 .item__title > a {
  color: inherit;
  text-decoration: inherit;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .news-114 .item__date {
  box-sizing: border-box;
  margin-bottom: 0;
  text-align: right;
  position: relative;
  z-index: 1;
  width: auto;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.title-page .news-114 .item__date > span {
  padding: 10px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  font-size: 13px;
  color: #0d0d0d;
  font-family: Montserrat, sans-serif;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
  background: #f2f5fa;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  width: 160px;
  min-height: 0;
}
.title-page .news-114 .item__text {
  margin: 15px 30px 0;
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: rgba(24, 13, 13, 0.6);
  line-height: 1.6;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJpY29uczQuc3ZnIiB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5Ij4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIAogIDwvZGVmcz4KICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzFfY29weSIgZGF0YS1uYW1lPSJFbGxpcHNlIDEgY29weSIgY2xhc3M9ImNscy0xIiBjeD0iNC41IiBjeT0iNC41IiByPSI0LjUiIGZpbGw9IiNlZGExMjYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9jaXJjbGU+CiAgPGNpcmNsZSBjbGFzcz0iY2xzLTIiIGN4PSI0LjUiIGN5PSI0LjUiIHI9IjIuNSIgZmlsbD0iI2VkYTEyNiIgZmlsbC1vcGFjaXR5PSIxIiBpZD0iY2lyY2xlLTQiIHR5cGU9InNvbGlkQ29sb3IiPjwvY2lyY2xlPgo8L3N2Zz4=") left 0px top 0px / 10px no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSIxIiB2aWV3Qm94PSIwIDAgNDAgMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Imljb25zNi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTQyNSw0NjZ2MUgzODV2LTFoNDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzg1IC00NjYpIiBmaWxsPSIjZTVlNWU1IiBmaWxsLW9wYWNpdHk9IjEiPjwvcGF0aD4KPC9zdmc+") left 0px top 4px / auto auto repeat-x;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 20px;
}
.title-page .news-114 .item__text .align-elem {
  flex-basis: 100%;
}
.title-page .news-114 .item__more {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
.title-page .news-114 .item__more_link {
  padding: 15px 40px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(237, 161, 38, 0.4);
  -moz-box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(237, 161, 38, 0.4);
  box-shadow: 0 0 0 transparent, 0px 5px 20px rgba(237, 161, 38, 0.4);
  background: none #eda126;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 60px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold;
}
.title-page .news-114 .item__more_link:hover, .title-page .news-114 .item__more_link.hover, .title-page .news-114 .item__more_link.active {
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%) #eda126;
}
.title-page .news-114 .item__more_link:active, .title-page .news-114 .item__more_link.active {
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.07), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.07), 0 0 0 transparent;
  box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.07), 0 0 0 transparent;
  background: none #eda126;
}
.title-page .news-114 .bx-wrapper {
  max-width: 1030px;
}
.title-page .news-114 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .news-114 .item__image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .news-114 .item__date > span ins {
  box-sizing: border-box;
  display: block;
  font-size: 35px;
  color: #fff;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}
.title-page .news-114 .controls {
  margin: -25px 0 0;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  text-align: justify;
  bottom: auto;
  width: auto;
}
.title-page .news-114 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("../images/lib_2412801_h.svg?1545891410980") left 50% top 50% / auto auto no-repeat #fff;
  box-sizing: border-box;
  text-align: left;
  min-height: 50px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px -3px 0px #f9f8f0, 0px 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -3px 0px #f9f8f0, 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -3px 0px #f9f8f0, 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.title-page .news-114 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 20px;
  background: url("../images/lib_2412801_l.svg?1545891410922") left 50% top 50% / auto auto no-repeat #fff;
  box-sizing: border-box;
  text-align: left;
  min-height: 50px;
  -webkit-box-shadow: inset 0px -3px 0px #f9f8f0, 0px 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -3px 0px #f9f8f0, 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -3px 0px #f9f8f0, 0px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: 10px;
}
.title-page .news-114 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-114 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-114 .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 .news-114 .bx-auto_controls {
  margin: 0 auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .news-114 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .news-114 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-114 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .news-114 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_news_pause.png") center center / auto no-repeat;
}
.title-page .news-114 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_news_play.png") center center / auto no-repeat;
}
.title-page .news-114 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .news-114 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .news-114 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .news-114 .bx-pager a {
  margin: 0 10px 0 0;
  border: none;
  display: inline-block;
  width: 14px;
  min-height: 14px;
  background: transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 0px 3px #ccc;
  -moz-box-shadow: inset 0px 0px 0px 3px #ccc;
  box-shadow: inset 0px 0px 0px 3px #ccc;
}
.title-page .news-114 .bx-pager a:hover, .title-page .news-114 .bx-pager a.hover, .title-page .news-114 .bx-pager a.active {
  background: #ff303a;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .news-114 .news__footer {
  box-sizing: border-box;
  padding-top: 30px;
}
.title-page .news-114 .news__all {
  box-sizing: border-box;
}
.title-page .news-114 .all_link {
  padding: 18px 25px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 56px;
  font-weight: 500;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .news-114 .all_link:hover, .title-page .news-114 .all_link.hover, .title-page .news-114 .all_link.active {
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 5px 30px 1px rgba(237, 27, 36, 0.5);
  background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%);
}
.title-page .news-114 .all_link:active, .title-page .news-114 .all_link.active {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0 0 0 transparent;
  background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%);
}
.title-page .block-19 .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-19 .layout_40 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-19 .layout_41 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-19 {
  padding: 0.02px 20px 60px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  background: url("../images/lib_1779001_pr.svg") left 50% top 0px / auto auto no-repeat;
  max-width: 100%;
  z-index: 4;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .block-20 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding-top: 0.02px;
  -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;
}
.title-page .widget-18 {
  padding: 10px;
  margin: -15px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 60px;
  min-height: 60px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idXAyMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTYsMzQuNzE2TDI0LjU0MSwxNi4yNjhsMC42MzktLjYzNkwyNS44MiwxNSw0NSwzNC4wOGwtMS4yNzksMS4yNzJMMjUuODIsMTcuNTQxLDcuMjc1LDM1Ljk4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiMyNTI1MjUiIGZpbGwtb3BhY2l0eT0iMC41IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 20px no-repeat, none #f2f5fa;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  right: auto;
}
.title-page .widget-18:hover, .title-page .widget-18.hover, .title-page .widget-18.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0idXAyMi5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTYsMzQuNzE2TDI0LjU0MSwxNi4yNjhsMC42MzktLjYzNkwyNS44MiwxNSw0NSwzNC4wOGwtMS4yNzksMS4yNzJMMjUuODIsMTcuNTQxLDcuMjc1LDM1Ljk4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 20px no-repeat, linear-gradient(to bottom right, #ed1b24 0%, #a318a1 100%) #f2f5fa;
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0px 5px 20px 1px rgba(237, 27, 36, 0.4);
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0px 5px 20px 1px rgba(237, 27, 36, 0.4);
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0px 5px 20px 1px rgba(237, 27, 36, 0.4);
}
.title-page .widget-18:active, .title-page .widget-18.active {
  -webkit-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
  -moz-box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
  box-shadow: 0px 0px 0px 4px #f2f5fa, inset 0px 0px 0px 5px #fff, 0 0 0 transparent;
}
.title-page .up-38 .icon {
  box-sizing: border-box;
  margin-top: 12px;
  height: 20px;
  width: 34px;
  display: inline-block;
  background: url("../images/wm_button_up_up.png") left 50% top 50% no-repeat;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .up-38 .title {
  margin: 0;
  border: none;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
  text-decoration: none;
  font-size: 12px;
  width: 150px;
  min-height: 0;
  padding-bottom: 0.02px;
  padding-top: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InVwMjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik02IDM0LjcxNiAyNC41NDEgMTYuMjY4bC42MzktLjYzNkwyNS44MiAxNSA0NSAzNC4wOGwtMS4yNzkgMS4yNzJMMjUuODIgMTcuNTQxIDcuMjc1IDM1Ljk4OHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiMyMTIxMjEiIGZpbGwtb3BhY2l0eT0iMC43IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+PC9zdmc+") left 50% top 0px / 20px no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .up-38 .title:hover, .title-page .up-38 .title.hover, .title-page .up-38 .title.active {
  color: #ff457c;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InVwMjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik02IDM0LjcxNiAyNC41NDEgMTYuMjY4bC42MzktLjYzNkwyNS44MiAxNSA0NSAzNC4wOGwtMS4yNzkgMS4yNzJMMjUuODIgMTcuNTQxIDcuMjc1IDM1Ljk4OHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiNmZjQ1N2MiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPjwvc3ZnPg==") left 50% top 0px / 20px no-repeat;
}
.title-page .widget-19 {
  margin: 40px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 200px;
  right: 0;
}
.title-page .widget-20 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: rgba(13, 13, 13, 0.7);
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 320px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: auto;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .widget-21 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: #0d0d0d;
  text-align: right;
  text-decoration: none;
  font-size: 14px;
  width: 320px;
  right: auto;
}
.title-page .block-38 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  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;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
}
.title-page .block-39 {
  padding: 80px 20px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-40 .layout_84 {
  -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-40 .layout_89 {
  -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-40 .layout_103 {
  -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-40 .layout_104 {
  -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-40 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  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-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .block-42 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 4;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  padding-right: 25px;
  right: 0;
}
.title-page .text-3 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 4;
  text-align: left;
  color: #0d0d0d;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  padding-bottom: 25px;
  padding-left: 0;
  right: 0;
}
.title-page .widget-47 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  min-height: 0;
  padding-right: 0;
}
.title-page .address-87 p:first-child {
  margin-top: 0;
}
.title-page .address-87 p:last-child {
  margin-bottom: 0;
}
.title-page .address-87 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-87 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-87 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDIiIGhlaWdodD0iMzIwIiB2aWV3Qm94PSIwIDAgMjAyIDMyMCIgaWQ9InN2Zy0xIj48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJhZGRyZXNzLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTIzOC44NCA1MjEuNjc5IDExNDkuOTggNjkzbC04OS42Mi0xNzIuNzg2LTEtMi4wNzNBMTAwLjA1OSAxMDAuMDU5LjAgMCAxIDEwNDkgNDczLjY3MmMwLTU1LjYgNDUuMjItMTAwLjY3MiAxMDEtMTAwLjY3MnMxMDEgNDUuMDc0IDEwMSAxMDAuNjc2YTk5Ljk4NiA5OS45ODYuMCAwIDEtMTEuNjUgNDYuOTl6TTExNTAgNDMyLjNhNDEuMzg3IDQxLjM4Ny4wIDEgMCA0MS41MiA0MS4zODZBNDEuNDU1IDQxLjQ1NS4wIDAgMCAxMTUwIDQzMi4zeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNDkgLTM3MykiIGZpbGwtb3BhY2l0eT0iMC41IiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 14px no-repeat;
  margin-right: 15px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}
.title-page .address-87 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-87 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 0;
}
.title-page .address-87 .title {
  box-sizing: border-box;
  color: #d9af84;
  text-indent: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 3px;
  display: 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;
}
.title-page .address-87 .text_body {
  color: rgba(13, 13, 13, 0.75);
  text-indent: 0;
  text-decoration: none;
  font-size: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: normal;
  margin-top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 0;
}
.title-page .address-87 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-87 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-48 {
  margin: 25px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-right: 0;
}
.title-page .phones-88 p:first-child {
  margin-top: 0;
}
.title-page .phones-88 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-88 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-88 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-88 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDMuMDkxIiBoZWlnaHQ9IjI4MS4wMzEiIHZpZXdCb3g9IjAgMCAyMDMuMDkxIDI4MS4wMzEiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0icGhvbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik05MDkuNTIxIDM3Ny42MjdzMzAuMjc1LTE1LjUzIDQwLjM1NiA0LjcyMWMxMC4xMTMgMjAuMjUxIDE4Ljg1OCA0MC41IDE4Ljg1OCA0Mi41MTQuMCAyLjA0MSA3LjQxIDI1LjY0My0xOC44NTggMzEuNy4wLjAtMTUuNDU2IDYuMDkxLTE3LjQ5IDEwLjE0MS4wLjAgNC43MDggNDkuMjQ2IDUzLjg0IDEwNi42Mi4wLjAgMi43IDIuNjgxIDkuNDEzLTQuMDUxIDYuNzQtNi43NTkgMjYuMjQtMzguNDYzIDQ5LjEzLTEyLjgyMmwyOS42MSA0Mi41MTZzNy4zOCAxNy41NC04Ljc1IDI3LjY1M2wtMzEuMTcgMjUuMnMtMTguODYgNi4zLTM3LjY4Ny0xMC44MWMwIDAtOTEuOTYtNzQuNDQ5LTEyMC45LTIwNC42NzFDODc1Ljg3NCA0MzYuMzQzIDg1OC4zODUgMzkxLjc4OSA5MDkuNTIxIDM3Ny42Mjd6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODcyLjk2OSAtMzcxLjkzOCkiIGZpbGwtb3BhY2l0eT0iMC41IiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+") left 50% top 50% / 16px no-repeat;
  margin-right: 15px;
  min-height: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}
.title-page .phones-88 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-88 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .phones-88 .title {
  box-sizing: border-box;
  color: #d9af84;
  text-indent: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 3px;
  display: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .phones-88 .text_body {
  box-sizing: border-box;
  color: #0d0d0d;
  text-indent: 0;
  text-decoration: none;
  font-size: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: normal;
  margin-top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-88 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-88 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-88 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-50 {
  margin: 25px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .email-90 p:first-child {
  margin-top: 0;
}
.title-page .email-90 p:last-child {
  margin-bottom: 0;
}
.title-page .email-90 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-90 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .email-90 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .email-90 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-90 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .email-90 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .email-90 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #ed1b24;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 500;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .email-90 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-90 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-58 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  width: auto;
  padding-right: 25px;
  padding-left: 25px;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  display: block;
  right: 0;
}
.title-page .menu-103 .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-103 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 1px;
  height: auto;
  width: auto;
  background: #d6d6d6;
}
.title-page .menu-103 .menu-scroll > ul ul {
  padding: 5px;
  margin: 0 5px 0 0;
  position: absolute;
  top: 0;
  left: 100%;
  background: #eee;
  list-style: none;
  width: 150px;
  display: none;
}
.title-page .menu-103 .menu-scroll > ul ul > li > a {
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  background: #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
.title-page .menu-103 .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-103 .menu-scroll > ul ul > li.delimiter {
  margin: 3px 2px;
  box-sizing: border-box;
  min-height: 2px;
  height: auto;
  width: auto;
  background: #999;
}
.title-page .menu-103 .menu-title {
  box-sizing: border-box;
  font-size: 16px;
  padding-left: 0;
  margin-bottom: 10px;
  color: #0d0d0d;
  text-decoration: none;
  font-weight: 800;
}
.title-page .menu-103 .menu-button {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 50px;
  min-height: 50px;
}
.title-page .menu-103 .menu-scroll {
  display: block;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-103 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: block;
}
.title-page .menu-103 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-103 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 0;
  margin: 0;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(13, 13, 13, 0.7);
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-weight: 500;
}
.title-page .menu-103 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-103 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-103 .menu-scroll > ul > li.menu-item > a.active {
  color: #ed1b24;
}
.title-page .menu-103 .menu-scroll > ul > li.menu-item > a:active, .title-page .menu-103 .menu-scroll > ul > li.menu-item > a.active {
  text-decoration: underline;
}
.title-page .menu-103 .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-103 .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-103 .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-103 .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-103 .menu-scroll > ul ul > li {
  padding: 0;
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.title-page .widget-62 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  padding-right: 25px;
  padding-left: 25px;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  display: block;
  right: 0;
}
.title-page .menu-104 .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-104 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 1px;
  height: auto;
  width: auto;
  background: #d6d6d6;
}
.title-page .menu-104 .menu-scroll > ul ul {
  padding: 5px;
  margin: 0 5px 0 0;
  position: absolute;
  top: 0;
  left: 100%;
  background: #eee;
  list-style: none;
  width: 150px;
  display: none;
}
.title-page .menu-104 .menu-scroll > ul ul > li > a {
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  background: #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
.title-page .menu-104 .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-104 .menu-scroll > ul ul > li.delimiter {
  margin: 3px 2px;
  box-sizing: border-box;
  min-height: 2px;
  height: auto;
  width: auto;
  background: #999;
}
.title-page .menu-104 .menu-title {
  box-sizing: border-box;
  font-size: 16px;
  padding-left: 0;
  margin-bottom: 10px;
  color: #0d0d0d;
  text-decoration: none;
  font-weight: 800;
}
.title-page .menu-104 .menu-button {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 50px;
  min-height: 50px;
}
.title-page .menu-104 .menu-scroll {
  display: block;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-104 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: block;
}
.title-page .menu-104 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
.title-page .menu-104 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 0;
  margin: 0;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(13, 13, 13, 0.7);
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-weight: 500;
}
.title-page .menu-104 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-104 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-104 .menu-scroll > ul > li.menu-item > a.active {
  color: #ed1b24;
}
.title-page .menu-104 .menu-scroll > ul > li.menu-item > a:active, .title-page .menu-104 .menu-scroll > ul > li.menu-item > a.active {
  text-decoration: underline;
}
.title-page .menu-104 .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-104 .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-104 .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-104 .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-104 .menu-scroll > ul ul > li {
  padding: 0;
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.title-page .widget-49 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: right;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
  padding-left: 25px;
}
.title-page .widgetsocial-89 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-89 .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-89 .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-89 .soc {
  margin: 0 0 0 10px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-89 .vk .wg-soc-icon {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJWSy5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzEyIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTIiIGNsYXNzPSJjbHMtMSIgZD0iTTQ1MCA5OTNIODUwdjM5OS4xMkg0NTBWOTkzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIwIi8+PHBhdGggaWQ9IlZLIiBjbGFzcz0iY2xzLTIiIGQ9Ik02NDYuODYxIDEyNDguNTRoMTEuOTU1czMuNjEtLjQgNS40NTYtMi4zOWMxLjctMS44MiAxLjY0My01LjI0IDEuNjQzLTUuMjRzLS4yMzMtMTYuMDMgNy4yMS0xOC40YzcuMzQxLTIuMzIgMTYuNzY2IDE1LjUgMjYuNzU0IDIyLjM1IDcuNTU1IDUuMTggMTMuMjk0IDQuMDUgMTMuMjk0IDQuMDVsMjYuNzEyLS4zN3MxMy45NzMtLjg3IDcuMzQ3LTExLjg0Yy0uNTQ0LS45LTMuODYtOC4xMi0xOS44NjItMjIuOTctMTYuNzUtMTUuNTMtMTQuNS0xMy4wMiA1LjY3LTM5Ljg5IDEyLjI4Ny0xNi4zNyAxNy4yLTI2LjM1IDE1LjY2NC0zMC42My0xLjQ2Mi00LjA4LTEwLjUtMy0xMC41LTNsLTMwLjA3NS4xOGE2LjgzOCA2LjgzOC4wIDAgMC0zLjg4My42OSA4LjQxIDguNDEuMCAwIDAtMi42NTMgMy4yMiAxNzQuMjQ5IDE3NC4yNDkuMCAwIDEtMTEuMTA5IDIzLjQ0Yy0xMy4zOTEgMjIuNzItMTguNzQ4IDIzLjkyLTIwLjkzNiAyMi41MS01LjA5My0zLjI5LTMuODItMTMuMjEtMy44Mi0yMC4yNi4wLTIyLjAzIDMuMzQzLTMxLjIxLTYuNTEtMzMuNTgtMy4yNjgtLjc5LTUuNjc2LTEuMzEtMTQuMDM4LTEuNC0xMC43MzEtLjExLTE5LjgxMy4wMy0yNC45NTUgMi41NS0zLjQyMSAxLjY4LTYuMDYyIDUuNDEtNC40NTMgNS42MiAxLjk4OC4yNyA2LjQ4OCAxLjIyIDguODc1IDQuNDYgMy4wODQgNC4xOSAyLjk3NSAxMy42IDIuOTc1IDEzLjZzMS43NzEgMjUuOTItNC4xMzYgMjkuMTRjLTQuMDUzIDIuMjEtOS42MTQtMi4zLTIxLjU1NS0yMi45MWExOTEuNTI4IDE5MS41MjguMCAwIDEtMTAuNzM1LTIyLjI0IDguOTQ5IDguOTQ5LjAgMCAwLTIuNDc5LTMuMzUgMTIuNDc5IDEyLjQ3OS4wIDAgMC00LjYxOS0xLjg2bC0yOC41ODEuMTlzLTQuMjg5LjEyLTUuODY0IDEuOThjLTEuNCAxLjY2LS4xMTIgNS4wOS0uMTEyIDUuMDlzMjIuMzcyIDUyLjMxIDQ3LjcwOCA3OC42N2MyMy4yMzUgMjQuMTcgNDkuNjEyIDIyLjU5IDQ5LjYxMiAyMi41OWgweiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMGQwZDBkIi8+PC9zdmc+") left 50% top 50% / contain no-repeat transparent;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -moz-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-89 .vk .wg-soc-icon:hover, .title-page .widgetsocial-89 .vk .wg-soc-icon.hover, .title-page .widgetsocial-89 .vk .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJWSy5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEzIiB2aWV3Qm94PSIwIDAgNDAwIDM5OS4xMyI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSwgLmNscy0yIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B5XzEyIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMTIiIGNsYXNzPSJjbHMtMSIgZD0iTTQ1MCA5OTNIODUwdjM5OS4xMkg0NTBWOTkzeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIwIj48L3BhdGg+PHBhdGggaWQ9IlZLIiBjbGFzcz0iY2xzLTIiIGQ9Ik02NDYuODYxIDEyNDguNTRoMTEuOTU1czMuNjEtLjQgNS40NTYtMi4zOWMxLjctMS44MiAxLjY0My01LjI0IDEuNjQzLTUuMjRzLS4yMzMtMTYuMDMgNy4yMS0xOC40YzcuMzQxLTIuMzIgMTYuNzY2IDE1LjUgMjYuNzU0IDIyLjM1IDcuNTU1IDUuMTggMTMuMjk0IDQuMDUgMTMuMjk0IDQuMDVsMjYuNzEyLS4zN3MxMy45NzMtLjg3IDcuMzQ3LTExLjg0Yy0uNTQ0LS45LTMuODYtOC4xMi0xOS44NjItMjIuOTctMTYuNzUtMTUuNTMtMTQuNS0xMy4wMiA1LjY3LTM5Ljg5IDEyLjI4Ny0xNi4zNyAxNy4yLTI2LjM1IDE1LjY2NC0zMC42My0xLjQ2Mi00LjA4LTEwLjUtMy0xMC41LTNsLTMwLjA3NS4xOGE2LjgzOCA2LjgzOC4wIDAgMC0zLjg4My42OSA4LjQxIDguNDEuMCAwIDAtMi42NTMgMy4yMiAxNzQuMjQ5IDE3NC4yNDkuMCAwIDEtMTEuMTA5IDIzLjQ0Yy0xMy4zOTEgMjIuNzItMTguNzQ4IDIzLjkyLTIwLjkzNiAyMi41MS01LjA5My0zLjI5LTMuODItMTMuMjEtMy44Mi0yMC4yNi4wLTIyLjAzIDMuMzQzLTMxLjIxLTYuNTEtMzMuNTgtMy4yNjgtLjc5LTUuNjc2LTEuMzEtMTQuMDM4LTEuNC0xMC43MzEtLjExLTE5LjgxMy4wMy0yNC45NTUgMi41NS0zLjQyMSAxLjY4LTYuMDYyIDUuNDEtNC40NTMgNS42MiAxLjk4OC4yNyA2LjQ4OCAxLjIyIDguODc1IDQuNDYgMy4wODQgNC4xOSAyLjk3NSAxMy42IDIuOTc1IDEzLjZzMS43NzEgMjUuOTItNC4xMzYgMjkuMTRjLTQuMDUzIDIuMjEtOS42MTQtMi4zLTIxLjU1NS0yMi45MWExOTEuNTI4IDE5MS41MjguMCAwIDEtMTAuNzM1LTIyLjI0IDguOTQ5IDguOTQ5LjAgMCAwLTIuNDc5LTMuMzUgMTIuNDc5IDEyLjQ3OS4wIDAgMC00LjYxOS0xLjg2bC0yOC41ODEuMTlzLTQuMjg5LjEyLTUuODY0IDEuOThjLTEuNCAxLjY2LS4xMTIgNS4wOS0uMTEyIDUuMDlzMjIuMzcyIDUyLjMxIDQ3LjcwOCA3OC42N2MyMy4yMzUgMjQuMTcgNDkuNjEyIDIyLjU5IDQ5LjYxMiAyMi41OWgweiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1MCAtOTkzKSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMGQwZDBkIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat #f2f5fa;
}
.title-page .widgetsocial-89 .fb .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_facebook.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -moz-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-89 .fb .wg-soc-icon:hover, .title-page .widgetsocial-89 .fb .wg-soc-icon.hover, .title-page .widgetsocial-89 .fb .wg-soc-icon.active {
  background: url("../images/lib_1265401_facebook.svg") left 50% top 50% / contain no-repeat #f2f5fa;
}
.title-page .widgetsocial-89 .tw .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_tweeter.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -moz-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-89 .tw .wg-soc-icon:hover, .title-page .widgetsocial-89 .tw .wg-soc-icon.hover, .title-page .widgetsocial-89 .tw .wg-soc-icon.active {
  background: url("../images/lib_1265401_tweeter.svg") left 50% top 50% / contain no-repeat #f2f5fa;
}
.title-page .widgetsocial-89 .google .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_google.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -moz-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-89 .google .wg-soc-icon:hover, .title-page .widgetsocial-89 .google .wg-soc-icon.hover, .title-page .widgetsocial-89 .google .wg-soc-icon.active {
  background: url("../images/lib_1265401_google.svg") left 50% top 50% / contain no-repeat #f2f5fa;
}
.title-page .widgetsocial-89 .ins .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJJbnN0YWdyYW0uc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iUmVjdGFuZ2xlXzFfY29weV84IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgOCIgY2xhc3M9ImNscy0xIiBkPSJNMjE2OCA5OTNoNGUydjM5OS4xMkgyMTY4Vjk5M3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTY4IC05OTMpIiBmaWxsLW9wYWNpdHk9IjAiPjwvcGF0aD48cGF0aCBpZD0iSW5zdGFncmFtIiBjbGFzcz0iY2xzLTIiIGQ9Ik0yMzY3IDExMTAuMDJjMjYuNy4wIDI5Ljg2LjEgNDAuNDEuNTggOS43NS40NSAxNS4wNCAyLjA3IDE4LjU3IDMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMSAxOC45OCAxOC45OGMxLjM2IDMuNTMgMi45OSA4LjgyIDMuNDQgMTguNTcuNDggMTAuNTUuNTggMTMuNzEuNTggNDAuNDFzLS4xIDI5Ljg2LS41OCA0MC40MWMtLjQ1IDkuNzUtMi4wOCAxNS4wNC0zLjQ0IDE4LjU3YTMzLjE3OSAzMy4xNzkuMCAwIDEtMTguOTggMTguOThjLTMuNTMgMS4zNi04LjgyIDIuOTktMTguNTcgMy40NC0xMC41NS40OC0xMy43MS41OC00MC40MS41OHMtMjkuODctLjEtNDAuNDEtLjU4Yy05Ljc1LS40NS0xNS4wNC0yLjA4LTE4LjU3LTMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMS0xOC45OC0xOC45OGMtMS4zNy0zLjUzLTIuOTktOC44Mi0zLjQ0LTE4LjU3LS40OC0xMC41NS0uNTgtMTMuNzEtLjU4LTQwLjQxcy4xLTI5Ljg2LjU4LTQwLjQxYy40NS05Ljc1IDIuMDctMTUuMDQgMy40NC0xOC41N2EzMy4xIDMzLjEuMCAwIDEgMTguOTgtMTguOThjMy41My0xLjM3IDguODItMi45OSAxOC41Ny0zLjQ0IDEwLjU1LS40OCAxMy43MS0uNTggNDAuNDEtLjU4bTAtMTguMDJjLTI3LjE2LjAtMzAuNTYuMTItNDEuMjMuNi0xMC42NC40OS0xNy45MSAyLjE4LTI0LjI3IDQuNjVhNTEuMDU2IDUxLjA1Ni4wIDAgMC0yOS4yNSAyOS4yNWMtMi40NyA2LjM2LTQuMTYgMTMuNjMtNC42NSAyNC4yNy0uNDggMTAuNjctLjYgMTQuMDctLjYgNDEuMjNzLjEyIDMwLjU2LjYgNDEuMjNjLjQ5IDEwLjY0IDIuMTggMTcuOTEgNC42NSAyNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwIDI5LjI1IDI5LjI1YzYuMzYgMi40NyAxMy42MyA0LjE2IDI0LjI3IDQuNjUgMTAuNjcuNDggMTQuMDcuNiA0MS4yMy42czMwLjU2LS4xMiA0MS4yMy0uNmMxMC42NC0uNDkgMTcuOTEtMi4xOCAyNC4yNy00LjY1YTUxLjA1NiA1MS4wNTYuMCAwIDAgMjkuMjUtMjkuMjVjMi40Ny02LjM2IDQuMTYtMTMuNjMgNC42NS0yNC4yNy40OC0xMC42Ny42LTE0LjA3LjYtNDEuMjNzLS4xMi0zMC41Ni0uNi00MS4yM2MtLjQ5LTEwLjY0LTIuMTgtMTcuOTEtNC42NS0yNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwLTI5LjI1LTI5LjI1Yy02LjM2LTIuNDctMTMuNjMtNC4xNi0yNC4yNy00LjY1LTEwLjY3LS40OC0xNC4wNy0uNi00MS4yMy0uNmgwem0wIDQ4LjY1YTUxLjM1IDUxLjM1LjAgMSAwIDUxLjM1IDUxLjM1QTUxLjM1IDUxLjM1LjAgMCAwIDIzNjcgMTE0MC42NXptMCA4NC42OGEzMy4zMyAzMy4zMy4wIDEgMSAzMy4zMy0zMy4zM0EzMy4zMjcgMzMuMzI3LjAgMCAxIDIzNjcgMTIyNS4zM3ptNjUuMzgtODYuNzFhMTIgMTIgMCAxIDEtMTItMTJBMTIgMTIgMCAwIDEgMjQzMi4zOCAxMTM4LjYyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxNjggLTk5MykiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzBkMGQwZCI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -moz-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-89 .ins .wg-soc-icon:hover, .title-page .widgetsocial-89 .ins .wg-soc-icon.hover, .title-page .widgetsocial-89 .ins .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJJbnN0YWdyYW0uc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0iUmVjdGFuZ2xlXzFfY29weV84IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgOCIgY2xhc3M9ImNscy0xIiBkPSJNMjE2OCA5OTNoNGUydjM5OS4xMkgyMTY4Vjk5M3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTY4IC05OTMpIiBmaWxsLW9wYWNpdHk9IjAiPjwvcGF0aD48cGF0aCBpZD0iSW5zdGFncmFtIiBjbGFzcz0iY2xzLTIiIGQ9Ik0yMzY3IDExMTAuMDJjMjYuNy4wIDI5Ljg2LjEgNDAuNDEuNTggOS43NS40NSAxNS4wNCAyLjA3IDE4LjU3IDMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMSAxOC45OCAxOC45OGMxLjM2IDMuNTMgMi45OSA4LjgyIDMuNDQgMTguNTcuNDggMTAuNTUuNTggMTMuNzEuNTggNDAuNDFzLS4xIDI5Ljg2LS41OCA0MC40MWMtLjQ1IDkuNzUtMi4wOCAxNS4wNC0zLjQ0IDE4LjU3YTMzLjE3OSAzMy4xNzkuMCAwIDEtMTguOTggMTguOThjLTMuNTMgMS4zNi04LjgyIDIuOTktMTguNTcgMy40NC0xMC41NS40OC0xMy43MS41OC00MC40MS41OHMtMjkuODctLjEtNDAuNDEtLjU4Yy05Ljc1LS40NS0xNS4wNC0yLjA4LTE4LjU3LTMuNDRhMzMuMTc5IDMzLjE3OS4wIDAgMS0xOC45OC0xOC45OGMtMS4zNy0zLjUzLTIuOTktOC44Mi0zLjQ0LTE4LjU3LS40OC0xMC41NS0uNTgtMTMuNzEtLjU4LTQwLjQxcy4xLTI5Ljg2LjU4LTQwLjQxYy40NS05Ljc1IDIuMDctMTUuMDQgMy40NC0xOC41N2EzMy4xIDMzLjEuMCAwIDEgMTguOTgtMTguOThjMy41My0xLjM3IDguODItMi45OSAxOC41Ny0zLjQ0IDEwLjU1LS40OCAxMy43MS0uNTggNDAuNDEtLjU4bTAtMTguMDJjLTI3LjE2LjAtMzAuNTYuMTItNDEuMjMuNi0xMC42NC40OS0xNy45MSAyLjE4LTI0LjI3IDQuNjVhNTEuMDU2IDUxLjA1Ni4wIDAgMC0yOS4yNSAyOS4yNWMtMi40NyA2LjM2LTQuMTYgMTMuNjMtNC42NSAyNC4yNy0uNDggMTAuNjctLjYgMTQuMDctLjYgNDEuMjNzLjEyIDMwLjU2LjYgNDEuMjNjLjQ5IDEwLjY0IDIuMTggMTcuOTEgNC42NSAyNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwIDI5LjI1IDI5LjI1YzYuMzYgMi40NyAxMy42MyA0LjE2IDI0LjI3IDQuNjUgMTAuNjcuNDggMTQuMDcuNiA0MS4yMy42czMwLjU2LS4xMiA0MS4yMy0uNmMxMC42NC0uNDkgMTcuOTEtMi4xOCAyNC4yNy00LjY1YTUxLjA1NiA1MS4wNTYuMCAwIDAgMjkuMjUtMjkuMjVjMi40Ny02LjM2IDQuMTYtMTMuNjMgNC42NS0yNC4yNy40OC0xMC42Ny42LTE0LjA3LjYtNDEuMjNzLS4xMi0zMC41Ni0uNi00MS4yM2MtLjQ5LTEwLjY0LTIuMTgtMTcuOTEtNC42NS0yNC4yN2E1MS4wNTYgNTEuMDU2LjAgMCAwLTI5LjI1LTI5LjI1Yy02LjM2LTIuNDctMTMuNjMtNC4xNi0yNC4yNy00LjY1LTEwLjY3LS40OC0xNC4wNy0uNi00MS4yMy0uNmgwem0wIDQ4LjY1YTUxLjM1IDUxLjM1LjAgMSAwIDUxLjM1IDUxLjM1QTUxLjM1IDUxLjM1LjAgMCAwIDIzNjcgMTE0MC42NXptMCA4NC42OGEzMy4zMyAzMy4zMy4wIDEgMSAzMy4zMy0zMy4zM0EzMy4zMjcgMzMuMzI3LjAgMCAxIDIzNjcgMTIyNS4zM3ptNjUuMzgtODYuNzFhMTIgMTIgMCAxIDEtMTItMTJBMTIgMTIgMCAwIDEgMjQzMi4zOCAxMTM4LjYyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxNjggLTk5MykiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzBkMGQwZCI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / contain no-repeat #f2f5fa;
}
.title-page .widgetsocial-89 .ok .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_ok.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -moz-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-89 .ok .wg-soc-icon:hover, .title-page .widgetsocial-89 .ok .wg-soc-icon.hover, .title-page .widgetsocial-89 .ok .wg-soc-icon.active {
  background: url("../images/lib_1265401_ok.svg") left 50% top 50% / contain no-repeat #f2f5fa;
}
.title-page .widgetsocial-89 .mail .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_mailru.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -moz-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-89 .mail .wg-soc-icon:hover, .title-page .widgetsocial-89 .mail .wg-soc-icon.hover, .title-page .widgetsocial-89 .mail .wg-soc-icon.active {
  background: url("../images/lib_1265401_mailru.svg") left 50% top 50% / contain no-repeat #f2f5fa;
}
.title-page .widgetsocial-89 .pin .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_pinterest.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -moz-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-89 .pin .wg-soc-icon:hover, .title-page .widgetsocial-89 .pin .wg-soc-icon.hover, .title-page .widgetsocial-89 .pin .wg-soc-icon.active {
  background: url("../images/lib_1265401_pinterest.svg") left 50% top 50% / contain no-repeat #f2f5fa;
}
.title-page .widgetsocial-89 .lj .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_livejournal.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -moz-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-89 .lj .wg-soc-icon:hover, .title-page .widgetsocial-89 .lj .wg-soc-icon.hover, .title-page .widgetsocial-89 .lj .wg-soc-icon.active {
  background: url("../images/lib_1265401_livejournal.svg") left 50% top 50% / contain no-repeat #f2f5fa;
}
.title-page .widgetsocial-89 .my .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_myspace.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -moz-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-89 .my .wg-soc-icon:hover, .title-page .widgetsocial-89 .my .wg-soc-icon.hover, .title-page .widgetsocial-89 .my .wg-soc-icon.active {
  background: url("../images/lib_1265401_myspace.svg") left 50% top 50% / contain no-repeat #f2f5fa;
}
.title-page .widgetsocial-89 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_youtube1.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -moz-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-89 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-89 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-89 .youtube .wg-soc-icon.active {
  background: url("../images/lib_1265401_youtube1.svg") left 50% top 50% / contain no-repeat #f2f5fa;
}
.title-page .widgetsocial-89 .telegram .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJ0ZWxlZ3JhbS5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEyNSIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTI1Ij48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xLCAuY2xzLTIgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9IlJlY3RhbmdsZV8xX2NvcHlfMTUiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEgY29weSAxNSIgY2xhc3M9ImNscy0xIiBkPSJNMTczOCA1NjVoNGUyVjk2NC4xMjFIMTczOFY1NjV6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTczOCAtNTY1KSIgZmlsbC1vcGFjaXR5PSIwIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMDAwMDAwIj48L3BhdGg+PHBhdGggaWQ9InRlbGVncmFtIiBjbGFzcz0iY2xzLTIiIGQ9Ik0yMDIzLjc5IDY4MC4zNzhsLTE3OS4yOCA2Ny44Yy05LjgxIDIuODI5LTkuNDkgMTIuNS0yLjI0IDE0LjgyOGw0NC45MiAxNCAxNy4xOSA1Mi42MzJjMi4wOSA1Ljc2MSAzLjggNy45MzEgNy4zNiA3Ljk3OSAzLjc1LjA1MiA1LjE5LTEuMzE2IDkuMDgtNC43NTUgNC41Ni00LjI3NyAxMS41MS0xMS4wMDkgMjIuNDktMjEuNjY3bDQ2LjcyIDM0LjQ4MmM4LjYgNC43MzcgMTQuODEgMi4yODMgMTYuOTUtNy45NzZsMjkuMjktMTQ0LjczMkMyMDM5LjQxIDY4MC40IDIwMzIuMDIgNjc2LjY0OCAyMDIzLjc5IDY4MC4zNzh6bS0xMjkuNTUgOTMuNDE0IDEwMi4xMy02NGM1LjAzLTMuMzcxIDYuNjEuMzkgNC4zNCAyLjk4OGwtODQuNzYgNzYuMTUxLTQuMzUgMzguMDA4eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3MzggLTU2NSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzBkMGQwZCI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / contain no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJ0ZWxlZ3JhbTEuc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05MDkgMTg1MWg0ZTJ2Mzk5LjEySDkwOVYxODUxeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwOSAtMTg1MSkiIGZpbGwtb3BhY2l0eT0iMCIgaWQ9InBhdGgtNCI+PC9wYXRoPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwOTEuOTIgMjA4My43MmwzMi4zIDYxLjRzMTMuNjYgMTYuOTIgMjIuMzUtNS4wMSA2My4zNS0xNzkuMiA2My4zNS0xNzkuMiAxLjg3LTE3LjU1LTE0LjktMTAuMDMtMTgwLjExIDY2LjQyLTE4MC4xMSA2Ni40Mi0xNS41MjcgMTAuMDIuMCAxOC44IDY1LjgzIDMzLjgzIDY1LjgzIDMzLjgzUzEwODYuOTUgMjA2OS45MyAxMDkxLjkyIDIwODMuNzJ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTA5IC0xODUxKSIgaWQ9InBhdGgtNSIgZmlsbC1vcGFjaXR5PSIwIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMDAwMDAwIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -moz-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-89 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-89 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-89 .telegram .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJ0ZWxlZ3JhbS5zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMzk5LjEyNSIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTI1Ij48ZGVmcyBpZD0iZGVmcy0yIj48c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xLCAuY2xzLTIgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9IlJlY3RhbmdsZV8xX2NvcHlfMTUiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEgY29weSAxNSIgY2xhc3M9ImNscy0xIiBkPSJNMTczOCA1NjVoNGUyVjk2NC4xMjFIMTczOFY1NjV6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTczOCAtNTY1KSIgZmlsbC1vcGFjaXR5PSIwIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMDAwMDAwIj48L3BhdGg+PHBhdGggaWQ9InRlbGVncmFtIiBjbGFzcz0iY2xzLTIiIGQ9Ik0yMDIzLjc5IDY4MC4zNzhsLTE3OS4yOCA2Ny44Yy05LjgxIDIuODI5LTkuNDkgMTIuNS0yLjI0IDE0LjgyOGw0NC45MiAxNCAxNy4xOSA1Mi42MzJjMi4wOSA1Ljc2MSAzLjggNy45MzEgNy4zNiA3Ljk3OSAzLjc1LjA1MiA1LjE5LTEuMzE2IDkuMDgtNC43NTUgNC41Ni00LjI3NyAxMS41MS0xMS4wMDkgMjIuNDktMjEuNjY3bDQ2LjcyIDM0LjQ4MmM4LjYgNC43MzcgMTQuODEgMi4yODMgMTYuOTUtNy45NzZsMjkuMjktMTQ0LjczMkMyMDM5LjQxIDY4MC40IDIwMzIuMDIgNjc2LjY0OCAyMDIzLjc5IDY4MC4zNzh6bS0xMjkuNTUgOTMuNDE0IDEwMi4xMy02NGM1LjAzLTMuMzcxIDYuNjEuMzkgNC4zNCAyLjk4OGwtODQuNzYgNzYuMTUxLTQuMzUgMzguMDA4eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3MzggLTU2NSkiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzBkMGQwZCI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / contain no-repeat, url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJ0ZWxlZ3JhbTEuc3ZnIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjM5OS4xMyIgdmlld0JveD0iMCAwIDQwMCAzOTkuMTMiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEsIC5jbHMtMiB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05MDkgMTg1MWg0ZTJ2Mzk5LjEySDkwOVYxODUxeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwOSAtMTg1MSkiIGZpbGwtb3BhY2l0eT0iMCIgaWQ9InBhdGgtNCI+PC9wYXRoPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwOTEuOTIgMjA4My43MmwzMi4zIDYxLjRzMTMuNjYgMTYuOTIgMjIuMzUtNS4wMSA2My4zNS0xNzkuMiA2My4zNS0xNzkuMiAxLjg3LTE3LjU1LTE0LjktMTAuMDMtMTgwLjExIDY2LjQyLTE4MC4xMSA2Ni40Mi0xNS41MjcgMTAuMDIuMCAxOC44IDY1LjgzIDMzLjgzIDY1LjgzIDMzLjgzUzEwODYuOTUgMjA2OS45MyAxMDkxLjkyIDIwODMuNzJ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTA5IC0xODUxKSIgaWQ9InBhdGgtNSIgZmlsbC1vcGFjaXR5PSIwIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjMDAwMDAwIj48L3BhdGg+PC9zdmc+") left 50% top 50% / contain no-repeat #f2f5fa;
}
.title-page .widgetsocial-89 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/lib_1265401_viber1.svg") left 50% top 50% / contain no-repeat;
  width: 45px;
  min-height: 45px;
  text-align: left;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -moz-box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  box-shadow: inset 0px 0px 0px 2px #f2f5fa;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 45px;
}
.title-page .widgetsocial-89 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-89 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-89 .whatsapp .wg-soc-icon.active {
  background: url("../images/lib_1265401_viber1.svg") left 50% top 50% / contain no-repeat #f2f5fa;
}
.title-page .widgetsocial-89 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-89 .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-28 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: left;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
  padding-top: 55px;
  padding-bottom: 55px;
  font-family: Montserrat, sans-serif;
}
.title-page .side-panel-54 .side-panel-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  pointer-events: auto;
}
.title-page .side-panel-54 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  width: 400px;
  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;
  right: 0;
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 30px;
}
.title-page .side-panel-54 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: auto;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 60px;
  min-height: 60px;
  background: url("../images/close.svg") left 50% top 50% / 18px no-repeat #ed1b24;
  cursor: pointer;
  right: 100%;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: -25px;
}
.title-page .side-panel-54 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-54 .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;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.title-page .side-panel-54 .side-panel-button {
  padding: 15px 17px;
  box-sizing: border-box;
  font-size: 0;
  width: 60px;
  min-height: 60px;
  background: #ed1b24;
  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;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
}
.title-page .side-panel-54 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-54 .side-panel-button-icon-line {
  border: none;
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 5px;
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .side-panel-54 .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-45 {
    margin-top: 0;
    padding-top: 20px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-69 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
  .title-page .block-65 {
    background: none;
    margin-top: 0;
    padding-bottom: 0.02px;
  }
  .title-page .block-64 .layout_122 {
    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-64 .layout_126 {
    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-64 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-68 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .widget-70 {
    width: 45px;
    min-height: 45px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi45NyIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE2Ljk3IDIwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iQ2FsbC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTExMDAuMjQsNzUuMDU3YTAuNzU0LDAuNzU0LDAsMCwwLC4xNi0xLjAzLDAuNzE1LDAuNzE1LDAsMCwwLTEuMDEtLjE2LDAuNzQzLDAuNzQzLDAsMCwwLS4xNSwxLjAzQTAuNywwLjcsMCwwLDAsMTEwMC4yNCw3NS4wNTdabS0yLjAyLDEuNTIzYTAuNzYzLDAuNzYzLDAsMCwwLC4xNS0xLjAzLDAuNywwLjcsMCwwLDAtMS0uMTYsMC43NTQsMC43NTQsMCwwLDAtLjE2LDEuMDNBMC43MTUsMC43MTUsMCwwLDAsMTA5OC4yMiw3Ni41OFptLTIuMDMsMS41MjNhMC43NTUsMC43NTUsMCwwLDAsLjE2LTEuMDMsMC43MTUsMC43MTUsMCwwLDAtMS4wMS0uMTYsMC43NDMsMC43NDMsMCwwLDAtLjE1LDEuMDNBMC43LDAuNywwLDAsMCwxMDk2LjE5LDc4LjFabTMuMzUsOS43MzZjMC0uMDE2LTAuMDEtMC4wMzItMC4wMS0wLjA0OHMtMC4wMS0uMDMzLTAuMDItMC4wNDktMC4wMS0uMDI2LTAuMDItMC4wMzlsLTAuMDMtLjA1MnMwLDAtLjAxLTAuMDA2YTAuMDgxLDAuMDgxLDAsMCwwLS4wMy0wLjAzMywwLjA4OSwwLjA4OSwwLDAsMC0uMDMtMC4wMzZsLTIuMjYtMi4xODdhMC41LDAuNSwwLDAsMC0uNzIuMDI0LDAuNTI3LDAuNTI3LDAsMCwwLC4wMi43NDRsMS44MSwxLjc0N2E0Ljg3OSw0Ljg3OSwwLDAsMS0yLjQxLDEuMDQzaDBhMS42NDcsMS42NDcsMCwwLDEtLjc4LTAuMTkyaDBjLTAuMDEtLjAwOS0wLjAzLTAuMDE3LTAuMDQtMC4wMjRhMjEuNDYyLDIxLjQ2MiwwLDAsMS02LjExLTUuNDQ3bC0wLjE3LS4yMjRhMjEuODkzLDIxLjg5MywwLDAsMS0zLjYzLTcuNDI1LDAuMDQyLDAuMDQyLDAsMCwxLS4wMS0wLjAzMiwxLjQyNCwxLjQyNCwwLDAsMS0uMDEtMC43ODgsNi41NzMsNi41NzMsMCwwLDEsMS4yMS0xLjk5NGwxLjM2LDIuMjdhMC41MDksMC41MDksMCwwLDAsLjQ0LjI1LDAuNDY1LDAuNDY1LDAsMCwwLC4yNi0wLjA3OSwwLjUyNiwwLjUyNiwwLDAsMCwuMTctMC43MjVsLTEuNjktMi44MTFhMC41MSwwLjUxLDAsMCwwLS4xLTAuMTE2LDAuMDQzLDAuMDQzLDAsMCwwLS4wMi0wLjAyNCwwLjUsMC41LDAsMCwwLS43Mi4wMDgsOC4yMDksOC4yMDksMCwwLDAtMS44NywyLjg2MiwyLjU2MiwyLjU2MiwwLDAsMC0uMDIsMS40NDUsMjMuMzQzLDIzLjM0MywwLDAsMCwzLjgyLDcuODA2bDAuMTcsMC4yMjRhMjIuNTU3LDIyLjU1NywwLDAsMCw2LjQzLDUuNzIzLDIuNiwyLjYsMCwwLDAsMS4zMS4zNDZoMGE2LjM2Miw2LjM2MiwwLDAsMCwzLjUyLTEuNjE4YzAuMDEtLjAxLjAzLTAuMDIzLDAuMDQtMC4wMzVzMC4wMi0uMDE2LjAzLTAuMDI2Vjg4LjMxNGMwLjAxLS4wMTUuMDMtMC4wMzIsMC4wNC0wLjA0OWEwLjA2MywwLjA2MywwLDAsMCwuMDItMC4wMzVsMC4wMy0uMDVhMC4wODQsMC4wODQsMCwwLDEsLjAyLTAuMDQzLDAuMDkxLDAuMDkxLDAsMCwxLC4wMS0wLjA1YzAtLjAxNi4wMS0wLjAzMiwwLjAxLTAuMDQ4Vjg3Ljk4NGMwLS4wMTUuMDEtMC4wMywwLjAxLTAuMDQ1YTAuMTExLDAuMTExLDAsMCwxLS4wMS0wLjA1NkEwLjA3MywwLjA3MywwLDAsMCwxMDk5LjU0LDg3LjgzOVptMC44Mi0yLjk3NWEyOS4yNzUsMjkuMjc1LDAsMCwwLTIuODQtMi42NzIsMS4yOTEsMS4yOTEsMCwwLDAtMS4wMS0uMzM3LDEuNTM1LDEuNTM1LDAsMCwwLTEuMDEuNjQ5Yy0wLjE1LjE5My0uNDIsMC41MzItMC41MSwwLjY0NGEwLjg3MiwwLjg3MiwwLDAsMS0xLjM0LjMwOCwxNi41MTUsMTYuNTE1LDAsMCwxLTIuMjEtMi41bC0wLjAzLS4wMzdzMCwwLS4wMS0wLjAwN2EwLjA1NiwwLjA1NiwwLDAsMC0uMDItMC4wMzIsMTYuNTY5LDE2LjU2OSwwLDAsMS0xLjgyLTIuODMyLDAuOSwwLjksMCwwLDEsLjYxLTEuMjUxYzAuMDItLjAwNy4wNC0wLjAxNywwLjA3LTAuMDI5YTQuMDMsNC4wMywwLDAsMCwxLjIyLS43NTUsMS40MTgsMS40MTgsMCwwLDAsLjI5LTEuNjQ3LDMxLjk3OSwzMS45NzksMCwwLDAtMi4xNi0zLjY0NiwxLjQ3NCwxLjQ3NCwwLDAsMC0yLjExLS40NTZsMC41NiwwLjg3OGEwLjQ3NCwwLjQ3NCwwLDAsMSwuNzIuMiwzMC44MzUsMzAuODM1LDAsMCwxLDIuMDcsMy40ODksMC4zNTYsMC4zNTYsMCwwLDEtLjEuNDQyLDMuMDc1LDMuMDc1LDAsMCwxLS44OS41M2MtMC4wNS4wMjQtLjA5LDAuMDQzLTAuMTIsMC4wNTRhMS45NzMsMS45NzMsMCwwLDAtMS4xMiwyLjU1OSwwLjExOCwwLjExOCwwLDAsMCwuMDIuMDU0LDE3LjYzLDE3LjYzLDAsMCwwLDEuOTYsMy4wNzYsMC4wMTUsMC4wMTUsMCwwLDEsLjAxLjAxNiwwLjA1LDAuMDUsMCwwLDEsLjAyLjAyNywxNy45NTksMTcuOTU5LDAsMCwwLDIuNDIsMi43MWMwLjAyLDAuMDEzLjAzLDAuMDI1LDAuMDUsMC4wMzZhMS44NzksMS44NzksMCwwLDAsMi42OS0uNWMwLjExLS4xMzQuNC0wLjUxLDAuNTMtMC42NzEsMCwwLC4wMS0wLjAxNC4wMS0wLjAxOGEwLjU4NCwwLjU4NCwwLDAsMSwuMzItMC4yNDIsMC4zNjYsMC4zNjYsMCwwLDEsLjI1LjEwOCwzMC4yOCwzMC4yOCwwLDAsMSwyLjcsMi41MjgsMC4xNTQsMC4xNTQsMCwwLDAsLjA0LjA1LDAuNzIxLDAuNzIxLDAsMCwxLC4yOS45LDAuNTMzLDAuNTMzLDAsMCwwLC4yMS43MSwwLjUyMSwwLjUyMSwwLDAsMCwuMjQuMDYsMC41MDgsMC41MDgsMCwwLDAsLjQ1LTAuMjgyQTEuNzUxLDEuNzUxLDAsMCwwLDExMDAuMzYsODQuODY0Wm0tNi4xOS01LjIzOWEwLjc2MiwwLjc2MiwwLDAsMCwuMTUtMS4wMywwLjcsMC43LDAsMCwwLTEtLjE2LDAuNzU1LDAuNzU1LDAsMCwwLS4xNiwxLjAzQTAuNzE1LDAuNzE1LDAsMCwwLDEwOTQuMTcsNzkuNjI1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwODQgLTcwKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat, linear-gradient(to bottom right, #ed1b24 0%, #a318a1 100%);
    margin-top: -45px;
    margin-left: 80px;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-70:active, .title-page .widget-70.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi45NyIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE2Ljk3IDIwIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iQ2FsbC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTExMDAuMjQsNzUuMDU3YTAuNzU0LDAuNzU0LDAsMCwwLC4xNi0xLjAzLDAuNzE1LDAuNzE1LDAsMCwwLTEuMDEtLjE2LDAuNzQzLDAuNzQzLDAsMCwwLS4xNSwxLjAzQTAuNywwLjcsMCwwLDAsMTEwMC4yNCw3NS4wNTdabS0yLjAyLDEuNTIzYTAuNzYzLDAuNzYzLDAsMCwwLC4xNS0xLjAzLDAuNywwLjcsMCwwLDAtMS0uMTYsMC43NTQsMC43NTQsMCwwLDAtLjE2LDEuMDNBMC43MTUsMC43MTUsMCwwLDAsMTA5OC4yMiw3Ni41OFptLTIuMDMsMS41MjNhMC43NTUsMC43NTUsMCwwLDAsLjE2LTEuMDMsMC43MTUsMC43MTUsMCwwLDAtMS4wMS0uMTYsMC43NDMsMC43NDMsMCwwLDAtLjE1LDEuMDNBMC43LDAuNywwLDAsMCwxMDk2LjE5LDc4LjFabTMuMzUsOS43MzZjMC0uMDE2LTAuMDEtMC4wMzItMC4wMS0wLjA0OHMtMC4wMS0uMDMzLTAuMDItMC4wNDktMC4wMS0uMDI2LTAuMDItMC4wMzlsLTAuMDMtLjA1MnMwLDAtLjAxLTAuMDA2YTAuMDgxLDAuMDgxLDAsMCwwLS4wMy0wLjAzMywwLjA4OSwwLjA4OSwwLDAsMC0uMDMtMC4wMzZsLTIuMjYtMi4xODdhMC41LDAuNSwwLDAsMC0uNzIuMDI0LDAuNTI3LDAuNTI3LDAsMCwwLC4wMi43NDRsMS44MSwxLjc0N2E0Ljg3OSw0Ljg3OSwwLDAsMS0yLjQxLDEuMDQzaDBhMS42NDcsMS42NDcsMCwwLDEtLjc4LTAuMTkyaDBjLTAuMDEtLjAwOS0wLjAzLTAuMDE3LTAuMDQtMC4wMjRhMjEuNDYyLDIxLjQ2MiwwLDAsMS02LjExLTUuNDQ3bC0wLjE3LS4yMjRhMjEuODkzLDIxLjg5MywwLDAsMS0zLjYzLTcuNDI1LDAuMDQyLDAuMDQyLDAsMCwxLS4wMS0wLjAzMiwxLjQyNCwxLjQyNCwwLDAsMS0uMDEtMC43ODgsNi41NzMsNi41NzMsMCwwLDEsMS4yMS0xLjk5NGwxLjM2LDIuMjdhMC41MDksMC41MDksMCwwLDAsLjQ0LjI1LDAuNDY1LDAuNDY1LDAsMCwwLC4yNi0wLjA3OSwwLjUyNiwwLjUyNiwwLDAsMCwuMTctMC43MjVsLTEuNjktMi44MTFhMC41MSwwLjUxLDAsMCwwLS4xLTAuMTE2LDAuMDQzLDAuMDQzLDAsMCwwLS4wMi0wLjAyNCwwLjUsMC41LDAsMCwwLS43Mi4wMDgsOC4yMDksOC4yMDksMCwwLDAtMS44NywyLjg2MiwyLjU2MiwyLjU2MiwwLDAsMC0uMDIsMS40NDUsMjMuMzQzLDIzLjM0MywwLDAsMCwzLjgyLDcuODA2bDAuMTcsMC4yMjRhMjIuNTU3LDIyLjU1NywwLDAsMCw2LjQzLDUuNzIzLDIuNiwyLjYsMCwwLDAsMS4zMS4zNDZoMGE2LjM2Miw2LjM2MiwwLDAsMCwzLjUyLTEuNjE4YzAuMDEtLjAxLjAzLTAuMDIzLDAuMDQtMC4wMzVzMC4wMi0uMDE2LjAzLTAuMDI2Vjg4LjMxNGMwLjAxLS4wMTUuMDMtMC4wMzIsMC4wNC0wLjA0OWEwLjA2MywwLjA2MywwLDAsMCwuMDItMC4wMzVsMC4wMy0uMDVhMC4wODQsMC4wODQsMCwwLDEsLjAyLTAuMDQzLDAuMDkxLDAuMDkxLDAsMCwxLC4wMS0wLjA1YzAtLjAxNi4wMS0wLjAzMiwwLjAxLTAuMDQ4Vjg3Ljk4NGMwLS4wMTUuMDEtMC4wMywwLjAxLTAuMDQ1YTAuMTExLDAuMTExLDAsMCwxLS4wMS0wLjA1NkEwLjA3MywwLjA3MywwLDAsMCwxMDk5LjU0LDg3LjgzOVptMC44Mi0yLjk3NWEyOS4yNzUsMjkuMjc1LDAsMCwwLTIuODQtMi42NzIsMS4yOTEsMS4yOTEsMCwwLDAtMS4wMS0uMzM3LDEuNTM1LDEuNTM1LDAsMCwwLTEuMDEuNjQ5Yy0wLjE1LjE5My0uNDIsMC41MzItMC41MSwwLjY0NGEwLjg3MiwwLjg3MiwwLDAsMS0xLjM0LjMwOCwxNi41MTUsMTYuNTE1LDAsMCwxLTIuMjEtMi41bC0wLjAzLS4wMzdzMCwwLS4wMS0wLjAwN2EwLjA1NiwwLjA1NiwwLDAsMC0uMDItMC4wMzIsMTYuNTY5LDE2LjU2OSwwLDAsMS0xLjgyLTIuODMyLDAuOSwwLjksMCwwLDEsLjYxLTEuMjUxYzAuMDItLjAwNy4wNC0wLjAxNywwLjA3LTAuMDI5YTQuMDMsNC4wMywwLDAsMCwxLjIyLS43NTUsMS40MTgsMS40MTgsMCwwLDAsLjI5LTEuNjQ3LDMxLjk3OSwzMS45NzksMCwwLDAtMi4xNi0zLjY0NiwxLjQ3NCwxLjQ3NCwwLDAsMC0yLjExLS40NTZsMC41NiwwLjg3OGEwLjQ3NCwwLjQ3NCwwLDAsMSwuNzIuMiwzMC44MzUsMzAuODM1LDAsMCwxLDIuMDcsMy40ODksMC4zNTYsMC4zNTYsMCwwLDEtLjEuNDQyLDMuMDc1LDMuMDc1LDAsMCwxLS44OS41M2MtMC4wNS4wMjQtLjA5LDAuMDQzLTAuMTIsMC4wNTRhMS45NzMsMS45NzMsMCwwLDAtMS4xMiwyLjU1OSwwLjExOCwwLjExOCwwLDAsMCwuMDIuMDU0LDE3LjYzLDE3LjYzLDAsMCwwLDEuOTYsMy4wNzYsMC4wMTUsMC4wMTUsMCwwLDEsLjAxLjAxNiwwLjA1LDAuMDUsMCwwLDEsLjAyLjAyNywxNy45NTksMTcuOTU5LDAsMCwwLDIuNDIsMi43MWMwLjAyLDAuMDEzLjAzLDAuMDI1LDAuMDUsMC4wMzZhMS44NzksMS44NzksMCwwLDAsMi42OS0uNWMwLjExLS4xMzQuNC0wLjUxLDAuNTMtMC42NzEsMCwwLC4wMS0wLjAxNC4wMS0wLjAxOGEwLjU4NCwwLjU4NCwwLDAsMSwuMzItMC4yNDIsMC4zNjYsMC4zNjYsMCwwLDEsLjI1LjEwOCwzMC4yOCwzMC4yOCwwLDAsMSwyLjcsMi41MjgsMC4xNTQsMC4xNTQsMCwwLDAsLjA0LjA1LDAuNzIxLDAuNzIxLDAsMCwxLC4yOS45LDAuNTMzLDAuNTMzLDAsMCwwLC4yMS43MSwwLjUyMSwwLjUyMSwwLDAsMCwuMjQuMDYsMC41MDgsMC41MDgsMCwwLDAsLjQ1LTAuMjgyQTEuNzUxLDEuNzUxLDAsMCwwLDExMDAuMzYsODQuODY0Wm0tNi4xOS01LjIzOWEwLjc2MiwwLjc2MiwwLDAsMCwuMTUtMS4wMywwLjcsMC43LDAsMCwwLTEtLjE2LDAuNzU1LDAuNzU1LDAsMCwwLS4xNiwxLjAzQTAuNzE1LDAuNzE1LDAsMCwwLDEwOTQuMTcsNzkuNjI1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwODQgLTcwKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIi8+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat, linear-gradient(to bottom right, #cf1922 0%, #a318a1 100%);
  }
  .title-page .popover-wrap-123 .popover-body .s3_button_large:active, .title-page .popover-wrap-123 .popover-body .s3_button_large.active {
    background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%) #ed1b24;
  }
  .title-page .widget-71 {
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .popover-wrap-124 .popover-body .s3_button_large:active, .title-page .popover-wrap-124 .popover-body .s3_button_large.active {
    background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%) #ed1b24;
  }
  .title-page .blocklist-124 .body-outer {
    width: auto;
  }
  .title-page .blocklist-124 .body {
    width: auto;
  }
  .title-page .blocklist-124 .item {
    width: 709px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-124 .text {
    font-size: 15px;
    padding-top: 7px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-124 .image {
    margin-right: 30px;
    margin-left: 0;
    min-height: 120px;
    width: 120px;
  }
  .title-page .blocklist-124 .item-label {
    background: none;
  }
  .title-page .blocklist-124 .img-convert {
    height: 120px;
    background: none;
  }
  .title-page .blocklist-124 .title {
    font-size: 22px;
  }
  .title-page .block-70 {
    display: none;
  }
  .title-page .block-21 {
    margin-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-right: 0;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-62 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-22 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-63 .layout_43 {
    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-63 .layout_45 {
    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-63 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-page .block-23 {
    width: auto;
    padding-right: 0;
  }
  .title-page .widget-23 {
    margin-bottom: 0;
    background: none;
    max-width: 100%;
    padding-bottom: 5px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-46 .sn-wrap {
    flex-flow: column nowrap;
  }
  .title-page .site-name-46 .sn-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: block;
  }
  .title-page .site-name-46 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: none;
    text-align: center;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 21px;
  }
  .title-page .widget-24 {
    color: rgba(13, 13, 13, 0.7);
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    max-width: 100%;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-25 {
    width: auto;
    background: none;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-27 {
    text-align: center;
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .editable_block-53 .body {
    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 .editable_block-53 .title {
    font-size: 27px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-53 .text {
    font-size: 16px;
    padding-top: 0.02px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
  }
  .title-page .editable_block-53 .more {
    clear: none;
    padding-top: 30px;
    text-align: center;
  }
  .title-page .editable_block-53 .more > a {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 55px;
  }
  .title-page .block-3 {
    background: none;
    padding-top: 50px;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-2 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-2 {
    background: none;
    display: block;
  }
  .title-page .popover-wrap-3 .popover-body .s3_button_large:active, .title-page .popover-wrap-3 .popover-body .s3_button_large.active {
    background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%) #ed1b24;
  }
  .title-page .blocklist-3 .header {
    margin-bottom: 5px;
  }
  .title-page .blocklist-3 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 27px;
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-3 .description {
    margin-bottom: 30px;
    margin-right: 0;
    width: auto;
    margin-left: 0;
  }
  .title-page .blocklist-3 .body-outer {
    width: auto;
  }
  .title-page .blocklist-3 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-3 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-3 .item {
    padding: 20px;
    margin: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .blocklist-3 .item:hover, .title-page .blocklist-3 .item.hover, .title-page .blocklist-3 .item.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #f2f5fa;
  }
  .title-page .blocklist-3 .item:active, .title-page .blocklist-3 .item.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .title-page .blocklist-3 .text {
    margin-bottom: 15px;
    padding-bottom: 15px;
    background: none;
  }
  .title-page .blocklist-3 .item-label {
    right: auto;
    left: 50%;
    width: 125px;
    min-height: 70px;
  }
  .title-page .blocklist-3 .img-convert {
    height: 175px;
    background: none;
  }
  .title-page .blocklist-3 .title {
    font-size: 17px;
    padding-top: 25px;
    padding-bottom: 10px;
    background: none;
  }
  .title-page .blocklist-3 .price {
    padding-bottom: 20px;
    background: none;
  }
  .title-page .blocklist-3 .price-inner {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-3 .price-note {
    width: auto;
  }
  .title-page .blocklist-3 .more {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
  }
  .title-page .blocklist-3 .bx-wrapper {
    max-width: 748px;
  }
  .title-page .blocklist-3 .footer {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .block-5 {
    background: none;
    padding-bottom: 30px;
    padding-top: 0.02px;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-4 .layout_6 {
    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 .layout_99 {
    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 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-55 {
    padding: 30px;
    margin-bottom: 0;
    width: auto;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTAuOTY5IiBoZWlnaHQ9IjE3My45NiIgdmlld0JveD0iMCAwIDExMC45NjkgMTczLjk2IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iYjIyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNODg5LjY4NywyNzA4Ljg0di00LjA2aDQuMDY0djQuMDZoLTQuMDY0Wm0wLTE4Ljk2aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabS0xNC45LDE2OS45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptLTE2LjEsMTY5LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0tMTQuOSwxNjkuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabS0xNS4xLDE2OS45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptLTE0LjksMTY5LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0tMTYuMSwxNjkuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTYuMWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNC45aDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE2LjFoNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabTAtMTQuOWg0LjA2NHY0LjA2aC00LjA2NHYtNC4wNlptMC0xNi4xaDQuMDY0djQuMDZoLTQuMDY0di00LjA2Wm0wLTE0LjloNC4wNjR2NC4wNmgtNC4wNjR2LTQuMDZabS0xNC45LDE2OS45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNi4xaDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE0LjloNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTYuMWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNlptMC0xNC45aDQuMDY1djQuMDZoLTQuMDY1di00LjA2Wm0wLTE2LjFoNC4wNjV2NC4wNmgtNC4wNjV2LTQuMDZabTAtMTQuOWg0LjA2NXY0LjA2aC00LjA2NXYtNC4wNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03ODIuNzgxIC0yNTM0Ljg4KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjE1IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left calc(50% + 80px) top 50% / auto auto no-repeat, linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%);
  }
  .title-page .popover-wrap-99 .popover-body .s3_button_large:active, .title-page .popover-wrap-99 .popover-body .s3_button_large.active {
    background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%) #ed1b24;
  }
  .title-page .editable_block-99 .header {
    font-size: 22px;
    display: block;
    text-align: center;
  }
  .title-page .editable_block-99 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-99 .title {
    font-size: 150px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .editable_block-99 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    margin-left: 0;
  }
  .title-page .editable_block-99 .more {
    clear: none;
  }
  .title-page .widget-3 {
    margin-left: 0;
    margin-top: 30px;
  }
  .title-page .popover-wrap-6 .popover-body .s3_button_large:active, .title-page .popover-wrap-6 .popover-body .s3_button_large.active {
    background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%) #ed1b24;
  }
  .title-page .blocklist-6 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-6 .description {
    font-size: 16px;
  }
  .title-page .blocklist-6 .body-outer {
    width: auto;
  }
  .title-page .blocklist-6 .body {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .title-page .blocklist-6 .item-outer {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .blocklist-6 .item {
    margin: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: none;
  }
  .title-page .blocklist-6 .text {
    font-size: 14px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-6 .image {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .blocklist-6 .img-convert {
    width: 60px;
    height: 60px;
    background: none;
  }
  .title-page .blocklist-6 .title {
    font-size: 17px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 7px;
  }
  .title-page .blocklist-6 .bx-wrapper {
    max-width: 729px;
  }
  .title-page .block-11 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
    padding-top: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-10 .layout_9 {
    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-10 .layout_109 {
    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-10 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-4 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 660px;
    padding-bottom: 0.02px;
  }
  .title-page .popover-wrap-9 .popover-body .s3_button_large:active, .title-page .popover-wrap-9 .popover-body .s3_button_large.active {
    background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%) #ed1b24;
  }
  .title-page .editable_block-9 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 22px;
    text-align: center;
  }
  .title-page .editable_block-9 .body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-9 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
  }
  .title-page .editable_block-9 .image {
    margin-right: 10px;
    display: none;
  }
  .title-page .editable_block-9 .item-label {
    background: none;
    width: 400px;
  }
  .title-page .editable_block-9 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 15px;
    text-align: center;
    margin-right: 40px;
    margin-bottom: 25px;
    background: none;
    margin-left: 40px;
  }
  .title-page .editable_block-9 .more {
    clear: none;
  }
  .title-page .block-57 {
    margin-left: 0;
    background: none;
    width: auto;
    right: 0;
  }
  .title-page .block-56 {
    padding: 40px 30px;
    width: 660px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-67 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .form-108 .form__header {
    font-size: 22px;
  }
  .title-page .form-108 .form-text {
    padding-right: 20px;
    width: 25%;
  }
  .title-page .form-108 .form-textarea textarea {
    min-height: 80px;
  }
  .title-page .form-108 .form-item__title {
    color: #fff;
  }
  .title-page .form-108 .form-textarea {
    margin-bottom: 10px;
  }
  .title-page .form-108 .form-submit {
    text-align: center;
  }
  .title-page .form-108 .form-submit button {
    width: 280px;
  }
  .title-page .form-108 .form-captcha button {
    width: 280px;
  }
  .title-page .form-108 .form-checkbox {
    width: 25%;
    padding-right: 20px;
  }
  .title-page .form-108 .form-radio {
    width: 25%;
    padding-right: 20px;
  }
  .title-page .form-108 .form-select {
    width: 25%;
    padding-right: 20px;
  }
  .title-page .form-108 .form-div {
    width: 25%;
    padding-right: 20px;
  }
  .title-page .form-108 .form-html {
    width: 25%;
    padding-right: 20px;
  }
  .title-page .form-108 .form-upload {
    width: 25%;
    padding-right: 20px;
  }
  .title-page .form-108 .form-calendar {
    width: 25%;
    padding-right: 20px;
  }
  .title-page .form-108 .form-calendar_interval {
    width: 25%;
    padding-right: 20px;
  }
  .title-page .block-55 {
    background: none;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-58 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-66 {
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    display: block;
  }
  .title-page .popover-wrap-106 .popover-body .s3_button_large:active, .title-page .popover-wrap-106 .popover-body .s3_button_large.active {
    background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%) #ed1b24;
  }
  .title-page .blocklist-106 .header {
    margin-bottom: 5px;
  }
  .title-page .blocklist-106 .header_text {
    font-size: 27px;
  }
  .title-page .blocklist-106 .description {
    margin-bottom: 35px;
  }
  .title-page .blocklist-106 .body-outer {
    width: auto;
  }
  .title-page .blocklist-106 .body {
    width: auto;
  }
  .title-page .blocklist-106 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-106 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
  }
  .title-page .blocklist-106 .image {
    float: none;
    background: none;
  }
  .title-page .blocklist-106 .img-convert {
    height: 275px;
  }
  .title-page .blocklist-106 .image-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .blocklist-106 .text {
    display: none;
  }
  .title-page .blocklist-106 .title {
    font-size: 19px;
  }
  .title-page .block-32 {
    background: none;
    padding-bottom: 50px;
    padding-top: 0.02px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-31 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-56 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .popover-wrap-101 .popover-body .s3_button_large:active, .title-page .popover-wrap-101 .popover-body .s3_button_large.active {
    background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%) #ed1b24;
  }
  .title-page .blocklist-101 .header {
    padding-right: 0;
  }
  .title-page .blocklist-101 .description {
    padding-right: 0;
  }
  .title-page .blocklist-101 .body-outer {
    overflow: hidden;
  }
  .title-page .blocklist-101 .body {
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-101 .bx-wrapper {
    max-width: 618px;
  }
  .title-page .blocklist-101 .list {
    width: 618px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .blocklist-101 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-101 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    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-101 .image {
    float: none;
  }
  .title-page .blocklist-101 .img-convert {
    background: none;
  }
  .title-page .block-13 {
    padding-bottom: 50px;
    padding-top: 50px;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-12 .layout_114 {
    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-12 .layout_115 {
    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-12 {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-61 .layout_17 {
    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-61 .layout_111 {
    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-61 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widget-6 {
    margin-left: 0;
    margin-right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    background: none;
  }
  .title-page .popover-wrap-17 .popover-body .s3_button_large:active, .title-page .popover-wrap-17 .popover-body .s3_button_large.active {
    background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%) #ed1b24;
  }
  .title-page .editable_block-17 .header {
    font-size: 27px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-17 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-17 .title {
    margin-bottom: 25px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NSIgaGVpZ2h0PSIxIiB2aWV3Qm94PSIwIDAgNzUgMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Im1pbnVzLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTMsNTFWNTBIODh2MUgxM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMyAtNTApIiBmaWxsPSIjZWQxYjI0IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiLz4KPC9zdmc+") left 50% bottom 0px / auto auto no-repeat;
  }
  .title-page .editable_block-17 .more {
    clear: none;
    padding-top: 30px;
    text-align: center;
  }
  .title-page .editable_block-17 .more > a {
    min-height: 58px;
  }
  .title-page .widget-68 {
    margin-top: 50px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    background: none;
    display: block;
  }
  .title-page .popover-wrap-111 .popover-body .s3_button_large:active, .title-page .popover-wrap-111 .popover-body .s3_button_large.active {
    background: linear-gradient(to bottom right, #cf1923 0%, #a318a1 100%) #ed1b24;
  }
  .title-page .editable_block-111 .header {
    font-size: 30px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-111 .header:hover, .title-page .editable_block-111 .header.hover, .title-page .editable_block-111 .header.active {
    font-weight: 900;
  }
  .title-page .editable_block-111 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-111 .title {
    margin-bottom: 25px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NSIgaGVpZ2h0PSIxIiB2aWV3Qm94PSIwIDAgNzUgMSIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Im1pbnVzLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTMsNTFWNTBIODh2MUgxM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMyAtNTApIiBmaWxsPSIjZWQxYjI0IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiLz4KPC9zdmc+") left 50% bottom 0px / auto auto no-repeat;
  }
  .title-page .editable_block-111 .img-convert {
    height: 240px;
  }
  .title-page .editable_block-111 .more {
    clear: none;
    padding-top: 30px;
    text-align: center;
  }
  .title-page .widget-69 {
    padding: 40px 30px;
    width: auto;
    margin-top: 50px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .news-114 .news__header {
    margin-bottom: 20px;
  }
  .title-page .news-114 .news__title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .news-114 .body-outer {
    overflow: visible;
  }
  .title-page .news-114 .body {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .news-114 .news__list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .news-114 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .news-114 .item {
    margin-right: 10px;
    margin-left: 10px;
    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 .news-114 .item__image {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
  }
  .title-page .news-114 .item__image img {
    min-height: 0;
  }
  .title-page .news-114 .item__date {
    text-align: left;
  }
  .title-page .news-114 .item__date > span {
    width: auto;
  }
  .title-page .news-114 .bx-wrapper {
    max-width: 588px;
  }
  .title-page .news-114 .news__footer {
    text-align: center;
    padding-top: 20px;
  }
  .title-page .news-114 .all_link {
    min-height: 52px;
  }
  .title-page .block-19 .layout_37 {
    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-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 .layout_40 {
    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-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 .layout_41 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 {
    width: 660px;
    padding-top: 30px;
    -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-bottom: 30px;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-20 {
    width: 700px;
    background: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  .title-page .widget-18 {
    text-align: left;
    width: 45px;
    min-height: 45px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .up-38 .title:hover, .title-page .up-38 .title.hover, .title-page .up-38 .title.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDM5IDIxIiBpZD0ic3ZnLTEiPjxkZWZzIGlkPSJkZWZzLTIiPjxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9InVwMjIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik02IDM0LjcxNiAyNC41NDEgMTYuMjY4bC42MzktLjYzNkwyNS44MiAxNSA0NSAzNC4wOGwtMS4yNzkgMS4yNzJMMjUuODIgMTcuNTQxIDcuMjc1IDM1Ljk4OHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC0xNSkiIGZpbGw9IiNkMTJmNzgiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIvPjwvc3ZnPg==") left 50% top 0px / 20px no-repeat;
    color: #d12f78;
  }
  .title-page .widget-19 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-20 {
    text-align: center;
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    min-height: 0;
    padding-bottom: 10px;
  }
  .title-page .widget-21 {
    text-align: center;
    width: auto;
    right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-38 {
    background: none;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
  }
  .title-page .block-39 {
    border: none;
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
    padding-top: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .block-40 .layout_84 {
    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-40 .layout_89 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_103 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: none;
  }
  .title-page .block-40 .layout_104 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: none;
  }
  .title-page .block-40 {
    background: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-42 {
    background: none;
    padding-right: 0;
  }
  .title-page .text-3 {
    text-align: center;
    padding-bottom: 20px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .widget-47 {
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    padding-left: 0;
    display: block;
  }
  .title-page .address-87 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-87 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .address-87 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .address-87 .text_body {
    font-size: 14px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-48 {
    margin-top: 20px;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    display: block;
  }
  .title-page .phones-88 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-88 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .phones-88 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .phones-88 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .widget-50 {
    margin-top: 20px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .email-90 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-90 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .email-90 .text_body {
    font-size: 14px;
  }
  .title-page .widget-58 {
    margin: 15px auto 0;
    display: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .menu-103 .menu-scroll > ul ul {
    position: static;
    width: auto;
  }
  .title-page .widget-62 {
    margin-top: 15px;
    margin-left: auto;
    margin-bottom: 20px;
    display: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .menu-104 .menu-scroll > ul ul {
    position: static;
    width: auto;
  }
  .title-page .widget-49 {
    text-align: center;
    width: 660px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-left: 0;
    -webkit-order: 14;
    -moz-order: 14;
    order: 14;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widgetsocial-89 .soc {
    margin-right: 5px;
    margin-left: 5px;
  }
  .title-page .widget-28 {
    border: none;
    margin-right: 20px;
    padding-top: 0.02px;
    padding-bottom: 0.02px;
    box-sizing: border-box;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    margin-top: 20px;
    display: block;
  }
  .title-page .side-panel-54 .side-panel-content {
    border: none;
    width: 340px;
    padding-left: 40px;
    padding-top: 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;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-54 .side-panel-content:hover, .title-page .side-panel-54 .side-panel-content.hover, .title-page .side-panel-54 .side-panel-content.active {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .title-page .side-panel-54 .side-panel-close {
    width: 45px;
    min-height: 45px;
    background: url("../images/close.svg") left 50% top 50% / 18px no-repeat, linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
    margin-right: -22px;
    margin-top: 20px;
  }
  .title-page .side-panel-54 .side-panel-top {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .side-panel-54 .side-panel-button {
    padding: 10px 12px 8px;
    min-height: 45px;
    width: 45px;
    background: linear-gradient(to bottom right, #ed1e24 0%, #a318a1 100%) #ed1b24;
  }
  .title-page .side-panel-54 .side-panel-button-icon-line {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    min-height: 2px;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-64 .layout_122 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-64 .layout_126 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-70 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-124 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .block-63 .layout_43 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-63 .layout_45 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-25 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .title-page .editable_block-53 .title {
    font-size: 25px;
  }
  .title-page .editable_block-53 .text {
    font-size: 15px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: 30px;
    margin-right: 30px;
  }
  .title-page .editable_block-53 .more {
    padding-top: 25px;
  }
  .title-page .blocklist-3 .header_text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 25px;
  }
  .title-page .blocklist-3 .item-label {
    right: 0;
    left: auto;
  }
  .title-page .blocklist-3 .img-convert {
    height: 150px;
  }
  .title-page .blocklist-3 .price-currency {
    -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 .block-4 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_99 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-99 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-99 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-6 .header_text {
    font-size: 27px;
  }
  .title-page .blocklist-6 .title {
    font-size: 16px;
  }
  .title-page .block-10 .layout_9 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-10 .layout_109 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-4 {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .editable_block-9 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-9 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-9 .image {
    margin-right: 20px;
  }
  .title-page .editable_block-9 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-56 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-67 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .form-108 .form__text {
    margin-bottom: 25px;
  }
  .title-page .form-108 .form-text {
    padding-right: 10px;
    margin-right: 10px;
  }
  .title-page .blocklist-106 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-106 .img-convert {
    height: 250px;
  }
  .title-page .blocklist-106 .image-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-page .blocklist-106 .title {
    font-size: 17px;
  }
  .title-page .blocklist-101 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-101 .bx-wrapper {
    max-width: 588px;
  }
  .title-page .blocklist-101 .list {
    width: 588px;
  }
  .title-page .blocklist-101 .item-outer {
    width: 50%;
  }
  .title-page .block-12 .layout_114 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-12 .layout_115 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-61 .layout_17 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-61 .layout_111 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-17 .header {
    font-size: 25px;
  }
  .title-page .editable_block-17 .title {
    padding-bottom: 25px;
  }
  .title-page .editable_block-111 .header {
    font-size: 27px;
  }
  .title-page .news-114 .news__title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .news-114 .img-convert {
    height: 200px;
  }
  .title-page .news-114 .bx-wrapper {
    max-width: 460px;
  }
  .title-page .block-19 .layout_37 {
    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-19 .layout_40 {
    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-19 .layout_41 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .title-page .widget-20 {
    margin-bottom: 0;
  }
  .title-page .block-40 .layout_84 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_89 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_103 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-40 .layout_104 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .address-87 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .address-87 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-88 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-88 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-62 {
    margin-bottom: auto;
  }
  .title-page .widget-49 {
    margin-top: 15px;
  }
  .title-page .side-panel-54 .side-panel-content {
    width: 320px;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-64 .layout_122 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-64 .layout_126 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-68 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-70 {
    margin-top: 20px;
    margin-left: auto;
  }
  .title-page .popover-wrap-123 .popover-body {
    padding: 40px 30px;
  }
  .title-page .popover-wrap-123 .popover-body .s3_button_large {
    margin-top: 15px;
  }
  .title-page .popover-wrap-123 .popover-close {
    width: 45px;
    min-height: 45px;
    margin-right: -5px;
    margin-top: -5px;
  }
  .title-page .popover-wrap-123 .popover-form-title {
    margin-bottom: 20px;
  }
  .title-page .popover-wrap-124 .popover-body {
    padding: 40px 30px;
  }
  .title-page .popover-wrap-124 .popover-body .s3_button_large {
    margin-top: 15px;
  }
  .title-page .popover-wrap-124 .popover-close {
    width: 45px;
    min-height: 45px;
    margin-right: -5px;
    margin-top: -5px;
  }
  .title-page .blocklist-124 .item {
    width: 411px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-124 .text {
    font-size: 14px;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-124 .image {
    margin-right: auto;
    margin-bottom: 15px;
    float: none;
    margin-left: auto;
    min-height: 0;
    width: 100px;
    max-width: 100%;
  }
  .title-page .blocklist-124 .img-convert {
    height: 100px;
  }
  .title-page .blocklist-124 .title {
    font-size: 18px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-top: 0.02px;
    text-align: center;
  }
  .title-page .popover-wrap-124 .popover-form-title {
    margin-bottom: 20px;
  }
  .title-page .block-63 .layout_43 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-63 .layout_45 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-23 {
    width: 440px;
  }
  .title-page .widget-23 {
    margin-left: auto;
  }
  .title-page .site-name-46 .sn-text {
    font-size: 19px;
  }
  .title-page .widget-24 {
    margin-right: auto;
  }
  .title-page .block-25 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-page .widget-27 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .popover-wrap-53 .popover-body {
    padding: 40px 30px;
  }
  .title-page .popover-wrap-53 .popover-body .s3_button_large {
    margin-top: 15px;
  }
  .title-page .popover-wrap-53 .popover-close {
    width: 45px;
    min-height: 45px;
    margin-right: -5px;
    margin-top: -5px;
  }
  .title-page .editable_block-53 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-53 .title {
    font-size: 22px;
    padding-bottom: 0.02px;
  }
  .title-page .editable_block-53 .text {
    font-size: 14px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
    display: none;
  }
  .title-page .editable_block-53 .more {
    padding-top: 20px;
  }
  .title-page .editable_block-53 .more > a {
    font-size: 14px;
  }
  .title-page .popover-wrap-53 .popover-form-title {
    margin-bottom: 20px;
  }
  .title-page .block-3 {
    padding-top: 40px;
  }
  .title-page .popover-wrap-3 .popover-body {
    padding: 40px 30px;
  }
  .title-page .popover-wrap-3 .popover-body .s3_button_large {
    margin-top: 15px;
  }
  .title-page .popover-wrap-3 .popover-close {
    width: 45px;
    min-height: 45px;
    margin-right: -5px;
    margin-top: -5px;
  }
  .title-page .blocklist-3 .header {
    margin-bottom: 10px;
  }
  .title-page .blocklist-3 .header_text {
    font-size: 22px;
  }
  .title-page .blocklist-3 .description {
    border: none;
    font-size: 15px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-3 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-3 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-3 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .blocklist-3 .image {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .blocklist-3 .img-convert {
    height: 125px;
  }
  .title-page .blocklist-3 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .blocklist-3 .price {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-bottom: 15px;
    text-align: center;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .blocklist-3 .price-inner {
    text-align: center;
  }
  .title-page .blocklist-3 .more {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .popover-wrap-3 .popover-form-title {
    margin-bottom: 20px;
  }
  .title-page .block-4 .layout_6 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_99 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-55 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .popover-wrap-99 .popover-body {
    padding: 40px 30px;
  }
  .title-page .popover-wrap-99 .popover-body .s3_button_large {
    margin-top: 15px;
  }
  .title-page .popover-wrap-99 .popover-close {
    width: 45px;
    min-height: 45px;
    margin-right: -5px;
    margin-top: -5px;
  }
  .title-page .popover-wrap-99 .popover-form-title {
    margin-bottom: 20px;
  }
  .title-page .widget-3 {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .title-page .popover-wrap-6 .popover-body {
    padding: 40px 30px;
  }
  .title-page .popover-wrap-6 .popover-body .s3_button_large {
    margin-top: 15px;
  }
  .title-page .popover-wrap-6 .popover-close {
    width: 45px;
    min-height: 45px;
    margin-right: -5px;
    margin-top: -5px;
  }
  .title-page .blocklist-6 .header_text {
    font-size: 25px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-6 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-6 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-6 .item {
    width: 200px;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0.02px;
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-6 .image {
    min-height: 60px;
    width: 60px;
  }
  .title-page .blocklist-6 .img-convert {
    width: 45px;
    height: 45px;
  }
  .title-page .blocklist-6 .title {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .title-page .popover-wrap-6 .popover-form-title {
    margin-bottom: 20px;
  }
  .title-page .block-11 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .title-page .block-10 .layout_9 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-10 .layout_109 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-4 {
    margin-bottom: 0;
  }
  .title-page .popover-wrap-9 .popover-body {
    padding: 40px 30px;
  }
  .title-page .popover-wrap-9 .popover-body .s3_button_large {
    margin-top: 15px;
  }
  .title-page .popover-wrap-9 .popover-close {
    width: 45px;
    min-height: 45px;
    margin-right: -5px;
    margin-top: -5px;
  }
  .title-page .editable_block-9 .header {
    border: none;
    font-size: 18px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .editable_block-9 .body {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-9 .image {
    margin-right: auto;
    float: none;
    margin-left: auto;
    margin-bottom: 5px;
  }
  .title-page .editable_block-9 .item-label {
    width: 440px;
    left: 50%;
    margin-left: -220px;
    margin-top: 60px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .editable_block-9 .text {
    font-size: 14px;
    margin-right: 0;
    margin-left: 0;
    width: auto;
  }
  .title-page .editable_block-9 .more > a {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .popover-wrap-9 .popover-form-title {
    margin-bottom: 20px;
  }
  .title-page .block-56 {
    padding: 30px 20px;
    margin-top: 40px;
  }
  .title-page .widget-67 {
    max-width: 100%;
  }
  .title-page .form-108 .form__header {
    font-size: 18px;
  }
  .title-page .form-108 .form__text {
    margin-bottom: 20px;
    padding-top: 7px;
  }
  .title-page .form-108 .form-item-group {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .form-108 .form-text {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
  .title-page .form-108 .form-text input {
    margin-bottom: 5px;
  }
  .title-page .form-108 .form-submit button {
    width: 100%;
  }
  .title-page .form-108 .form-captcha .form-item__body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .form-108 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-108 .form-captcha button {
    width: 100%;
  }
  .title-page .form-108 .form-checkbox {
    width: 100%;
    padding-right: 5px;
  }
  .title-page .form-108 .form-radio {
    width: 100%;
    padding-right: 5px;
  }
  .title-page .form-108 .form-select {
    width: 100%;
    padding-right: 5px;
  }
  .title-page .form-108 .form-div {
    width: 100%;
    padding-right: 5px;
  }
  .title-page .form-108 .form-html {
    width: 100%;
    padding-right: 5px;
  }
  .title-page .form-108 .form-upload {
    width: 100%;
    padding-right: 5px;
  }
  .title-page .form-108 .form-calendar {
    width: 100%;
    padding-right: 5px;
  }
  .title-page .form-108 .form-calendar_interval {
    width: 100%;
    padding-right: 5px;
  }
  .title-page .form-108 .group-text {
    margin-right: 0;
  }
  .title-page .block-55 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .popover-wrap-106 .popover-body {
    padding: 40px 30px;
  }
  .title-page .popover-wrap-106 .popover-body .s3_button_large {
    margin-top: 15px;
  }
  .title-page .popover-wrap-106 .popover-close {
    width: 45px;
    min-height: 45px;
    margin-right: -5px;
    margin-top: -5px;
  }
  .title-page .blocklist-106 .header_text {
    font-size: 22px;
  }
  .title-page .blocklist-106 .description {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .title-page .blocklist-106 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-106 .img-convert {
    height: 175px;
  }
  .title-page .blocklist-106 .image-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-106 .title {
    font-size: 16px;
  }
  .title-page .popover-wrap-106 .popover-form-title {
    margin-bottom: 20px;
  }
  .title-page .block-32 {
    display: none;
    padding-bottom: 10px;
    padding-top: 40px;
  }
  .title-page .block-31 {
    display: none;
  }
  .title-page .popover-wrap-101 .popover-body {
    padding: 40px 30px;
  }
  .title-page .popover-wrap-101 .popover-body .s3_button_large {
    margin-top: 15px;
  }
  .title-page .popover-wrap-101 .popover-close {
    width: 45px;
    min-height: 45px;
    margin-right: -5px;
    margin-top: -5px;
  }
  .title-page .blocklist-101 .list {
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit;
  }
  .title-page .blocklist-101 .controls {
    display: none;
  }
  .title-page .popover-wrap-101 .popover-form-title {
    margin-bottom: 20px;
  }
  .title-page .block-13 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .title-page .block-12 .layout_114 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-12 .layout_115 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-61 .layout_17 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-61 .layout_111 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .widget-6 {
    margin-bottom: 0;
  }
  .title-page .popover-wrap-17 .popover-body {
    padding: 40px 30px;
  }
  .title-page .popover-wrap-17 .popover-body .s3_button_large {
    margin-top: 15px;
  }
  .title-page .popover-wrap-17 .popover-close {
    width: 45px;
    min-height: 45px;
    margin-right: -5px;
    margin-top: -5px;
  }
  .title-page .editable_block-17 .header {
    font-size: 22px;
    margin-bottom: 7px;
  }
  .title-page .editable_block-17 .title {
    margin-bottom: 20px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    font-size: 15px;
    padding-bottom: 20px;
  }
  .title-page .editable_block-17 .more > a {
    min-height: 55px;
  }
  .title-page .popover-wrap-17 .popover-form-title {
    margin-bottom: 20px;
  }
  .title-page .widget-68 {
    margin-bottom: 0;
    display: none;
  }
  .title-page .popover-wrap-111 .popover-body {
    padding: 40px 30px;
  }
  .title-page .popover-wrap-111 .popover-body .s3_button_large {
    margin-top: 15px;
  }
  .title-page .popover-wrap-111 .popover-close {
    width: 45px;
    min-height: 45px;
    margin-right: -5px;
    margin-top: -5px;
  }
  .title-page .editable_block-111 .header {
    font-size: 25px;
  }
  .title-page .editable_block-111 .title {
    margin-bottom: 20px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
  }
  .title-page .editable_block-111 .img-convert {
    height: 200px;
  }
  .title-page .popover-wrap-111 .popover-form-title {
    margin-bottom: 20px;
  }
  .title-page .widget-69 {
    padding: 30px 20px;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .title-page .news-114 .news__header {
    margin-bottom: 10px;
  }
  .title-page .news-114 .news__title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .news-114 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .news-114 .item-outer {
    width: 100%;
  }
  .title-page .news-114 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .news-114 .img-convert {
    height: 150px;
  }
  .title-page .news-114 .item__title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-top: 10px;
  }
  .title-page .news-114 .item__date {
    text-align: center;
  }
  .title-page .news-114 .bx-wrapper {
    max-width: 440px;
  }
  .title-page .news-114 .news__footer {
    padding-top: 15px;
  }
  .title-page .block-19 .layout_37 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 .layout_40 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 .layout_41 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-21 {
    margin-bottom: 0;
  }
  .title-page .block-39 {
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .title-page .block-40 .layout_84 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_89 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_103 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-40 .layout_104 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .address-87 .inner {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .address-87 .icon {
    margin-left: auto;
    margin-bottom: 20px;
  }
  .title-page .address-87 .block-body-drop {
    left: 100%;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .title-page .address-87 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .address-87 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-48 {
    margin-top: 15px;
  }
  .title-page .phones-88 .inner {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .phones-88 .icon {
    margin-left: auto;
    margin-bottom: 10px;
  }
  .title-page .phones-88 .block-body-drop {
    left: 100%;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .title-page .phones-88 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .phones-88 .text_body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-50 {
    margin-top: 15px;
  }
  .title-page .widget-49 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-64 .layout_122 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-64 .layout_126 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .popover-wrap-123 .popover-body {
    padding: 30px 20px;
  }
  .title-page .popover-wrap-123 .popover-body .s3_button_large {
    margin-top: 10px;
    width: 220px;
  }
  .title-page .popover-wrap-124 .popover-body {
    padding: 30px 20px;
  }
  .title-page .popover-wrap-124 .popover-body .s3_button_large {
    margin-top: 10px;
    width: 220px;
  }
  .title-page .blocklist-124 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .blocklist-124 .image {
    margin-bottom: 20px;
  }
  .title-page .blocklist-124 .img-convert {
    width: 120px;
  }
  .title-page .blocklist-124 .title {
    font-size: 16px;
  }
  .title-page .block-63 .layout_43 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-63 .layout_45 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-23 {
    margin-left: 0;
  }
  .title-page .site-name-46 .sn-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-24 {
    margin-left: auto;
  }
  .title-page .popover-wrap-53 .popover-body {
    padding: 30px 20px;
  }
  .title-page .popover-wrap-53 .popover-body .s3_button_large {
    margin-top: 10px;
    width: 220px;
  }
  .title-page .editable_block-53 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-53 .title {
    font-size: 18px;
  }
  .title-page .editable_block-53 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-3 {
    padding-bottom: 30px;
  }
  .title-page .popover-wrap-3 .popover-body {
    padding: 30px 20px;
  }
  .title-page .popover-wrap-3 .popover-body .s3_button_large {
    margin-top: 10px;
    width: 220px;
  }
  .title-page .blocklist-3 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 20px;
  }
  .title-page .blocklist-3 .description {
    font-size: 14px;
  }
  .title-page .blocklist-3 .title {
    font-size: 16px;
    padding-top: 20px;
  }
  .title-page .blocklist-3 .price {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-4 .layout_6 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-4 .layout_99 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .popover-wrap-99 .popover-body {
    padding: 30px 20px;
  }
  .title-page .popover-wrap-99 .popover-body .s3_button_large {
    margin-top: 10px;
    width: 220px;
  }
  .title-page .editable_block-99 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-3 {
    margin-top: 20px;
  }
  .title-page .popover-wrap-6 .popover-body {
    padding: 30px 20px;
  }
  .title-page .popover-wrap-6 .popover-body .s3_button_large {
    margin-top: 10px;
    width: 220px;
  }
  .title-page .blocklist-6 .header {
    margin-bottom: 10px;
  }
  .title-page .blocklist-6 .header_text {
    font-size: 22px;
  }
  .title-page .blocklist-6 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .title-page .blocklist-6 .img-convert {
    height: 60px;
  }
  .title-page .block-10 .layout_9 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-10 .layout_109 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .popover-wrap-9 .popover-body {
    padding: 30px 20px;
  }
  .title-page .popover-wrap-9 .popover-body .s3_button_large {
    margin-top: 10px;
    width: 220px;
  }
  .title-page .editable_block-9 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .title-page .editable_block-9 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-9 .image {
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .editable_block-9 .item-label {
    width: 600px;
    left: 0;
    margin-left: 40px;
  }
  .title-page .editable_block-9 .img-convert {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .editable_block-9 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-9 .more {
    text-align: center;
    padding-top: 20px;
  }
  .title-page .form-108 .form__header {
    font-size: 16px;
  }
  .title-page .form-108 .form__text {
    font-size: 14px;
  }
  .title-page .form-108 .form-submit button {
    min-height: 54px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .form-108 .form-captcha button {
    min-height: 54px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .popover-wrap-106 .popover-body {
    padding: 30px 20px;
  }
  .title-page .popover-wrap-106 .popover-body .s3_button_large {
    margin-top: 10px;
    width: 220px;
  }
  .title-page .blocklist-106 .img-convert {
    height: 150px;
  }
  .title-page .blocklist-106 .title {
    font-size: 15px;
  }
  .title-page .popover-wrap-101 .popover-body {
    padding: 30px 20px;
  }
  .title-page .popover-wrap-101 .popover-body .s3_button_large {
    margin-top: 10px;
    width: 220px;
  }
  .title-page .block-12 .layout_114 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-12 .layout_115 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-61 .layout_17 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-61 .layout_111 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .popover-wrap-17 .popover-body {
    padding: 30px 20px;
  }
  .title-page .popover-wrap-17 .popover-body .s3_button_large {
    margin-top: 10px;
    width: 220px;
  }
  .title-page .editable_block-17 .header {
    font-size: 20px;
  }
  .title-page .editable_block-17 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-17 .text {
    font-size: 14px;
  }
  .title-page .popover-wrap-111 .popover-body {
    padding: 30px 20px;
  }
  .title-page .popover-wrap-111 .popover-body .s3_button_large {
    margin-top: 10px;
    width: 220px;
  }
  .title-page .editable_block-111 .header {
    font-size: 22px;
  }
  .title-page .editable_block-111 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .news-114 .news__title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .news-114 .item__image {
    margin-bottom: 0;
  }
  .title-page .news-114 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .block-19 .layout_37 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 .layout_40 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 .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 .widget-19 {
    margin-top: 0;
  }
  .title-page .block-40 .layout_84 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_89 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_103 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-40 .layout_104 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: none;
  }
  .title-page .block-42 {
    margin-right: auto;
  }
  .title-page .text-3 {
    padding-bottom: 15px;
  }
  .title-page .address-87 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .address-87 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-88 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .phones-88 .text_body {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .side-panel-54 .side-panel-content {
    width: 280px;
  }
}
.title-page .side-panel .widget-25 {
  margin: 15px 0 0;
  z-index: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  left: 0;
  top: 0;
  position: relative;
  text-align: center;
  width: auto;
  right: 0;
  box-sizing: border-box;
}
.title-page .side-panel .address-49 .inner {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .side-panel .address-49 .cell-icon {
  display: none;
}
.title-page .side-panel .address-49 .icon {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4wMzEiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAyOS4wMzEgMzMiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJhZHJlc3MyLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNTExLjQwOSw1ODQuNjcyYTEuNDU2LDEuNDU2LDAsMCwxLTEuODM2LDBjLTEuMzktMS4xMzktMTMuNTk0LTExLjM0OC0xMy41OTQtMTguNzE1LDAtNy42ODgsNi41MTEtMTMuOTQyLDE0LjUxMi0xMy45NDJTNTI1LDU1OC4yNjksNTI1LDU2NS45NTdDNTI1LDU3My4zMjQsNTEyLjgsNTgzLjUzMyw1MTEuNDA5LDU4NC42NzJabS0wLjkxOC0yOS45MzdhMTEuNDczLDExLjQ3MywwLDAsMC0xMS42ODEsMTEuMjIyYzAsNC43NzcsNy43MjcsMTIuNDQ5LDExLjY4MSwxNS44NywzLjk1NC0zLjQyMSwxMS42ODItMTEuMDkzLDExLjY4Mi0xNS44N0ExMS40NzEsMTEuNDcxLDAsMCwwLDUxMC40OTEsNTU0LjczNVptMCwxOC4wMjNhNi44MDYsNi44MDYsMCwxLDEsNy4wNzgtNi44QTYuOTUzLDYuOTUzLDAsMCwxLDUxMC40OTEsNTcyLjc1OFptMC0xMC44ODFhNC4wODQsNC4wODQsMCwxLDAsNC4yNDcsNC4wOEE0LjE3LDQuMTcsMCwwLDAsNTEwLjQ5MSw1NjEuODc3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ5NS45NjkgLTU1MikiIGZpbGw9IiMyMjFmMWYiIGZpbGwtb3BhY2l0eT0iMC42IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 15px no-repeat #f2f5fa;
}
.title-page .side-panel .address-49 .block-body-drop {
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-left: 0;
  left: 100%;
}
.title-page .side-panel .address-49 .text_body {
  font-size: 13px;
  color: rgba(13, 13, 13, 0.7);
  line-height: 1.3;
  min-height: 0;
}
.title-page .side-panel .widget-26 {
  margin: 0;
  z-index: 1;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  left: 0;
  top: 0;
  position: relative;
  width: auto;
  right: 0;
  text-align: undefined;
  box-sizing: border-box;
}
.title-page .side-panel .phones-50 .inner {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .side-panel .phones-50 .cell-icon {
  display: none;
}
.title-page .side-panel .phones-50 .icon {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNS4wNjMiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNS4wNjMgMzQiIGlkPSJzdmctMSI+PGRlZnMgaWQ9ImRlZnMtMiI+PHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPjwvZGVmcz48cGF0aCBpZD0icGhvbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik00MS44NDcgMzUuMDU0YTE3LjgzMyAxNy44MzMuMCAwIDEtNC4xNTcgNi4xOTQgMTguOCAxOC44LjAgMCAxLTEuNjY1IDEuNDIxbC0uMzk1LjMtMS4wMDguMDE3Yy02LjcxNS4wLTEzLjY1OS0zLTE5LjA1NC04LjIyOGwtLjEwNi0uMTExQzkuOTEzIDI5LjI2OCA2LjgyMiAyMi4zNTQgNi45ODQgMTUuNjg2TDcgMTUuMmwuMzEyLS4zODNBMTcuODc3IDE3Ljg3Ny4wIDAgMSA4Ljc3IDEzLjIwOWExOC41IDE4LjUuMCAwIDEgNi4zOTMtNC4wMzhBMi44IDIuOC4wIDAgMSAxNi4xNDcgOWMuODE2LjAgMi42NDYuNCAzLjExMSAxLjY0Ny44MjIgMi4yMDggMS44NjIgNS4xIDIuNjE2IDcuODc0YTMuNDYgMy40Ni4wIDAgMS0xLjExNCAzLjMzOEwxOC4wOTUgMjMuNWExLjkyIDEuOTIuMCAwIDAgLjM2Ljg4NCAzNi45MiAzNi45Mi4wIDAgMCAzLjU2MiA0LjA0NSAzNi43MjkgMzYuNzI5LjAgMCAwIDQuMTQgMy40MjEgMS41MzYgMS41MzYuMCAwIDAgLjgzNC4zMDcuNDIyLjQyMi4wIDAgMCAuMTUtLjAybDEuNjI3LTIuNTI3Yy43MzMtMS4xMTEgMi41ODctMS4xNDMgMi44LTEuMTQzYTIuNzE0IDIuNzE0LjAgMCAxIC41ODMuMDU3IDM4Ljc1MSAzOC43NTEuMCAwIDEgOC4yODggMi41OTNBMy40MzkgMy40MzkuMCAwIDEgNDEuODQ3IDM1LjA1NHpNMzguOSAzMy42NTlhMzYuMjQxIDM2LjI0MS4wIDAgMC03LjQwNy0yLjI3NiAzLjM1OSAzLjM1OS4wIDAgMC0uMzU0LjA3MmwtMS41MTcgMi4zMThjLS45NDYgMS40ODQtMy40NDQgMS43MTgtNS4yNDEuNDQ0QTM5LjggMzkuOC4wIDAgMSAxOS44ODMgMzAuNWEzOS43MTIgMzkuNzEyLjAgMCAxLTMuODY2LTQuMzkgNC4wNDQgNC4wNDQuMCAwIDEtLjgyOC0zLjIgMi44IDIuOC4wIDAgMSAxLjMtMS44OWwyLjM4My0xLjQ2N2ExLjc5MyAxLjc5My4wIDAgMCAuMDYyLS40Yy0uNjY2LTIuNC0xLjYtNS4wNDQtMi4zODEtNy4xNDFhMS4zODMgMS4zODMuMCAwIDAtLjQxLS4wODRBMTUuNTE0IDE1LjUxNC4wIDAgMCAxMC45IDE1LjI3OGMtLjMwNi4zLS42LjYxNi0uOTA3Ljk2Ny4wMjcgNS42NSAyLjg0IDExLjcyMiA3LjYgMTYuMzRsLjE0Ny4xNDZhMjQuODUgMjQuODUuMCAwIDAgMTYuODA4IDcuMzI4Yy4zNTctLjI4Ny42OTItLjU4MyAxLS44ODJhMTQuODU0IDE0Ljg1NC4wIDAgMCAzLjQ3Ny01LjE4NEMzOS4wMTkgMzMuOTg0IDM4Ljk2IDMzLjggMzguOSAzMy42NTl6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi45NjkgLTkpIiBmaWxsLW9wYWNpdHk9IjAuNiIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iIzIyMWYxZiI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 18px no-repeat #f2f5fa;
}
.title-page .side-panel .phones-50 .block-body-drop {
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-left: 0;
  left: 100%;
}
.title-page .side-panel .phones-50 .text_body {
  font-size: 17px;
  color: #0d0d0d;
  min-height: 0;
}
.title-page .side-panel .widget-22 {
  margin: 20px 0 0;
  z-index: 1;
  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;
  text-align: right;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .side-panel .menu-43 .menu-button {
  background: none;
}
.title-page .side-panel .menu-43 .menu-scroll > ul {
  display: block;
  flex-flow: row nowrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .side-panel .menu-43 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  min-height: 1px;
  width: auto;
}
.title-page .side-panel .menu-43 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-43 .menu-scroll > ul ul {
  position: static;
  width: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.title-page .side-panel .menu-43 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-43 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-43 .menu-scroll > ul ul > li > a.active {
  background: #ed1b24;
  color: #fff;
}
.title-page .side-panel .menu-43 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-43 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  background: none;
}
.title-page .side-panel .menu-43 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-43 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-43 .menu-scroll > ul > li.menu-item > a.active {
  color: #ed1b24;
  -webkit-box-shadow: inset 0px -1px 0px 0px #fff;
  -moz-box-shadow: inset 0px -1px 0px 0px #fff;
  box-shadow: inset 0px -1px 0px 0px #fff;
}
.title-page .side-panel .menu-43 .menu-scroll > ul > li.more-button {
  display: none;
}
.title-page .side-panel .menu-43 .menu-scroll > ul > li.more-button > a {
  background: none;
}
