@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  background: #fff;
  font-family: Oswald, sans-serif;
}
.title-page .wrapper {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: none;
  text-decoration: none;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-36 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 800px;
  max-width: 100%;
  background: url("../images/sadl.svg") left -240px top 125px / 591px no-repeat #fff;
  z-index: 7;
  text-align: center;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
}
.title-page .block-69 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: repeating-linear-gradient(to right, #cd0034 0%, #cd0034 27%, rgba(10, 196, 117, 0) 27.1%, rgba(10, 196, 117, 0) 70%, rgba(10, 196, 117, 0) 100%);
  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;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-37 .layout_6 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-37 .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-37 .layout_10 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-37 {
  padding: 35px 0;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1366px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: right;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  right: 0;
}
.title-page .block-38 {
  margin: 6px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 266px;
  min-height: 0;
  z-index: 4;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .widget-34 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-7 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-7 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.title-page .site-name-7 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
}
.title-page .site-name-7 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .site-name-7 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-35 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 17px;
  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: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-36 {
  margin: 0 0 auto 63px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  min-height: 0;
}
.title-page .menu-9 .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-9 .menu-button {
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 50px;
  min-height: 50px;
  padding: 10px 15px;
  background: #333;
  color: #fff;
  font-size: 17px;
}
.title-page .menu-9 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-9 .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-9 .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-9 .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-9 .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-9 .menu-scroll > ul ul {
  padding: 0.02px 0;
  margin: 5px 0 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  width: 320px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  align-self: auto;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.title-page .menu-9 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-9 .menu-scroll > ul ul > li > a {
  padding: 15px 25px;
  border: none;
  cursor: pointer;
  display: block;
  background: rgba(32, 32, 32, 0);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  line-height: 1.4;
  position: relative;
  text-align: left;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-weight: normal;
}
.title-page .menu-9 .menu-scroll > ul ul > li > a:hover, .title-page .menu-9 .menu-scroll > ul ul > li > a.hover, .title-page .menu-9 .menu-scroll > ul ul > li > a.active {
  background: #cd0034;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  color: #fff;
}
.title-page .menu-9 .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-9 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-9 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item > a {
  padding: 15px 25px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-weight: normal;
  background: rgba(255, 255, 255, 0);
  border-top: 0px dashed rgba(0, 0, 0, 0.1);
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 0px dashed rgba(0, 0, 0, 0.1);
  border-left: 0px dashed rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.title-page .menu-9 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-9 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-9 .menu-scroll > ul > li.menu-item > a.active {
  color: #cd0034;
  background: rgba(255, 255, 255, 0.05);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .menu-9 .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-9 .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-9 .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-9 .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-9 .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-9 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button > a {
  padding: 7px 14px 15px;
  margin: 2px 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: #f0f0fa;
  box-sizing: border-box;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 15px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: none;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: 500;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-9 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .block-39 {
  margin: 0 0 auto 20px;
  position: relative;
  top: 0;
  left: 0;
  width: 230px;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .widget-37 {
  margin: 0 0 0 7px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 211px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
  padding-bottom: 0.02px;
}
.title-page .phones-11 p:first-child {
  margin-top: 0;
}
.title-page .phones-11 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-11 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-11 .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-11 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 45px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy45NyIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDEzLjk3IDE1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGhvbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xMDk5LjM2LDE2NS43OTRhMC41MzYsMC41MzYsMCwwLDAsLjEzLTAuNzczLDAuNjIyLDAuNjIyLDAsMCwwLS44My0wLjEyLDAuNTI2LDAuNTI2LDAsMCwwLS4xMi43NzNBMC42MTEsMC42MTEsMCwwLDAsMTA5OS4zNiwxNjUuNzk0Wm0tMS42NywxLjE0MWEwLjUyNywwLjUyNywwLDAsMCwuMTMtMC43NzIsMC42MTEsMC42MTEsMCwwLDAtLjgyLTAuMTIsMC41MjgsMC41MjgsMCwwLDAtLjEzLjc3M0EwLjYxLDAuNjEsMCwwLDAsMTA5Ny42OSwxNjYuOTM1Wm0tMS42NiwxLjE0MmEwLjUzNSwwLjUzNSwwLDAsMCwuMTMtMC43NzIsMC42MjYsMC42MjYsMCwwLDAtLjgzLTAuMTIsMC41MzYsMC41MzYsMCwwLDAtLjEzLjc3M0EwLjYyNCwwLjYyNCwwLDAsMCwxMDk2LjAzLDE2OC4wNzdabTIuNzYsNy4zYy0wLjAxLS4wMTItMC4wMS0wLjAyNC0wLjAyLTAuMDM2cy0wLjAxLS4wMjUtMC4wMS0wLjAzNy0wLjAxLS4wMTktMC4wMi0wLjAyOS0wLjAxLS4wMjYtMC4wMi0wLjAzOS0wLjAxLDAtLjAxLDBhMC4wNDMsMC4wNDMsMCwwLDAtLjAyLTAuMDI2bC0wLjAzLS4wMjYtMS44Ni0xLjY0YTAuNDM1LDAuNDM1LDAsMCwwLS41OS4wMTcsMC4zODQsMC4zODQsMCwwLDAsLjAxLjU1OGwxLjQ5LDEuMzFhNC4xOCw0LjE4LDAsMCwxLTEuOTguNzgzaDBhMS40MzMsMS40MzMsMCwwLDEtLjY0LTAuMTQ0aDBsLTAuMDMtLjAxOGExNy4yMTQsMTcuMjE0LDAsMCwxLTUuMDMtNC4wODVsLTAuMTQtLjE2OGExNS45ODIsMTUuOTgyLDAsMCwxLTIuOTktNS41NjlWMTY2LjJhMC45NDksMC45NDksMCwwLDEtLjAxLTAuNTkxLDQuODEsNC44MSwwLDAsMSwuOTktMS41bDEuMTIsMS43YTAuNDMyLDAuNDMyLDAsMCwwLC4zNi4xODcsMC40MjcsMC40MjcsMCwwLDAsLjIyLTAuMDU5LDAuMzgxLDAuMzgxLDAsMCwwLC4xNC0wLjU0M2wtMS4zOS0yLjEwOGEwLjM0OSwwLjM0OSwwLDAsMC0uMDgtMC4wODdjLTAuMDEtLjAwNi0wLjAxLTAuMDEzLTAuMDItMC4wMThhMC40MzUsMC40MzUsMCwwLDAtLjU5LDAsNi4xLDYuMSwwLDAsMC0xLjU0LDIuMTQ3LDEuNjksMS42OSwwLDAsMC0uMDEsMS4wODQsMTYuNzcsMTYuNzcsMCwwLDAsMy4xNCw1Ljg1NGwwLjE0LDAuMTY4YTE4LjA4OSwxOC4wODksMCwwLDAsNS4yOCw0LjI5MiwyLjM0LDIuMzQsMCwwLDAsMS4wOC4yNmgwYTUuNTA5LDUuNTA5LDAsMCwwLDIuOS0xLjIxNGwwLjAzLS4wMjZhMC4wMzUsMC4wMzUsMCwwLDAsLjAyLTAuMDJzMCwwLC4wMSwwLDAuMDItLjAyNC4wMy0wLjAzN2EwLjA0OSwwLjA0OSwwLDAsMSwuMDItMC4wMjYsMC4wNzQsMC4wNzQsMCwwLDEsLjAyLTAuMDM4YzAtLjAxLjAxLTAuMDIxLDAuMDEtMC4wMzJhMC4wNTIsMC4wNTIsMCwwLDAsLjAxLTAuMDM3LDAuMDUsMC4wNSwwLDAsMCwuMDEtMC4wMzZ2LTAuMDQxYzAtLjAxMi4wMS0wLjAyMywwLjAxLTAuMDM0cy0wLjAxLS4wMjgtMC4wMS0wLjA0MnYtMC4wMzRabTAuNjctMi4yMzFhMjIuNTgsMjIuNTgsMCwwLDAtMi4zNC0yLDEuMTI4LDEuMTI4LDAsMCwwLS44My0wLjI1MywxLjI4NywxLjI4NywwLDAsMC0uODMuNDg3Yy0wLjEzLjE0NS0uMzQsMC40LTAuNDIsMC40ODNhMC43NTUsMC43NTUsMCwwLDEtMS4xLjIzMSwxMi42LDEyLjYsMCwwLDEtMS44Mi0xLjg3NywwLjA1MywwLjA1MywwLDAsMS0uMDItMC4wMjhjLTAuMDEsMC0uMDEsMC0wLjAxLDBzLTAuMDEtLjAxNi0wLjAyLTAuMDI0YTEyLjczNywxMi43MzcsMCwwLDEtMS41LTIuMTI0Yy0wLjA4LS4yNDgtMC4xOS0wLjYxMy41MS0wLjkzOCwwLjAxLDAsLjAzLTAuMDEyLjA1LTAuMDIyYTMuMzMxLDMuMzMxLDAsMCwwLDEuMDEtLjU2NiwwLjk4NCwwLjk4NCwwLDAsMCwuMjMtMS4yMzUsMjMuMTYsMjMuMTYsMCwwLDAtMS43Ny0yLjczNSwxLjI4OSwxLjI4OSwwLDAsMC0xLjc0LS4zNDJsMC40NywwLjY1OWEwLjQwOCwwLjQwOCwwLDAsMSwuNTkuMTQ2LDIzLjY3OSwyMy42NzksMCwwLDEsMS43LDIuNjE3LDAuMjQ5LDAuMjQ5LDAsMCwxLS4wOC4zMzEsMi43NDEsMi43NDEsMCwwLDEtLjczLjRjLTAuMDUuMDE4LS4wOCwwLjAzMi0wLjEsMC4wNGExLjQ0NywxLjQ0NywwLDAsMC0uOTMsMS45MTljMC4wMSwwLjAxNC4wMSwwLjAyOCwwLjAyLDAuMDQxYTEzLjAzOSwxMy4wMzksMCwwLDAsMS42MiwyLjMwNywwLjAxMSwwLjAxMSwwLDAsMCwuMDEuMDEyYzAsMC4wMDcuMDEsMC4wMTQsMC4wMSwwLjAyYTEzLjQ0OCwxMy40NDgsMCwwLDAsMS45OSwyLjAzM2MwLjAxLDAuMDEuMDMsMC4wMTgsMC4wNCwwLjAyN2ExLjYzMSwxLjYzMSwwLDAsMCwyLjIxLS4zNzNjMC4wOS0uMS4zMy0wLjM4MiwwLjQ0LTAuNWEwLjAxMywwLjAxMywwLDAsMSwuMDEtMC4wMTMsMC40NDgsMC40NDgsMCwwLDEsLjI2LTAuMTgyLDAuMjkzLDAuMjkzLDAsMCwxLC4yLjA4MSwyMS45MzcsMjEuOTM3LDAsMCwxLDIuMjIsMS45YzAuMDEsMC4wMTMuMDMsMC4wMjYsMC4wNCwwLjAzOCwwLjQsMC4zNzUuMjgsMC42LDAuMjQsMC42NzRhMC4zODMsMC4zODMsMCwwLDAsLjE3LjUzMywwLjQ2OSwwLjQ2OSwwLDAsMCwuMi4wNDUsMC40MTYsMC40MTYsMCwwLDAsLjM3LTAuMjEyQTEuMjMyLDEuMjMyLDAsMCwwLDEwOTkuNDYsMTczLjE0OFptLTUuMS0zLjkyOWEwLjUyNywwLjUyNywwLDAsMCwuMTMtMC43NzIsMC42MTEsMC42MTEsMCwwLDAtLjgyLTAuMTIsMC41MjgsMC41MjgsMCwwLDAtLjEzLjc3M0EwLjYxLDAuNjEsMCwwLDAsMTA5NC4zNiwxNjkuMjE5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwODYgLTE2MikiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 17px no-repeat rgba(255, 255, 255, 0.05);
  margin-right: 10px;
  min-height: 45px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-top: 0;
  align-self: auto;
}
.title-page .phones-11 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-11 .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-11 .title {
  border: none;
  box-sizing: border-box;
  display: block;
  text-align: right;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  color: #cd0034;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 5px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
}
.title-page .phones-11 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: right;
  font-family: Oswald, sans-serif;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-11 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-11 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-11 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-49 {
  margin: 0 30px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: repeating-linear-gradient(to top, rgba(31, 31, 56, 0.76) 0%, rgba(31, 31, 56, 0) 50.8%, rgba(3, 96, 120, 0) 100%), url("../images/adsass.jpg") left 50% top 50% / cover no-repeat, url("../images/54933912.jpg") left 50% top 50% / cover no-repeat;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 30px;
  padding-top: 0.02px;
}
.title-page .block-40 .layout_13 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-40 .layout_15 {
  -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 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1366px;
  min-height: 710px;
  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-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .block-41 {
  padding: 70px 40px;
  margin: 296px 0 -443px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 461px;
  min-height: 450px;
  background: linear-gradient(#cd0034, #cd0034), repeating-linear-gradient(to bottom right, #f99d1d 0%, #df369f 100%);
  z-index: 2;
  text-align: center;
  -webkit-box-shadow: 0px 12px 17px rgba(8, 8, 97, 0.07);
  -moz-box-shadow: 0px 12px 17px rgba(8, 8, 97, 0.07);
  box-shadow: 0px 12px 17px rgba(8, 8, 97, 0.07);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-38 {
  margin: 32px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  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-14 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_text input {
  padding: 22px 35px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: rgba(0, 85, 255, 0.06);
}
.title-page .popover-wrap-14 .popover-body .form_calendar input {
  padding: 15px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.02);
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval input {
  padding: 15px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: rgba(0, 0, 0, 0.02);
}
.title-page .popover-wrap-14 .popover-body textarea {
  padding: 22px 35px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: rgba(0, 85, 255, 0.06);
}
.title-page .popover-wrap-14 .popover-body .s3_button_large {
  padding: 25px 35px;
  border: none;
  background: #cd0034;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-size: 17px;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Oswald, 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;
  width: 999px;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  margin-top: 10px;
}
.title-page .popover-wrap-14 .popover-body .s3_button_large:hover, .title-page .popover-wrap-14 .popover-body .s3_button_large.hover, .title-page .popover-wrap-14 .popover-body .s3_button_large.active {
  background: #e8001b;
}
.title-page .popover-wrap-14 .popover-body .s3_button_large:active, .title-page .popover-wrap-14 .popover-body .s3_button_large.active {
  background: #bf0016;
}
.title-page .popover-wrap-14 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #fff;
  color: #f22c7e;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Oswald, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: bold;
}
.title-page .popover-wrap-14 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 55px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi45NyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEyLjk3IDEzIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjQ5LjY5LDEzNjQuMjlhMC45NiwwLjk2LDAsMCwwLTEuMzgsMGwtNC44Miw0LjgzLTQuODMtNC44M2EwLjk2LDAuOTYsMCwwLDAtMS4zOCwwLDAuOTc4LDAuOTc4LDAsMCwwLDAsMS4zOGw0LjgzLDQuODMtNC44Myw0LjgzYTAuOTc2LDAuOTc2LDAsMSwwLDEuMzgsMS4zOGw0LjgzLTQuODMsNC44Miw0LjgzYTAuOTc2LDAuOTc2LDAsMCwwLDEuMzgtMS4zOGwtNC44My00LjgzLDQuODMtNC44M0EwLjk3OCwwLjk3OCwwLDAsMCwxNjQ5LjY5LDEzNjQuMjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYzNyAtMTM2NCkiIGZpbGw9IiMxNjE2MTYiIGZpbGwtb3BhY2l0eT0iMC41IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 14px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 55px;
  left: auto;
  margin-left: -22.5px;
  bottom: auto;
  margin-top: 0;
  margin-right: 0;
}
.title-page .popover-wrap-14 .popover-close:hover, .title-page .popover-wrap-14 .popover-close.hover, .title-page .popover-wrap-14 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi45NyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEyLjk3IDEzIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjQ5LjY5LDEzNjQuMjlhMC45NiwwLjk2LDAsMCwwLTEuMzgsMGwtNC44Miw0LjgzLTQuODMtNC44M2EwLjk2LDAuOTYsMCwwLDAtMS4zOCwwLDAuOTc4LDAuOTc4LDAsMCwwLDAsMS4zOGw0LjgzLDQuODMtNC44Myw0LjgzYTAuOTc2LDAuOTc2LDAsMSwwLDEuMzgsMS4zOGw0LjgzLTQuODMsNC44Miw0LjgzYTAuOTc2LDAuOTc2LDAsMCwwLDEuMzgtMS4zOGwtNC44My00LjgzLDQuODMtNC44M0EwLjk3OCwwLjk3OCwwLDAsMCwxNjQ5LjY5LDEzNjQuMjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYzNyAtMTM2NCkiIGZpbGw9IiMxNjE2MTYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 14px no-repeat;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
  text-align: left;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .editable_block-14 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-14 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-14 .header {
  border: none;
  box-sizing: border-box;
  font-size: 48px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-left: 0;
  margin-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-14 .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-14 .title {
  border: none;
  box-sizing: border-box;
  font-size: 15px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  font-weight: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  padding-top: 0.02px;
  margin-top: 5px;
  margin-left: 0;
}
.title-page .editable_block-14 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-14 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.title-page .editable_block-14 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .editable_block-14 .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-14 .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-14 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  text-decoration: none;
  font-size: 20px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 2px;
  margin-top: 15px;
  padding-left: 0;
  font-weight: 300;
}
.title-page .editable_block-14 .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-14 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-14 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-14 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-14 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-14 .more {
  box-sizing: border-box;
  margin-top: 20px;
  pointer-events: auto;
  text-align: left;
}
.title-page .editable_block-14 .more > a {
  padding: 35px 50px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
  color: #000;
  text-decoration: none;
  font-size: 17px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: normal;
}
.title-page .editable_block-14 .more > a:hover, .title-page .editable_block-14 .more > a.hover, .title-page .editable_block-14 .more > a.active {
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  background: transparent;
}
.title-page .editable_block-14 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .editable_block-14 .clear {
  clear: both;
}
.title-page .popover-container-14 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-14 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-14 .popover-form-title {
  border: none;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-14 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: block;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-14 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-14 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-14 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-14 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Oswald, sans-serif;
  color: #383838;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Oswald, 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: 15px;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-14 .popover-body .s3_required {
  color: #f22c7e;
  font-family: Oswald, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-14 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-14 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-14 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-14 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-39 {
  margin: 550px 0 auto 125px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
}
.title-page .popover-wrap-15 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-15 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-15 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-15 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Oswald, sans-serif;
}
.title-page .popover-wrap-15 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-15 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-15 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-15 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-15 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  box-sizing: border-box;
}
.title-page .blocklist-15 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .all-in_header {
  display: none;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-15 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-15 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .blocklist-15 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .blocklist-15 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .blocklist-15 .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-15 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .blocklist-15 .item {
  margin: 10px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  display: block;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-15 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.79);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-15 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-15 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  margin-right: 25px;
  margin-left: 0;
}
.title-page .blocklist-15 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-15 .img-convert {
  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;
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .blocklist-15 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .image-inner {
  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-15 .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  margin-top: 5px;
}
.title-page .blocklist-15 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-15 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-15 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-15 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-15 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-15 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-15 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-15 .more > a {
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.title-page .blocklist-15 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-15 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-15 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-15 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-15 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-15 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-15 .controls {
  position: absolute;
  top: 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-15 .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-15 .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-15 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-15 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-15 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: 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-15 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-15 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-15 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-15 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-15 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-15 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-15 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-15 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-15 .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-15 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-15 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-15 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Oswald, sans-serif;
}
.title-page .popover-wrap-15 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-15 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-15 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-15 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-15 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-15 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-15 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-15 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-15 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-15 .popover-body .s3_form_field_content .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-15 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-15 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-15 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-15 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-15 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-42 {
  padding: 100px 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: url("../images/line.svg") left 50% top 50% / auto auto repeat-y #fff;
  z-index: 6;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-43 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1366px;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .widget-42 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-bottom: 30px;
}
.title-page .popover-wrap-32 .popover-body {
  padding: 40px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 335px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-32 .popover-body .form_text input {
  padding: 20px 35px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(61, 71, 84, 0.03);
}
.title-page .popover-wrap-32 .popover-body .form_calendar input {
  padding: 20px 35px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: rgba(61, 71, 84, 0.03);
}
.title-page .popover-wrap-32 .popover-body .form_calendar_interval input {
  padding: 15px 30px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Arial;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: rgba(61, 71, 84, 0.03);
}
.title-page .popover-wrap-32 .popover-body textarea {
  padding: 20px 35px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(61, 71, 84, 0.03);
}
.title-page .popover-wrap-32 .popover-body .s3_button_large {
  padding: 20px 50px;
  background: #ffc800;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-size: 14px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Oswald, sans-serif;
  color: #2e2e2e;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 999px;
  max-width: 100%;
}
.title-page .popover-wrap-32 .popover-body .s3_button_large:hover, .title-page .popover-wrap-32 .popover-body .s3_button_large.hover, .title-page .popover-wrap-32 .popover-body .s3_button_large.active {
  background: #ffd738;
  color: #3d4754;
}
.title-page .popover-wrap-32 .popover-body .s3_button_large:active, .title-page .popover-wrap-32 .popover-body .s3_button_large.active {
  -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.1);
  color: #333;
}
.title-page .popover-wrap-32 .popover-body .s3_message {
  padding: 12px;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #2561b2;
  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: Oswald, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: bold;
}
.title-page .popover-wrap-32 .popover-close {
  padding: 0.02px 0;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 50px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi45NyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEyLjk3IDEzIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjQ5LjY5LDEzNjQuMjlhMC45NiwwLjk2LDAsMCwwLTEuMzgsMGwtNC44Miw0LjgzLTQuODMtNC44M2EwLjk2LDAuOTYsMCwwLDAtMS4zOCwwLDAuOTc4LDAuOTc4LDAsMCwwLDAsMS4zOGw0LjgzLDQuODMtNC44Myw0LjgzYTAuOTc2LDAuOTc2LDAsMSwwLDEuMzgsMS4zOGw0LjgzLTQuODMsNC44Miw0LjgzYTAuOTc2LDAuOTc2LDAsMCwwLDEuMzgtMS4zOGwtNC44My00LjgzLDQuODMtNC44M0EwLjk3OCwwLjk3OCwwLDAsMCwxNjQ5LjY5LDEzNjQuMjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYzNyAtMTM2NCkiIGZpbGw9IiM0NDQ0NDQiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIvPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat #ffc800;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 50px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .popover-wrap-32 .popover-close:hover, .title-page .popover-wrap-32 .popover-close.hover, .title-page .popover-wrap-32 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi45NyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEyLjk3IDEzIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjQ5LjY5LDEzNjQuMjlhMC45NiwwLjk2LDAsMCwwLTEuMzgsMGwtNC44Miw0LjgzLTQuODMtNC44M2EwLjk2LDAuOTYsMCwwLDAtMS4zOCwwLDAuOTc4LDAuOTc4LDAsMCwwLDAsMS4zOGw0LjgzLDQuODMtNC44Myw0LjgzYTAuOTc2LDAuOTc2LDAsMSwwLDEuMzgsMS4zOGw0LjgzLTQuODMsNC44Miw0LjgzYTAuOTc2LDAuOTc2LDAsMCwwLDEuMzgtMS4zOGwtNC44My00LjgzLDQuODMtNC44M0EwLjk3OCwwLjk3OCwwLDAsMCwxNjQ5LjY5LDEzNjQuMjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYzNyAtMTM2NCkiIGZpbGw9IiM0NDQ0NDQiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIvPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat #ffd738;
}
.title-page .popover-wrap-32 .popover-close:active, .title-page .popover-wrap-32 .popover-close.active {
  -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.1);
}
.title-page .popover-wrap-32 .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-32 .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-32 .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-32 .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-32 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-32 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-32 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.title-page .blocklist-32 .header_text {
  font-size: 32px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Oswald, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  -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;
}
.title-page .blocklist-32 .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-32 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  font-family: Oswald, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-32 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  border-top: 0px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 0px solid #000;
  border-left: 0px solid #000;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-32 .body {
  margin: 0 1px;
  box-sizing: border-box;
}
.title-page .blocklist-32 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-32 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: none;
}
.title-page .blocklist-32 .bx-wrapper {
  max-width: 1216px;
}
.title-page .blocklist-32 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-32 .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: 1217px;
}
.title-page .blocklist-32 .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-32 .item {
  padding: 30px 32px;
  margin: 10px -1px;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  border-top: 0px dashed rgba(0, 0, 0, 0.12);
  border-right: 1px dashed rgba(0, 0, 0, 0.12);
  border-bottom: 0px dashed rgba(0, 0, 0, 0.12);
  border-left: 1px dashed rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-32 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.77);
  line-height: 1.4;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  margin-top: 10px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-32 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-32 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-32 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  text-align: left;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-32 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .blocklist-32 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-32 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-32 .image-inner {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-32 .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  margin-top: 15px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-32 .sub-title {
  font-style: italic;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-32 .price {
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
  border-right: 0px dashed rgba(0, 0, 0, 0.08);
  border-bottom: 0px dashed rgba(0, 0, 0, 0.08);
  border-left: 0px dashed rgba(0, 0, 0, 0.08);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-32 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-32 .price-note {
  box-sizing: border-box;
  display: inline-block;
  font-family: Oswald, sans-serif;
  color: #3d4754;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-32 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Oswald, sans-serif;
  color: #3d4754;
  line-height: 1;
  text-decoration: none;
  font-size: 27px;
  font-weight: bold;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-32 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Oswald, sans-serif;
  color: #3d4754;
  text-decoration: none;
  font-size: 14px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-32 .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: 25px;
}
.title-page .blocklist-32 .more > a {
  padding: 20px 40px;
  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;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  background: #2464ba;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
}
.title-page .blocklist-32 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-32 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-32 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-32 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-32 .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-32 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  margin-top: -21px;
  z-index: 1;
  text-align: justify;
}
.title-page .blocklist-32 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("../images/left.svg") left 50% top 50% / auto auto no-repeat #f0f0fa;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .blocklist-32 .prev:hover, .title-page .blocklist-32 .prev.hover, .title-page .blocklist-32 .prev.active {
  background: url("../images/left.svg") left 50% top 50% / auto auto no-repeat #e1e1f7;
}
.title-page .blocklist-32 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("../images/right.svg") left 50% top 50% / auto auto no-repeat #f0f0fa;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  min-height: 40px;
}
.title-page .blocklist-32 .next:hover, .title-page .blocklist-32 .next.hover, .title-page .blocklist-32 .next.active {
  background: url("../images/right.svg") left 50% top 50% / auto auto no-repeat #e1e1f7;
}
.title-page .blocklist-32 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-32 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-32 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-32 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-32 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-32 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-32 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-32 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .blocklist-32 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .blocklist-32 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-32 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
}
.title-page .blocklist-32 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-32 .bx-pager a {
  margin: 2px;
  border: none;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #f0f0fa;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: Oswald, sans-serif;
  color: #000;
}
.title-page .blocklist-32 .bx-pager a:hover, .title-page .blocklist-32 .bx-pager a.hover, .title-page .blocklist-32 .bx-pager a.active {
  background: #ceced9;
}
.title-page .blocklist-32 .bx-pager a:active, .title-page .blocklist-32 .bx-pager a.active {
  background: #cd0034;
}
.title-page .popover-container-32 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-32 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-32 .popover-form-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Oswald, sans-serif;
  color: #3d4754;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-32 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_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-32 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-32 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  color: #3d4754;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-32 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-32 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-32 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-32 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-32 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-32 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Oswald, 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-32 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-32 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-32 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-32 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-32 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Oswald, sans-serif;
  color: #3d4754;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-32 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-32 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-32 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-32 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-32 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Oswald, sans-serif;
  color: #3d4754;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}
.title-page .popover-wrap-32 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-32 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-32 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Oswald, 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-32 .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-32 .popover-body .s3_required {
  color: #2561b2;
  font-family: Oswald, sans-serif;
  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-32 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-32 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-32 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-32 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-44 .layout_21 {
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-44 .layout_24 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-44 {
  margin: 68px 0 0;
  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;
  right: 0;
}
.title-page .block-46 {
  margin: 6px 50px auto 0;
  position: relative;
  top: 0;
  left: 0;
  width: 550px;
  min-height: 0;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-41 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  min-height: 0;
  width: 550px;
  right: 0;
}
.title-page .popover-wrap-20 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-20 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-20 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-20 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-20 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-20 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Oswald, sans-serif;
}
.title-page .popover-wrap-20 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-20 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-20 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-20 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-20 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-20 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .editable_block-20 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-20 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-20 .header {
  border: none;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Oswald, 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: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-20 .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-20 .title {
  border: none;
  box-sizing: border-box;
  font-size: 40px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Oswald, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #303030;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin-top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-20 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-20 .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-20 .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-20 .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-20 .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-20 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  pointer-events: auto;
  font-family: Oswald, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  text-decoration: none;
  margin-bottom: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}
.title-page .editable_block-20 .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-20 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-20 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-20 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-20 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-20 .more {
  box-sizing: border-box;
  margin-top: 5px;
  pointer-events: auto;
  text-align: left;
}
.title-page .editable_block-20 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  color: #303030;
  text-decoration: none;
  font-weight: bold;
}
.title-page .editable_block-20 .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-20 .clear {
  clear: both;
}
.title-page .popover-container-20 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-20 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-20 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Oswald, sans-serif;
}
.title-page .popover-wrap-20 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-20 .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-20 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-20 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-20 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-20 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-20 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .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-20 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-20 .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-20 .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-20 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .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-20 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-20 .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-20 .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-20 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-20 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-20 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .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-20 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-20 .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-20 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-20 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-20 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-20 .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-20 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-20 .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-20 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-20 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-20 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-45 {
  margin: 50px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 659px;
  background: url("../images/54933920.jpg") left calc(50% + 53px) top 50% / cover no-repeat rgba(0, 6, 173, 0.06);
  z-index: 1;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-47 .layout_27 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-47 .layout_30 {
  -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-47 {
  padding: 40px 50px;
  margin: 383px 0 0 506px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 365px;
  min-height: 0;
  background: #cd0034;
  z-index: 2;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .text-5 {
  margin: 7px 10px -11px 0;
  position: relative;
  top: 0;
  left: 0;
  width: 90px;
  min-height: 0;
  z-index: 2;
  font-family: Oswald, sans-serif;
  text-align: left;
  font-size: 78px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.title-page .block-48 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .text-6 {
  margin: 8px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 23px;
  z-index: 2;
  font-family: Oswald, sans-serif;
  text-align: left;
  font-size: 40px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  right: 0;
  font-weight: bold;
}
.title-page .text-7 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 23px;
  z-index: 1;
  font-family: Oswald, sans-serif;
  text-align: left;
  font-size: 25px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  right: 0;
}
.title-page .text-3 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.9;
  text-decoration: none;
  right: 0;
  padding-left: 40px;
  border-top: 0px dashed rgba(0, 0, 0, 0.14);
  border-right: 0px dashed rgba(0, 0, 0, 0.14);
  border-bottom: 0px dashed rgba(0, 0, 0, 0.14);
  border-left: 1px dashed rgba(0, 0, 0, 0.14);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
}
.title-page .block-55 {
  padding: 100px 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/line.svg") left 50% top 50% / auto auto repeat-y rgba(0, 4, 255, 0.02);
  max-width: 100%;
  z-index: 5;
  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-54 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1366px;
  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;
}
.title-page .widget-44 {
  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;
  font-family: Oswald, sans-serif;
}
.title-page .popover-wrap-39 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #1f1f1f;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_text input {
  padding: 20px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.06);
}
.title-page .popover-wrap-39 .popover-body .form_text input:hover, .title-page .popover-wrap-39 .popover-body .form_text input.hover, .title-page .popover-wrap-39 .popover-body .form_text input.active {
  background: rgba(0, 0, 0, 0.18);
}
.title-page .popover-wrap-39 .popover-body .form_calendar input {
  padding: 20px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: rgba(255, 255, 255, 0.66);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.06);
}
.title-page .popover-wrap-39 .popover-body .form_calendar input:hover, .title-page .popover-wrap-39 .popover-body .form_calendar input.hover, .title-page .popover-wrap-39 .popover-body .form_calendar input.active {
  background: rgba(0, 0, 0, 0.18);
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval input {
  padding: 15px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Oswald, sans-serif;
  color: rgba(255, 255, 255, 0.54);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.06);
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval input:hover, .title-page .popover-wrap-39 .popover-body .form_calendar_interval input.hover, .title-page .popover-wrap-39 .popover-body .form_calendar_interval input.active {
  background: rgba(0, 0, 0, 0.18);
}
.title-page .popover-wrap-39 .popover-body textarea {
  padding: 20px 30px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.1);
}
.title-page .popover-wrap-39 .popover-body .s3_button_large {
  padding: 20px 35px;
  border: none;
  background: #e82186;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 6px 8px rgba(232, 33, 134, 0.39);
  -moz-box-shadow: 0px 6px 8px rgba(232, 33, 134, 0.39);
  box-shadow: 0px 6px 8px rgba(232, 33, 134, 0.39);
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Oswald, 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;
  width: 999px;
  max-width: 100%;
  margin-top: 10px;
}
.title-page .popover-wrap-39 .popover-body .s3_button_large:hover, .title-page .popover-wrap-39 .popover-body .s3_button_large.hover, .title-page .popover-wrap-39 .popover-body .s3_button_large.active {
  background: #f08;
}
.title-page .popover-wrap-39 .popover-body .s3_button_large:active, .title-page .popover-wrap-39 .popover-body .s3_button_large.active {
  background: #d91f82;
}
.title-page .popover-wrap-39 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(255, 255, 255, 0);
  color: #e82186;
  box-sizing: border-box;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
}
.title-page .popover-wrap-39 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/lib_2503401_close.svg") left 50% top 50% / auto auto no-repeat #e82186;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 45px;
  -webkit-box-shadow: 0px 6px 8px rgba(232, 33, 134, 0.39);
  -moz-box-shadow: 0px 6px 8px rgba(232, 33, 134, 0.39);
  box-shadow: 0px 6px 8px rgba(232, 33, 134, 0.39);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-39 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-39 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-39 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  box-sizing: border-box;
}
.title-page .blocklist-39 .header_text {
  border: none;
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #242424;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-39 .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-39 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  color: rgba(0, 0, 0, 0.7);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 22px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 300;
  margin-top: 5px;
}
.title-page .blocklist-39 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-39 .body {
  margin: 0 -24px 0 0;
  box-sizing: border-box;
}
.title-page .blocklist-39 .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-39 .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-39 .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-39 .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-39 .item {
  padding: 0.02px 0 30px;
  margin: 0 24px 24px 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: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-box-shadow: 0px 6px 12px rgba(134, 134, 220, 0.1);
  -moz-box-shadow: 0px 6px 12px rgba(134, 134, 220, 0.1);
  box-shadow: 0px 6px 12px rgba(134, 134, 220, 0.1);
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  align-self: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-39 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: rgba(255, 255, 255, 0.77);
  line-height: 1.5;
  -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;
}
.title-page .blocklist-39 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-39 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  float: none;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}
.title-page .blocklist-39 .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-39 .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-39 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 378px;
  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;
  background: rgba(7, 53, 189, 0.09);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-39 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-39 .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-39 .title {
  margin: 17px 120px 5px 30px;
  font-weight: bold;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #292929;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 23px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-right: 59px;
}
.title-page .blocklist-39 .sub-title {
  border: none;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: #242424;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 17px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 30px;
  margin-right: 120px;
  font-weight: 300;
}
.title-page .blocklist-39 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
  border-right: 0px dashed rgba(255, 255, 255, 0.15);
  border-bottom: 0px dashed rgba(255, 255, 255, 0.15);
  border-left: 0px dashed rgba(255, 255, 255, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-39 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.title-page .blocklist-39 .price-note {
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-39 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}
.title-page .blocklist-39 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-39 .more {
  margin: 20px 30px -65px 0;
  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;
}
.title-page .blocklist-39 .more > a {
  padding: 0.02px 0;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: rgba(241, 50, 95, 0);
  text-decoration: underline;
  font-size: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGx1cy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTU1MCw3NTVoLTZ2NmgtMnYtNmgtNnYtMmg2di02aDJ2Nmg2djJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTM2IC03NDcpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #cd0034;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: normal;
  width: 50px;
  min-height: 50px;
  margin-top: 10px;
  align-self: auto;
}
.title-page .blocklist-39 .more > a:hover, .title-page .blocklist-39 .more > a.hover, .title-page .blocklist-39 .more > a.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGx1cy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTU1MCw3NTVoLTZ2NmgtMnYtNmgtNnYtMmg2di02aDJ2Nmg2djJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTM2IC03NDcpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #e8001b;
}
.title-page .blocklist-39 .more > a:active, .title-page .blocklist-39 .more > a.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGx1cy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTU1MCw3NTVoLTZ2NmgtMnYtNmgtNnYtMmg2di02aDJ2Nmg2djJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTM2IC03NDcpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #bf0016;
}
.title-page .blocklist-39 .bx-wrapper {
  max-width: 1392px;
}
.title-page .blocklist-39 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-39 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-39 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-39 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-39 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 0;
}
.title-page .blocklist-39 .all {
  padding: 20px 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: #262626;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #333;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #333;
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #333;
  background: none transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: 600;
}
.title-page .blocklist-39 .all:hover, .title-page .blocklist-39 .all.hover, .title-page .blocklist-39 .all.active {
  color: #fff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  background: repeating-linear-gradient(284deg, #782386 0%, #f08 100%) transparent;
}
.title-page .blocklist-39 .all:active, .title-page .blocklist-39 .all.active {
  -webkit-box-shadow: inset 0px 5px 0px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 5px 0px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  box-shadow: inset 0px 5px 0px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  background: repeating-linear-gradient(284deg, #782386 0%, #f08 100%) #d91f82;
}
.title-page .blocklist-39 .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-39 .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-39 .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-39 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-39 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-39 .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-39 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-39 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-39 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-39 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-39 .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-39 .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-39 .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-39 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-39 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-39 .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-39 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-39 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-39 .popover-form-title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-39 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-39 .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-39 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-39 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 0;
}
.title-page .popover-wrap-39 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  text-align: center;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
  text-align: left;
  margin-top: 5px;
}
.title-page .popover-wrap-39 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Oswald, sans-serif;
  text-align: center;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-39 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-39 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .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-39 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-39 .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-39 .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-39 .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: Oswald, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .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-39 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-39 .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-39 .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-39 .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: Oswald, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_select {
  border: none;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-39 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_select .s3_form_field_content {
  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: Oswald, 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;
}
.title-page .popover-wrap-39 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-39 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-39 .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-39 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-39 .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-39 .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: Oswald, sans-serif;
  text-align: left;
  color: #fcfcfc;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-39 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-39 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-39 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Oswald, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-39 .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-39 .popover-body .s3_required {
  color: #e82186;
  font-family: Oswald, sans-serif;
  text-align: left;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
}
.title-page .popover-wrap-39 .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-39 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.53);
}
.title-page .popover-wrap-39 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.53);
}
.title-page .popover-wrap-39 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.53);
}
.title-page .block-56 {
  padding: 0.02px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: repeating-linear-gradient(to right, #cd0034 0%, #cd0034 40%, rgba(10, 196, 117, 0) 40%, rgba(10, 196, 117, 0) 70%, rgba(10, 196, 117, 0) 100%), url("../images/U22.png") right -230px top 0px / contain no-repeat #f0f0fa;
  z-index: 4;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-family: Oswald, sans-serif;
  text-decoration: none;
}
.title-page .block-57 {
  padding: 100px 50px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/line.svg") left 50% top 50% / auto auto repeat-y;
  max-width: 100%;
  z-index: 1;
  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-58 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1366px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  text-align: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  text-decoration: none;
}
.title-page .widget-45 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  width: 570px;
  min-width: 570px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-right: 55px;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-45 .popover-body {
  padding: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  width: 450px;
  box-sizing: border-box;
  vertical-align: middle;
  background: url("../images/lib_2649001_pattern2.png") left 50% top 50% / auto auto no-repeat #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_text input {
  padding: 22px 35px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: rgba(0, 85, 255, 0.06);
}
.title-page .popover-wrap-45 .popover-body .form_calendar input {
  padding: 15px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.02);
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval input {
  padding: 15px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: rgba(0, 0, 0, 0.02);
}
.title-page .popover-wrap-45 .popover-body textarea {
  padding: 22px 35px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: rgba(0, 85, 255, 0.06);
}
.title-page .popover-wrap-45 .popover-body .s3_button_large {
  padding: 25px 50px;
  border: none;
  background: #0ac475;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 3px 15px 5px rgba(10, 196, 117, 0.31);
  -moz-box-shadow: 0px 3px 15px 5px rgba(10, 196, 117, 0.31);
  box-shadow: 0px 3px 15px 5px rgba(10, 196, 117, 0.31);
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Oswald, 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;
  width: 999px;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  margin-top: 10px;
}
.title-page .popover-wrap-45 .popover-body .s3_button_large:hover, .title-page .popover-wrap-45 .popover-body .s3_button_large.hover, .title-page .popover-wrap-45 .popover-body .s3_button_large.active {
  background: #09e686;
  -webkit-box-shadow: 0px 3px 15px 5px rgba(5, 255, 147, 0.36);
  -moz-box-shadow: 0px 3px 15px 5px rgba(5, 255, 147, 0.36);
  box-shadow: 0px 3px 15px 5px rgba(5, 255, 147, 0.36);
}
.title-page .popover-wrap-45 .popover-body .s3_button_large:active, .title-page .popover-wrap-45 .popover-body .s3_button_large.active {
  background: #0cd47a;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .popover-wrap-45 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #fff;
  color: #f22c7e;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0);
  text-align: center;
  font-family: Oswald, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: bold;
}
.title-page .popover-wrap-45 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 55px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi45NyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEyLjk3IDEzIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjQ5LjY5LDEzNjQuMjlhMC45NiwwLjk2LDAsMCwwLTEuMzgsMGwtNC44Miw0LjgzLTQuODMtNC44M2EwLjk2LDAuOTYsMCwwLDAtMS4zOCwwLDAuOTc4LDAuOTc4LDAsMCwwLDAsMS4zOGw0LjgzLDQuODMtNC44Myw0LjgzYTAuOTc2LDAuOTc2LDAsMSwwLDEuMzgsMS4zOGw0LjgzLTQuODMsNC44Miw0LjgzYTAuOTc2LDAuOTc2LDAsMCwwLDEuMzgtMS4zOGwtNC44My00LjgzLDQuODMtNC44M0EwLjk3OCwwLjk3OCwwLDAsMCwxNjQ5LjY5LDEzNjQuMjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYzNyAtMTM2NCkiIGZpbGw9IiMxNjE2MTYiIGZpbGwtb3BhY2l0eT0iMC41IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / 14px no-repeat;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 55px;
  left: auto;
  margin-left: -22.5px;
  bottom: auto;
  margin-top: 0;
  margin-right: 0;
}
.title-page .popover-wrap-45 .popover-close:hover, .title-page .popover-wrap-45 .popover-close.hover, .title-page .popover-wrap-45 .popover-close.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi45NyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEyLjk3IDEzIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjQ5LjY5LDEzNjQuMjlhMC45NiwwLjk2LDAsMCwwLTEuMzgsMGwtNC44Miw0LjgzLTQuODMtNC44M2EwLjk2LDAuOTYsMCwwLDAtMS4zOCwwLDAuOTc4LDAuOTc4LDAsMCwwLDAsMS4zOGw0LjgzLDQuODMtNC44Myw0LjgzYTAuOTc2LDAuOTc2LDAsMSwwLDEuMzgsMS4zOGw0LjgzLTQuODMsNC44Miw0LjgzYTAuOTc2LDAuOTc2LDAsMCwwLDEuMzgtMS4zOGwtNC44My00LjgzLDQuODMtNC44M0EwLjk3OCwwLjk3OCwwLDAsMCwxNjQ5LjY5LDEzNjQuMjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYzNyAtMTM2NCkiIGZpbGw9IiMxNjE2MTYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / 14px no-repeat;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
  text-align: left;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
}
.title-page .blocklist-45 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-45 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-45 .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: 5px;
  box-sizing: border-box;
}
.title-page .blocklist-45 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 300;
}
.title-page .blocklist-45 .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-45 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-45 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .blocklist-45 .body {
  margin: 0;
  box-sizing: border-box;
}
.title-page .blocklist-45 .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-45 .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-45 .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-45 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .blocklist-45 .item {
  padding: 0.02px 20px 24px 0;
  margin: 0;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  background: url("../images/asd.svg") left 28px top 50% / auto auto repeat-y;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  align-self: auto;
}
.title-page .blocklist-45 .text {
  border: none;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  text-decoration: none;
  color: #fff;
  line-height: 1.5;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  margin-top: -50px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: normal;
  margin-left: 101px;
}
.title-page .blocklist-45 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-45 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  margin-right: 25px;
  margin-left: 0;
}
.title-page .blocklist-45 .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-45 .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-45 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  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;
  background: #f5f6ff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .blocklist-45 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-45 .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-45 .title {
  border: none;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  text-decoration: none;
  color: #cd0034;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 19px;
  margin-top: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: 0;
  background: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  width: 60px;
  min-height: 60px;
  padding-top: 7px;
}
.title-page .blocklist-45 .sub-title {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  text-decoration: none;
  color: #fff;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 14px;
  font-weight: 600;
}
.title-page .blocklist-45 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dashed rgba(0, 0, 0, 0.13);
  border-right: 0px dashed rgba(0, 0, 0, 0.13);
  border-bottom: 0px dashed rgba(0, 0, 0, 0.13);
  border-left: 0px dashed rgba(0, 0, 0, 0.13);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-45 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-45 .price-note {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  color: #363842;
  font-size: 15px;
}
.title-page .blocklist-45 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-decoration: none;
  color: #363842;
  font-size: 26px;
  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;
  margin-left: 5px;
  margin-right: 5px;
}
.title-page .blocklist-45 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-decoration: none;
  font-size: 15px;
}
.title-page .blocklist-45 .more {
  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;
  margin-top: 25px;
}
.title-page .blocklist-45 .more > a {
  padding: 17px 40px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #42a163;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: 500;
}
.title-page .blocklist-45 .more > a:hover, .title-page .blocklist-45 .more > a.hover, .title-page .blocklist-45 .more > a.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #42a163;
  -moz-box-shadow: inset 0px 0px 0px 2px #42a163;
  box-shadow: inset 0px 0px 0px 2px #42a163;
  background: #41a062;
}
.title-page .blocklist-45 .more > a:active, .title-page .blocklist-45 .more > a.active {
  background: #48a366;
}
.title-page .blocklist-45 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-45 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-45 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-45 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-45 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 0;
}
.title-page .blocklist-45 .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;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.title-page .blocklist-45 .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-45 .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-45 .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-45 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-45 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-45 .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-45 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-45 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-45 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-45 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-45 .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-45 .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-45 .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-45 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-45 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-45 .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-45 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-45 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-45 .popover-form-title {
  border: none;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-45 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: block;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-45 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  color: #1a1a1a;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-45 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-45 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .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-45 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-45 .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-45 .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-45 .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: Oswald, 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-45 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .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-45 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-45 .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-45 .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-45 .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: Oswald, 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-45 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-45 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-45 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .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-45 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-45 .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-45 .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: Oswald, sans-serif;
  color: #383838;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.title-page .popover-wrap-45 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-45 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-45 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Oswald, 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: 15px;
}
.title-page .popover-wrap-45 .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-45 .popover-body .s3_required {
  color: #f22c7e;
  font-family: Oswald, sans-serif;
  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-45 .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-45 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-45 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-45 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-46 {
  padding: 25px 40px;
  margin: -1px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 337px;
  min-height: 55px;
  z-index: 1;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #fff;
  -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;
  font-weight: normal;
}
.title-page .widget-46:hover, .title-page .widget-46.hover, .title-page .widget-46.active {
  color: #fff;
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .popover-wrap-46 .popover-body {
  padding: 20px 40px 32px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block;
  width: 270px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-46 .popover-body .form_text input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-46 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-46 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-46 .popover-body textarea {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-46 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Oswald, sans-serif;
}
.title-page .popover-wrap-46 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  text-align: left;
}
.title-page .popover-wrap-46 .popover-close {
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url("../images/wm_button_close.png") 0 0 no-repeat;
  z-index: 10;
  cursor: pointer;
}
.title-page .popover-wrap-46 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-46 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-46 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-46 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-46 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-46 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-46 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-46 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  font-family: Oswald, sans-serif;
}
.title-page .popover-wrap-46 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-46 .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-46 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-46 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-46 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-46 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .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-46 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-46 .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-46 .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-46 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .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-46 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-46 .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-46 .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-46 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-46 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-46 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .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-46 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-46 .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-46 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-46 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-46 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-46 .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-46 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-46 .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-46 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-46 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-46 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-61 .layout_center_50_id_51_0 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-61 {
  padding: 0.02px 30px 50px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTIwIiBoZWlnaHQ9IjU0IiB2aWV3Qm94PSIwIDAgMTkyMCA1NCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IG9wYWNpdHk6IDAuMDU7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9ImxpbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTY0LDQxOFYzNjRoMXY1NGgtMVptLTI1MS01NGgxdjU0aC0xVjM2NFptLTI1MSwwaDF2NTRoLTFWMzY0Wm0tMjUxLDBoMXY1NGgtMVYzNjRabS0yNTEsMGgxdjU0aC0xVjM2NFptLTI1MSwwaDF2NTRoLTFWMzY0Wm0tMjUxLDBoMXY1NGgtMVYzNjRabS0yNTEsMGgxdjU0aC0xVjM2NFptLTI1MSwwaDF2NTRoLTFWMzY0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMzY0KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto repeat-y #17181a;
  z-index: 3;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .widget-48 {
  padding: 0.02px 0;
  margin: -27px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  text-align: center;
  box-sizing: border-box;
  width: 60px;
  min-height: 60px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTQgOCIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlVwLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTY2Ny45OSwxMDkyLjc2bC0wLjgzLDIuMDgtNi4yOS01LTYuMDUsNS4xNS0wLjgxLTIuMTUsNi44MS01LjgzLDAuMTEsMC4yOSwwLjA2LS4xNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjU0IC0xMDg3KSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #17181a;
  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 7px #ebebf9, 0px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 7px #ebebf9, 0px 1px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 7px #ebebf9, 0px 1px 0px rgba(0, 0, 0, 0);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.title-page .up-51 .icon {
  border: none;
  box-sizing: border-box;
  margin-top: 12px;
  height: 20px;
  width: 34px;
  display: inline-block;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .up-51 .title {
  box-sizing: border-box;
  color: #000;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 5px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
}
.title-page .block-62 {
  padding: 0.02px 0 50px;
  margin: 80px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1366px;
  min-height: 300px;
  max-width: 100%;
  z-index: 4;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-family: Oswald, sans-serif;
  text-decoration: none;
}
.title-page .widget-49 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  max-width: 100%;
}
.title-page .popover-wrap-53 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  width: 350px;
  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 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-53 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval input {
  padding: 15px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-53 .popover-body textarea {
  padding: 15px 25px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-53 .popover-body .s3_button_large {
  padding: 20px 50px;
  border: none;
  background: #e8ba7e;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  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: 25px;
  font-family: Oswald, sans-serif;
  color: #333;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0.2px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 999px;
  max-width: 100%;
}
.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 {
  background: #ffb65c;
}
.title-page .popover-wrap-53 .popover-body .s3_button_large:active, .title-page .popover-wrap-53 .popover-body .s3_button_large.active {
  background: #f0a74d;
}
.title-page .popover-wrap-53 .popover-body .s3_message {
  padding: 0.02px 0;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #759432;
  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: Oswald, sans-serif;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
}
.title-page .popover-wrap-53 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi45NyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEyLjk3IDEzIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjQ5LjY5LDEzNjQuMjlhMC45NiwwLjk2LDAsMCwwLTEuMzgsMGwtNC44Miw0LjgzLTQuODMtNC44M2EwLjk2LDAuOTYsMCwwLDAtMS4zOCwwLDAuOTc4LDAuOTc4LDAsMCwwLDAsMS4zOGw0LjgzLDQuODMtNC44Myw0LjgzYTAuOTc2LDAuOTc2LDAsMSwwLDEuMzgsMS4zOGw0LjgzLTQuODMsNC44Miw0LjgzYTAuOTc2LDAuOTc2LDAsMCwwLDEuMzgtMS4zOGwtNC44My00LjgzLDQuODMtNC44M0EwLjk3OCwwLjk3OCwwLDAsMCwxNjQ5LjY5LDEzNjQuMjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYzNyAtMTM2NCkiIGZpbGw9IiMwMjAyMDIiIGZpbGwtb3BhY2l0eT0iMC43IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #e8ba7e;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 45px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.2px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .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: 30px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.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;
}
.title-page .editable_block-53 .title {
  border: none;
  box-sizing: border-box;
  font-size: 19px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  pointer-events: auto;
  color: rgba(255, 255, 255, 0.74);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-weight: normal;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .editable_block-53 .image {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.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;
}
.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: 5px;
  pointer-events: auto;
}
.title-page .editable_block-53 .more > a {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 0;
  min-height: 14px;
}
.title-page .editable_block-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: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Oswald, sans-serif;
  color: #333;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-53 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-53 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  text-align: center;
  color: #404040;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Oswald, sans-serif;
  text-align: center;
  color: #000;
  font-style: normal;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-53 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-53 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-53 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Oswald, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-53 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.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: Oswald, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_select {
  border: none;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-53 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_select .s3_form_field_content {
  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: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  font-size: 12px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-53 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-53 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-53 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-53 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-53 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-53 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Oswald, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.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: #759432;
  font-family: Oswald, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.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: #ababab;
}
.title-page .popover-wrap-53 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-53 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-63 {
  margin: 20px 0 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  padding-left: 0;
  max-width: 100%;
  text-decoration: none;
}
.title-page .block-64 .layout_center_55_id_56_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-64 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 3;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  right: 0;
}
.title-page .widget-50 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
}
.title-page .phones-56 p:first-child {
  margin-top: 0;
}
.title-page .phones-56 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-56 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-56 .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-56 .icon {
  margin: auto auto 10px;
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 45px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE0IDE1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGhvbmUuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yOTkuMDA3LDg1MS45MzFhMi45MzYsMi45MzYsMCwwLDEtLjg3NCwxLjY4OWwtMS40NTYsMS40NGEzLjIzOSwzLjIzOSwwLDAsMS0xLjg3NS45MDhjLTEuMzE0LjE3NC0zLjUyMi0uMzMzLTYuNTc1LTMuNzI4LTQuOC01LjMzOS0zLjEyNy04LjA4MS0yLjE4Ni05LjAxMmwxLjQ1Ny0xLjQzOWEyLjc0NywyLjc0NywwLDAsMSwxLjUzNS0uOCwxLjQxMiwxLjQxMiwwLDAsMSwxLjQ0OC42bDEuMTQyLDEuOGEyLjI4LDIuMjgsMCwwLDEtLjQ2OSwyLjU4OGwtMC40MTcuNDg5YTAuMzExLDAuMzExLDAsMCwwLS4wNDguNGwyLjgwNiwzLjEyMmEwLjMsMC4zLDAsMCwwLC4zOC0wLjAyOGwwLjQ5LS40MDdhMi42NjQsMi42NjQsMCwwLDEsMS4zMjktLjYsMS41MzEsMS41MzEsMCwwLDEsMS4xNjIuMjY1bDEuNjQ4LDEuM0ExLjUyNiwxLjUyNiwwLDAsMSwyOTkuMDA3LDg1MS45MzFabS0zLjgyMi0xLjExOC0wLjQ5LjQwN2EyLjY4NiwyLjY4NiwwLDAsMS0xLjMzLjYxNywxLjQ1MSwxLjQ1MSwwLDAsMS0xLjMxNy0uNDI2bC0yLjgwNy0zLjEyMWEyLjE2OSwyLjE2OSwwLDAsMSwuMzM5LTIuNzYxTDI5MCw4NDUuMDRhMC4zMjcsMC4zMjcsMCwwLDAsLjA2Ny0wLjM3MmwtMS4xNDItMS44YTAuMiwwLjIsMCwwLDAtLjIwOS0wLjA4NiwwLjQsMC40LDAsMCwwLS4yMTkuMTE1bC0xLjQ1NywxLjQ0Yy0wLjQ2OC40NjMtLjkwOCwyLjUyOSwyLjYzNyw2LjQ3MywyLjk2MiwzLjI5NCw0LjgsMy40NSw1LjQ0NywzLjM2NGExLjAyLDEuMDIsMCwwLDAsLjU2LTAuMjIxbDEuNDU3LTEuNDRhMC40MDcsMC40MDcsMCwwLDAsLjEyNS0wLjI0MiwwLjIxNiwwLjIxNiwwLDAsMC0uMDcyLTAuMmwtMS42NDgtMS4zQTAuMzA4LDAuMzA4LDAsMCwwLDI5NS4xODUsODUwLjgxM1ptLTAuMzMsNC44NTZoMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yODUgLTg0MSkiIGZpbGw9IiMyNjI2MjYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat #e8ba7e;
  min-height: 45px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  align-self: center;
}
.title-page .phones-56 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
}
.title-page .phones-56 .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-56 .title {
  border: none;
  box-sizing: border-box;
  display: none;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 5px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
}
.title-page .phones-56 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 25px;
  font-weight: 500;
  margin-top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-56 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-56 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-56 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-51 {
  padding: 30px 50px;
  margin: 20px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 270px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 35px;
  background: #cd0034;
  -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;
  font-weight: normal;
}
.title-page .widget-51:hover, .title-page .widget-51.hover, .title-page .widget-51.active {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.title-page .popover-wrap-57 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-57 .popover-body .form_text input {
  padding: 15px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-57 .popover-body .form_calendar input {
  padding: 7px 8px;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
}
.title-page .popover-wrap-57 .popover-body .form_calendar_interval input {
  padding: 15px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-57 .popover-body textarea {
  padding: 15px 25px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  background: rgba(0, 0, 0, 0.03);
}
.title-page .popover-wrap-57 .popover-body .s3_button_large {
  padding: 20px 50px;
  border: none;
  background: #e8ba7e;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  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: 25px;
  font-family: Oswald, sans-serif;
  color: #333;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0.2px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 999px;
  max-width: 100%;
}
.title-page .popover-wrap-57 .popover-body .s3_button_large:hover, .title-page .popover-wrap-57 .popover-body .s3_button_large.hover, .title-page .popover-wrap-57 .popover-body .s3_button_large.active {
  background: #ffb65c;
}
.title-page .popover-wrap-57 .popover-body .s3_button_large:active, .title-page .popover-wrap-57 .popover-body .s3_button_large.active {
  background: #f0a74d;
}
.title-page .popover-wrap-57 .popover-body .s3_message {
  padding: 0.02px 0;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #759432;
  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: Oswald, sans-serif;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 500;
}
.title-page .popover-wrap-57 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi45NyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEyLjk3IDEzIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2xvc2Uuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xNjQ5LjY5LDEzNjQuMjlhMC45NiwwLjk2LDAsMCwwLTEuMzgsMGwtNC44Miw0LjgzLTQuODMtNC44M2EwLjk2LDAuOTYsMCwwLDAtMS4zOCwwLDAuOTc4LDAuOTc4LDAsMCwwLDAsMS4zOGw0LjgzLDQuODMtNC44Myw0LjgzYTAuOTc2LDAuOTc2LDAsMSwwLDEuMzgsMS4zOGw0LjgzLTQuODMsNC44Miw0LjgzYTAuOTc2LDAuOTc2LDAsMCwwLDEuMzgtMS4zOGwtNC44My00LjgzLDQuODMtNC44M0EwLjk3OCwwLjk3OCwwLDAsMCwxNjQ5LjY5LDEzNjQuMjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYzNyAtMTM2NCkiIGZpbGw9IiMwMjAyMDIiIGZpbGwtb3BhY2l0eT0iMC43IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat #e8ba7e;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 45px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.2px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.title-page .popover-wrap-57 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-57 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-57 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-57 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .button-57 > * {
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title-page .popover-container-57 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-57 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-57 .popover-form-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Oswald, sans-serif;
  color: #333;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-57 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-57 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-57 .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-57 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-57 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-57 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  text-align: center;
  color: #404040;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
}
.title-page .popover-wrap-57 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Oswald, sans-serif;
  text-align: center;
  color: #000;
  font-style: normal;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-57 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-57 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-57 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .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-57 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-57 .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-57 .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-57 .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: Oswald, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-57 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .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-57 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-57 .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-57 .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-57 .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: Oswald, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-57 .popover-body .s3_form_item.form_select {
  border: none;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-57 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_select .s3_form_field_content {
  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: Oswald, sans-serif;
  color: #000;
  font-style: normal;
  font-size: 12px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-57 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-57 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-57 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .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-57 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-57 .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-57 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-57 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-57 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-57 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Oswald, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
}
.title-page .popover-wrap-57 .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-57 .popover-body .s3_required {
  color: #759432;
  font-family: Oswald, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-57 .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-57 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-57 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-57 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-52 {
  margin: 40px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-58 p:first-child {
  margin-top: 0;
}
.title-page .address-58 p:last-child {
  margin-bottom: 0;
}
.title-page .address-58 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-58 .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-58 .icon {
  margin: 0 auto 10px;
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 45px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDEzIDE1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iR1BTLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTQxNy41LDQ3LjYzMWEwLjc3NSwwLjc3NSwwLDEsMCwwLTEuNTUsMC45MywwLjkzLDAsMSwxLC45NC0wLjkzLDAuNzksMC43OSwwLDAsMCwxLjU4LDBBMi41MiwyLjUyLDAsMSwwLDE0MTcuNSw0Ny42MzFabS01Ljk0LjQxMyw0Ljc2LDUuMjI1YTEuMywxLjMsMCwwLDAsMS4xOC43MzcsMS4zMiwxLjMyLDAsMCwwLDEuMTgtLjczOGw0Ljc2LTUuMjE4YTAuNDE1LDAuNDE1LDAsMCwxLC4wNC0wLjEsNi4zMTgsNi4zMTgsMCwwLDAsLjUzLTIuNTM0LDYuNTExLDYuNTExLDAsMCwwLTEzLjAyLDAsNi4yMjMsNi4yMjMsMCwwLDAsLjUxLDIuNDgxQTAuNDY3LDAuNDY3LDAsMCwwLDE0MTEuNTYsNDguMDQ0Wm01Ljk0LTcuNDk0YTQuODY5LDQuODY5LDAsMCwxLDQuNTEsNi44NDgsMC4wMzQsMC4wMzQsMCwwLDAtLjAxLjAyOWwtNC41LDQuNjc4LTQuNS00LjY4czAtLjAwNy0wLjAxLTAuMDA4YTAuMTMzLDAuMTMzLDAsMCwwLS4wMy0wLjA4MSw0LjgzNyw0LjgzNywwLDAsMS0uMzktMS45MTZBNC45LDQuOSwwLDAsMSwxNDE3LjUsNDAuNTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQxMSAtMzkpIiBmaWxsPSIjMWUxZTFlIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #e8ba7e;
  min-height: 45px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  align-self: auto;
}
.title-page .address-58 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
}
.title-page .address-58 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .address-58 .title {
  box-sizing: border-box;
  display: none;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: 600;
}
.title-page .address-58 .text_body {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  padding-top: 0.02px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  font-weight: normal;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-58 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-58 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-53 {
  margin: 20px 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-59 p:first-child {
  margin-top: 0;
}
.title-page .email-59 p:last-child {
  margin-bottom: 0;
}
.title-page .email-59 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .email-59 .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-59 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 45px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE2IDEzIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0ibWFpbC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTI5OS41NDcsODU2SDI4Ni40NTNBMS41NTEsMS41NTEsMCwwLDEsMjg1LDg1NC4zNzF2LTkuNzQyQTEuNTUxLDEuNTUxLDAsMCwxLDI4Ni40NTMsODQzaDEzLjA5NEExLjU1MSwxLjU1MSwwLDAsMSwzMDEsODQ0LjYyOXY5Ljc0MkExLjU1MSwxLjU1MSwwLDAsMSwyOTkuNTQ3LDg1NlptLTAuODE5LTExLjI4OUgyODcuMjcyTDI5Myw4NDkuMTNabTAuNjcyLDEuNTktNi4wMjIsNC42MjlhMC4zNDYsMC4zNDYsMCwwLDEtLjA1NC4wMywwLjY4OCwwLjY4OCwwLDAsMS0uNjQyLDBsLTAuMTUzLS4wODdMMjg2LjYsODQ2LjN2Ny45ODhoMTIuOFY4NDYuM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yODUgLTg0MykiIGZpbGw9IiMyMzIzMjMiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat #e8ba7e;
  margin-right: auto;
  min-height: 45px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: auto;
  margin-bottom: 10px;
}
.title-page .email-59 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
}
.title-page .email-59 .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 .email-59 .title {
  border: none;
  box-sizing: border-box;
  display: none;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-bottom: 5px;
  font-weight: 600;
}
.title-page .email-59 .text_body {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  font-weight: bold;
}
.title-page .email-59 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-59 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-54 {
  margin: 40px auto 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  width: 1366px;
  right: 0;
  max-width: 100%;
}
.title-page .block-65 .layout_62 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-65 .layout_63 {
  -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-65 .layout_64 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-65 {
  padding: 40px 0 0.02px;
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1366px;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  font-family: Oswald, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  right: 0;
  -webkit-box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-55 {
  margin: 13px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: left;
  color: #8f8f8f;
  text-decoration: none;
  width: 300px;
  min-height: 27px;
  right: auto;
}
.title-page .widget-56 {
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  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: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  padding-top: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-63 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-63 .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-63 .soc-item {
  border: none;
  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;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-63 .soc {
  margin: 2px 5px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
}
.title-page .widgetsocial-63 .vk .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS45NjkiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNS45NjkgMTAiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJfNFZrLnN2ZyIgZGF0YS1uYW1lPSI0Vmsuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik00NjcuNywyMjRhNC44NDYsNC44NDYsMCwwLDAtMiwuMjE4Yy0wLjI3NS4xNDQtLjQ4NCwwLjQ3LTAuMzU2LDAuNDg2YTEuMDY2LDEuMDY2LDAsMCwxLC43MTIuMzkyLDIuNjg5LDIuNjg5LDAsMCwxLC4yMzcsMS4xNzhzMC4xMzcsMi4yNS0uMzM0LDIuNTMzYy0wLjMyMy4xOTItLjc2Ni0wLjItMS43MjQtMS45ODhhMTcuNDcxLDE3LjQ3MSwwLDAsMS0uODU4LTEuOTM3LDAuNzM1LDAuNzM1LDAsMCwwLS4yLTAuMjg3LDAuOTgxLDAuOTgxLDAsMCwwLS4zNzEtMC4xNjRsLTIuMjg3LjAxNWEwLjc0NywwLjc0NywwLDAsMC0uNDY1LjE3NCwwLjU2NywwLjU2NywwLDAsMC0uMDA5LjQ0czEuNzg5LDQuNTQzLDMuODE2LDYuODMyYTUuMjU1LDUuMjU1LDAsMCwwLDMuOTY2LDEuOTYyaDAuOTU4YTAuNzc4LDAuNzc4LDAsMCwwLC40MzQtMC4yLDAuOCwwLjgsMCwwLDAsLjEzMy0wLjQ1N3MtMC4wMTgtMS4zOTEuNTc1LTEuNiwxLjMzNywxLjM0NywyLjEzNiwxLjk0MWExLjQzNCwxLjQzNCwwLDAsMCwxLjA2OC4zNTJsMi4xMzYtLjAzNWEwLjY0NiwwLjY0NiwwLDAsMCwuNTg0LTEuMDI5LDcuNTIzLDcuNTIzLDAsMCwwLTEuNTgzLTEuOTkzYy0xLjM0My0xLjM0Ny0xLjE2NC0xLjEyOS40NTEtMy40NjIsMC45ODItMS40MjIsMS4zNzQtMi4yOSwxLjI1Mi0yLjY2NmEwLjg4NSwwLjg4NSwwLDAsMC0uODQtMC4yNThsLTIuNDA2LjAxNWEwLjUxNSwwLjUxNSwwLDAsMC0uMzEuMDYsMC43MTksMC43MTksMCwwLDAtLjIxMS4yODIsMTYuMDk0LDE2LjA5NCwwLDAsMS0uODksMi4wMzZjLTEuMDY4LDEuOTcxLTEuNSwyLjA4LTEuNjc0LDEuOTU3LTAuNDA3LS4yODctMC4zMDYtMS4xNS0wLjMwNi0xLjc1OSwwLTEuOTE3LjI2OS0yLjcxLS41MjEtMi45MThBMy43LDMuNywwLDAsMCw0NjcuNywyMjRoMFptMCwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDYwIC0yMjQpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-63 .vk .wg-soc-icon:active, .title-page .widgetsocial-63 .vk .wg-soc-icon.active {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-63 .fb .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgOCAxNiIgaWQ9InN2Zy0xIj4KICA8ZGVmcyBpZD0iZGVmcy0yIj4KICAgIDxzdHlsZSBpZD0ic3R5bGUtMyI+CgkuY2xzLTEgeyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7IH0KPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9Il80RmFjZWJvb2suc3ZnIiBkYXRhLW5hbWU9IjRGYWNlYm9vay5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTUxOS4xOTIsMjM3LjAwN3YtNy4zaDIuMzU2bDAuMzUzLTIuODQ2aC0yLjcwOXYtMS44MTdhMS4xNTksMS4xNTksMCwwLDEsMS4zNTYtMS4zODVINTIydi0yLjU0NWExOC41MzYsMTguNTM2LDAsMCwwLTIuMTEtLjExMmMtMi4wODgsMC0zLjUxOCwxLjMyNi0zLjUxOCwzLjc2MXYyLjFoLTIuMzYydjIuODQ2aDIuMzYydjcuM2gyLjgyNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQgLTIyMSkiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-63 .fb .wg-soc-icon:active, .title-page .widgetsocial-63 .fb .wg-soc-icon.active {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-63 .tw .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE3IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRUd2l0dGVyLnN2ZyIgZGF0YS1uYW1lPSI0VHdpdHRlci5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTU3Ny4wMDcsMjIzLjY1MWE2Ljg2OCw2Ljg2OCwwLDAsMS0yLC41NTcsMy41MzIsMy41MzIsMCwwLDAsMS41MzMtMS45NTYsNi45LDYuOSwwLDAsMS0yLjIxNC44NTgsMy40NjIsMy40NjIsMCwwLDAtMi41NDYtMS4xMTYsMy41MTEsMy41MTEsMCwwLDAtMy40ODcsMy41MzUsMy42MTgsMy42MTgsMCwwLDAsLjA5LjgwNSw5Ljg1Myw5Ljg1MywwLDAsMS03LjE4Ny0zLjY5MywzLjU3MSwzLjU3MSwwLDAsMCwxLjA3OSw0LjcxOSwzLjQzNCwzLjQzNCwwLDAsMS0xLjU4LS40NDJ2MC4wNDRhMy41MjUsMy41MjUsMCwwLDAsMi44LDMuNDY2LDMuNDU1LDMuNDU1LDAsMCwxLTEuNTc0LjA2MSwzLjUsMy41LDAsMCwwLDMuMjU3LDIuNDU0LDYuOTUxLDYuOTUxLDAsMCwxLTUuMTYzLDEuNDY0QTkuNzc4LDkuNzc4LDAsMCwwLDU2NS4zNTUsMjM2YTkuOTI3LDkuOTI3LDAsMCwwLDkuOTIyLTEwLjA1N2MwLS4xNTMsMC0wLjMtMC4wMTEtMC40NTdBNy4xMzQsNy4xMzQsMCwwLDAsNTc3LjAwNywyMjMuNjUxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU2MCAtMjIyKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-63 .google .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE5IDEyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRHLnN2ZyIgZGF0YS1uYW1lPSI0Ry5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTYyNS45LDIyOS40NDN2Mi4wOTNoLTEuNXYtMi4wOTNoLTIuMTA2di0xLjQ5MWgyLjEwNnYtMi4wOTNoMS41djIuMDkzSDYyOHYxLjQ5MUg2MjUuOVptLTE1LjE0MiwzLjc2MmE1Ljk3Myw1Ljk3MywwLDAsMSwuMDU3LTguNDgzLDYuMDQ2LDYuMDQ2LDAsMCwxLDguMjgzLS4xNTNsLTEuNzU5LDEuNzQ3LDAsMGEzLjQyMiwzLjQyMiwwLDAsMC00Ljc3LjEyMiwzLjU5LDMuNTksMCwxLDAsNS4wNTEsNS4xLDIuNzMyLDIuNzMyLDAsMCwwLC42NjItMS4zNTNoLTMuMjI3di0yLjM5M2g1LjY4M2E2LjQsNi40LDAsMCwxLTEuMzg5LDUuNDUxQTYuMTIxLDYuMTIxLDAsMCwxLDYxMC43NTMsMjMzLjIwNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MDkgLTIyMykiIGZpbGw9IiMyNjI5MzYiIGZpbGwtb3BhY2l0eT0iMC41IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-63 .google .wg-soc-icon:hover, .title-page .widgetsocial-63 .google .wg-soc-icon.hover, .title-page .widgetsocial-63 .google .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE5IDEyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRHLnN2ZyIgZGF0YS1uYW1lPSI0Ry5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTYyNS45LDIyOS40NDN2Mi4wOTNoLTEuNXYtMi4wOTNoLTIuMTA2di0xLjQ5MWgyLjEwNnYtMi4wOTNoMS41djIuMDkzSDYyOHYxLjQ5MUg2MjUuOVptLTE1LjE0MiwzLjc2MmE1Ljk3Myw1Ljk3MywwLDAsMSwuMDU3LTguNDgzLDYuMDQ2LDYuMDQ2LDAsMCwxLDguMjgzLS4xNTNsLTEuNzU5LDEuNzQ3LDAsMGEzLjQyMiwzLjQyMiwwLDAsMC00Ljc3LjEyMiwzLjU5LDMuNTksMCwxLDAsNS4wNTEsNS4xLDIuNzMyLDIuNzMyLDAsMCwwLC42NjItMS4zNTNoLTMuMjI3di0yLjM5M2g1LjY4M2E2LjQsNi40LDAsMCwxLTEuMzg5LDUuNDUxQTYuMTIxLDYuMTIxLDAsMCwxLDYxMC43NTMsMjMzLjIwNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MDkgLTIyMykiIGZpbGw9IiMyNjI5MzYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
}
.title-page .widgetsocial-63 .google .wg-soc-icon:active, .title-page .widgetsocial-63 .google .wg-soc-icon.active {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-63 .ins .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzQxSW5zdGFncmFtLnN2ZyIgZGF0YS1uYW1lPSI0MUluc3RhZ3JhbS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTY2OC4wMDcsMjIyLjQzOWMyLjEzNiwwLDIuMzg4LjAwOCwzLjIzMiwwLjA0NmE0LjQxOSw0LjQxOSwwLDAsMSwxLjQ4NS4yNzYsMi42NDIsMi42NDIsMCwwLDEsMS41MTgsMS41MTksNC40MTksNC40MTksMCwwLDEsLjI3NiwxLjQ4NWMwLjAzOCwwLjg0NC4wNDYsMS4xLDAuMDQ2LDMuMjM0cy0wLjAwOCwyLjM4OS0uMDQ2LDMuMjMzYTQuNDI2LDQuNDI2LDAsMCwxLS4yNzYsMS40ODYsMi42NDQsMi42NDQsMCwwLDEtMS41MTgsMS41MTgsNC40MTksNC40MTksMCwwLDEtMS40ODUuMjc2Yy0wLjg0My4wMzgtMS4xLDAuMDQ3LTMuMjMyLDAuMDQ3cy0yLjM4OS0uMDA5LTMuMjMyLTAuMDQ3YTQuNDI2LDQuNDI2LDAsMCwxLTEuNDg2LS4yNzYsMi42NTIsMi42NTIsMCwwLDEtMS41MTgtMS41MTgsNC40Niw0LjQ2LDAsMCwxLS4yNzUtMS40ODZjLTAuMDM4LS44NDQtMC4wNDctMS4xLTAuMDQ3LTMuMjMzczAuMDA5LTIuMzkuMDQ3LTMuMjM0YTQuNDUyLDQuNDUyLDAsMCwxLC4yNzUtMS40ODUsMi42NTcsMi42NTcsMCwwLDEsMS41MTgtMS41MTksNC40MjYsNC40MjYsMCwwLDEsMS40ODYtLjI3NmMwLjg0My0uMDM4LDEuMS0wLjA0NiwzLjIzMi0wLjA0Nm0wLTEuNDQyYy0yLjE3MiwwLTIuNDQ1LjAwOS0zLjMsMC4wNDhhNS44NzMsNS44NzMsMCwwLDAtMS45NDIuMzcyLDQuMSw0LjEsMCwwLDAtMi4zMzksMi4zNCw1Ljg3NCw1Ljg3NCwwLDAsMC0uMzcyLDEuOTQzYy0wLjAzOS44NTMtLjA0OCwxLjEyNi0wLjA0OCwzLjNzMC4wMDksMi40NDUuMDQ4LDMuM2E1Ljg3Myw1Ljg3MywwLDAsMCwuMzcyLDEuOTQyLDQuMSw0LjEsMCwwLDAsMi4zMzksMi4zNCw1Ljg3Myw1Ljg3MywwLDAsMCwxLjk0Mi4zNzJjMC44NTMsMC4wMzksMS4xMjYuMDQ4LDMuMywwLjA0OHMyLjQ0NS0uMDA5LDMuMy0wLjA0OGE1Ljg2MSw1Ljg2MSwwLDAsMCwxLjk0MS0uMzcyLDQuMDg4LDQuMDg4LDAsMCwwLDIuMzM5LTIuMzQsNS44NzMsNS44NzMsMCwwLDAsLjM3Mi0xLjk0MmMwLjAzOS0uODU0LjA0OC0xLjEyNiwwLjA0OC0zLjNzLTAuMDA5LTIuNDQ2LS4wNDgtMy4zYTUuODc0LDUuODc0LDAsMCwwLS4zNzItMS45NDMsNC4wODgsNC4wODgsMCwwLDAtMi4zMzktMi4zNCw1Ljg2MSw1Ljg2MSwwLDAsMC0xLjk0MS0uMzcyYy0wLjg1My0uMDM5LTEuMTI2LTAuMDQ4LTMuMy0wLjA0OGgwWm0wLDMuODkzQTQuMTA5LDQuMTA5LDAsMSwwLDY3Mi4xMTQsMjI5LDQuMTA4LDQuMTA4LDAsMCwwLDY2OC4wMDcsMjI0Ljg5Wm0wLDYuNzc2QTIuNjY4LDIuNjY4LDAsMSwxLDY3MC42NzMsMjI5LDIuNjY2LDIuNjY2LDAsMCwxLDY2OC4wMDcsMjMxLjY2NlptNS4yMjktNi45MzlhMC45NiwwLjk2LDAsMSwxLS45NTktMC45NkEwLjk2LDAuOTYsMCwwLDEsNjczLjIzNiwyMjQuNzI3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY2MCAtMjIxKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-63 .ins .wg-soc-icon:active, .title-page .widgetsocial-63 .ins .wg-soc-icon.active {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-63 .ok .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjAzMSIgaGVpZ2h0PSIxNi4wMzEiIHZpZXdCb3g9IjAgMCA5LjAzMSAxNi4wMzEiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICA8c3R5bGUgaWQ9InN0eWxlLTMiPgoJLmNscy0xIHsgZmlsbC1ydWxlOiBldmVub2RkOyB9Cjwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGlkPSJfNE9kbm9rbGFzc25pa2kuc3ZnIiBkYXRhLW5hbWU9IjRPZG5va2xhc3NuaWtpLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNNzE4LjQ5NCwyMjkuMjU1YTQuMTMxLDQuMTMxLDAsMSwwLTQuMDEzLTQuMTI4QTQuMDc2LDQuMDc2LDAsMCwwLDcxOC40OTQsMjI5LjI1NVptMC01LjgzOGExLjcxLDEuNzEsMCwxLDEtMS42NjIsMS43MUExLjY4OCwxLjY4OCwwLDAsMSw3MTguNDk0LDIyMy40MTdabTEuNjIzLDkuMjA3YTcuNDIsNy40MiwwLDAsMCwyLjMzMS0uOTkzLDEuMjMyLDEuMjMyLDAsMCwwLC4zNjgtMS42NjksMS4xNTUsMS4xNTUsMCwwLDAtMS42MjEtLjM4LDQuOTc0LDQuOTc0LDAsMCwxLTUuNCwwLDEuMTU0LDEuMTU0LDAsMCwwLTEuNjIuMzgsMS4yMzEsMS4yMzEsMCwwLDAsLjM2OCwxLjY2OSw3LjQyOCw3LjQyOCwwLDAsMCwyLjMzLjk5M2wtMi4yNDQsMi4zMDhhMS4yMzYsMS4yMzYsMCwwLDAsMCwxLjcxMSwxLjE1NCwxLjE1NCwwLDAsMCwxLjY2MywwbDIuMi0yLjI2OCwyLjIwNiwyLjI2OGExLjE1MSwxLjE1MSwwLDAsMCwxLjY2MiwwLDEuMjMzLDEuMjMzLDAsMCwwLDAtMS43MTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzEzLjk2OSAtMjIxKSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-63 .ok .wg-soc-icon:active, .title-page .widgetsocial-63 .ok .wg-soc-icon.active {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-63 .mail .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE3IDE2IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRNYWlsLnN2ZyIgZGF0YS1uYW1lPSI0TWFpbC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc3MS40MzQsMjI4LjkyMWEzLjAzMSwzLjAzMSwwLDAsMC0zLjE3NC0yLjk1MUg3NjguMmEyLjk4NSwyLjk4NSwwLDAsMC0zLjAyLDMuMiwyLjkyNiwyLjkyNiwwLDAsMCwzLjAxMywzLjExMiwzLjEzNCwzLjEzNCwwLDAsMCwzLjI0OS0yLjk5Wm0tMy4yMjgtNC42YTQuOTE1LDQuOTE1LDAsMCwxLDMuNDE1LDEuNDQ0djBhMC43LDAuNywwLDAsMSwuNjkzLTAuNzQzaDAuMWEwLjc2MSwwLjc2MSwwLDAsMSwuNzYuNzdsMCw2LjU4MmEwLjQzNSwwLjQzNSwwLDAsMCwuNzI5LjM3N2MxLjA3Ny0xLjA4NywyLjM2NS01LjU4My0uNjctOC4xODlhNy4zNzUsNy4zNzUsMCwwLDAtOC42NC0uNjY0LDYuMzMzLDYuMzMzLDAsMCwwLTIuMTg1LDcuNjg1LDYuNjUyLDYuNjUyLDAsMCwwLDguMDg1LDMuM2MxLjI1Mi0uNSwxLjgzLDEuMTY1LjUzLDEuNzA3LTEuOTY0LjgyMS03LjQzMiwwLjczOS05Ljk4Ni0zLjZhNy44NjEsNy44NjEsMCwwLDEsMi45NDMtMTAuNzY0LDkuMDU4LDkuMDU4LDAsMCwxLDEwLjksMS4zNzRjMi45MSwyLjk4MywyLjc0LDguNTY4LS4xLDEwLjczOWExLjk4NywxLjk4NywwLDAsMS0zLjE4NC0xLjQxMWwtMC4wMTMtLjQ3YTQuODIyLDQuODIyLDAsMCwxLTMuMzg1LDEuMzgxLDQuNzU3LDQuNzU3LDAsMSwxLDAtOS41MTRoMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc2MCAtMjIxKSIgZmlsbD0iIzI2MjkzNiIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-63 .mail .wg-soc-icon:hover, .title-page .widgetsocial-63 .mail .wg-soc-icon.hover, .title-page .widgetsocial-63 .mail .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE3IDE2IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRNYWlsLnN2ZyIgZGF0YS1uYW1lPSI0TWFpbC5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTc3MS40MzQsMjI4LjkyMWEzLjAzMSwzLjAzMSwwLDAsMC0zLjE3NC0yLjk1MUg3NjguMmEyLjk4NSwyLjk4NSwwLDAsMC0zLjAyLDMuMiwyLjkyNiwyLjkyNiwwLDAsMCwzLjAxMywzLjExMiwzLjEzNCwzLjEzNCwwLDAsMCwzLjI0OS0yLjk5Wm0tMy4yMjgtNC42YTQuOTE1LDQuOTE1LDAsMCwxLDMuNDE1LDEuNDQ0djBhMC43LDAuNywwLDAsMSwuNjkzLTAuNzQzaDAuMWEwLjc2MSwwLjc2MSwwLDAsMSwuNzYuNzdsMCw2LjU4MmEwLjQzNSwwLjQzNSwwLDAsMCwuNzI5LjM3N2MxLjA3Ny0xLjA4NywyLjM2NS01LjU4My0uNjctOC4xODlhNy4zNzUsNy4zNzUsMCwwLDAtOC42NC0uNjY0LDYuMzMzLDYuMzMzLDAsMCwwLTIuMTg1LDcuNjg1LDYuNjUyLDYuNjUyLDAsMCwwLDguMDg1LDMuM2MxLjI1Mi0uNSwxLjgzLDEuMTY1LjUzLDEuNzA3LTEuOTY0LjgyMS03LjQzMiwwLjczOS05Ljk4Ni0zLjZhNy44NjEsNy44NjEsMCwwLDEsMi45NDMtMTAuNzY0LDkuMDU4LDkuMDU4LDAsMCwxLDEwLjksMS4zNzRjMi45MSwyLjk4MywyLjc0LDguNTY4LS4xLDEwLjczOWExLjk4NywxLjk4NywwLDAsMS0zLjE4NC0xLjQxMWwtMC4wMTMtLjQ3YTQuODIyLDQuODIyLDAsMCwxLTMuMzg1LDEuMzgxLDQuNzU3LDQuNzU3LDAsMSwxLDAtOS41MTRoMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc2MCAtMjIxKSIgZmlsbD0iIzI2MjkzNiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
}
.title-page .widgetsocial-63 .mail .wg-soc-icon:active, .title-page .widgetsocial-63 .mail .wg-soc-icon.active {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-63 .pin .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEzIDE2IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRQaW50ZXJlc3Quc3ZnIiBkYXRhLW5hbWU9IjRQaW50ZXJlc3Quc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik04MTcuOSwyMjFjLTQuNTg0LDAtNi45LDMuMTMtNi45LDUuNzRhMy41MDcsMy41MDcsMCwwLDAsMS45NzYsMy41MTEsMC4zMzUsMC4zMzUsMCwwLDAsLjQ4My0wLjIzYzAuMDQ1LS4xNjIuMTUtMC41NjgsMC4yLTAuNzM4YTAuNDMxLDAuNDMxLDAsMCwwLS4xMzktMC41MTIsMi41NzUsMi41NzUsMCwwLDEtLjYzNy0xLjgsNC40NjcsNC40NjcsMCwwLDEsNC43NTEtNC40YzIuNTkxLDAsNC4wMTUsMS41MDcsNC4wMTUsMy41MjEsMCwyLjY0OS0xLjIzMSw0Ljg4NS0zLjA1OSw0Ljg4NWExLjQ0MywxLjQ0MywwLDAsMS0xLjUyMy0xLjc3LDE4Ljk0OCwxOC45NDgsMCwwLDAsLjg1Mi0zLjI2LDEuMjU1LDEuMjU1LDAsMCwwLTEuMy0xLjM4LDIuMTM0LDIuMTM0LDAsMCwwLTEuODYxLDIuMzc5LDMuNDA1LDMuNDA1LDAsMCwwLC4zMDcsMS40NTRsLTEuMjQxLDUuMDA2YTkuODU5LDkuODU5LDAsMCwwLS4wMjksMy40OTIsMC4xMzEsMC4xMzEsMCwwLDAsLjIzLjA1Myw5LjcxNCw5LjcxNCwwLDAsMCwxLjc0Mi0zLjAwN2MwLjExOC0uNDA5LjY3OC0yLjUyNiwwLjY3OC0yLjUyNmEyLjgwOSwyLjgwOSwwLDAsMCwyLjM1NywxLjE0NmMzLjEsMCw1LjIwNy0yLjY5Myw1LjIwNy02LjNDODI0LjAwNywyMjMuNTQxLDgyMS41ODIsMjIxLDgxNy45LDIyMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MTEgLTIyMSkiIGZpbGw9IiMyNjI5MzYiIGZpbGwtb3BhY2l0eT0iMC41IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-63 .pin .wg-soc-icon:hover, .title-page .widgetsocial-63 .pin .wg-soc-icon.hover, .title-page .widgetsocial-63 .pin .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEzIDE2IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRQaW50ZXJlc3Quc3ZnIiBkYXRhLW5hbWU9IjRQaW50ZXJlc3Quc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik04MTcuOSwyMjFjLTQuNTg0LDAtNi45LDMuMTMtNi45LDUuNzRhMy41MDcsMy41MDcsMCwwLDAsMS45NzYsMy41MTEsMC4zMzUsMC4zMzUsMCwwLDAsLjQ4My0wLjIzYzAuMDQ1LS4xNjIuMTUtMC41NjgsMC4yLTAuNzM4YTAuNDMxLDAuNDMxLDAsMCwwLS4xMzktMC41MTIsMi41NzUsMi41NzUsMCwwLDEtLjYzNy0xLjgsNC40NjcsNC40NjcsMCwwLDEsNC43NTEtNC40YzIuNTkxLDAsNC4wMTUsMS41MDcsNC4wMTUsMy41MjEsMCwyLjY0OS0xLjIzMSw0Ljg4NS0zLjA1OSw0Ljg4NWExLjQ0MywxLjQ0MywwLDAsMS0xLjUyMy0xLjc3LDE4Ljk0OCwxOC45NDgsMCwwLDAsLjg1Mi0zLjI2LDEuMjU1LDEuMjU1LDAsMCwwLTEuMy0xLjM4LDIuMTM0LDIuMTM0LDAsMCwwLTEuODYxLDIuMzc5LDMuNDA1LDMuNDA1LDAsMCwwLC4zMDcsMS40NTRsLTEuMjQxLDUuMDA2YTkuODU5LDkuODU5LDAsMCwwLS4wMjksMy40OTIsMC4xMzEsMC4xMzEsMCwwLDAsLjIzLjA1Myw5LjcxNCw5LjcxNCwwLDAsMCwxLjc0Mi0zLjAwN2MwLjExOC0uNDA5LjY3OC0yLjUyNiwwLjY3OC0yLjUyNmEyLjgwOSwyLjgwOSwwLDAsMCwyLjM1NywxLjE0NmMzLjEsMCw1LjIwNy0yLjY5Myw1LjIwNy02LjNDODI0LjAwNywyMjMuNTQxLDgyMS41ODIsMjIxLDgxNy45LDIyMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MTEgLTIyMSkiIGZpbGw9IiMyNjI5MzYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
}
.title-page .widgetsocial-63 .pin .wg-soc-icon:active, .title-page .widgetsocial-63 .pin .wg-soc-icon.active {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-63 .lj .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE0IDE3IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRMaXZlSi5zdmciIGRhdGEtbmFtZT0iNExpdmVKLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNODc0Ljk4NiwyMzAuNDUxaDBsLTcuMzQ2LTkuNzEyaDBhMi4yNDUsMi4yNDUsMCwwLDAtMS44LS43NDEsNC45NzQsNC45NzQsMCwwLDAtMi44OTUsMS4wNjZjLTEuNzE0LDEuMjg2LTIuNDIyLDMuMjQtMS42MDcsNC40aDBsNy4zNDYsOS43MTFoMEw4NzUsMjM3Wm0tMi4xMTksMy43MjlhMS4zLDEuMywwLDAsMC0uNDc4LjdsLTIuNy0uNzc3YTQuMyw0LjMsMCwwLDAsLjYtMy4zMzMsNC4zNDIsNC4zNDIsMCwwLDAsMy4zODEuMzQ2bDAuMDA4LDIuOEExLjMxMywxLjMxMywwLDAsMCw4NzIuODY3LDIzNC4xOFptLTUuNjM1LTExLjgsMC42OTEsMC45MTRhNS41LDUuNSwwLDAsMC00LjIsMy4xNTVsLTAuNjktLjkxNGEyLjU4NCwyLjU4NCwwLDAsMSwuMDg3LTAuMzA2LDMuNjY0LDMuNjY0LDAsMCwxLC41NTItMSw1LjA2LDUuMDYsMCwwLDEsMi4xMzEtMS42LDMuNjY4LDMuNjY4LDAsMCwxLDEuMTE0LS4yNTRBMi43NDgsMi43NDgsMCwwLDEsODY3LjIzMiwyMjIuMzhabTIuMyw2Ljc3OC0zLjM2LTQuNDQyYTQuODE2LDQuODE2LDAsMCwxLC44NjktMC40NDQsMy43LDMuNywwLDAsMSwxLjExNC0uMjU2YzAuMDksMCwuMiwwLDAuMzE0LDBsNC44NjUsNi40MzFhMy42LDMuNiwwLDAsMS0xLjQ0NS4wOTJBMy41NiwzLjU2LDAsMCwxLDg2OS41MzMsMjI5LjE1OFptLTUuMjYyLTEuOTg1YTIuODMyLDIuODMyLDAsMCwxLC4wODctMC4zMDUsMy42NywzLjY3LDAsMCwxLC41NTQtMSw0Ljc0OSw0Ljc0OSwwLDAsMSwuNjY4LTAuNzFsMy4zNTgsNC40NDFoMGEzLjUxOSwzLjUxOSwwLDAsMSwuNjg2LDIuNjM2LDMuNTY2LDMuNTY2LDAsMCwxLS40ODgsMS4zNjJabS0wLjUzNS01LjA2MmE0LjM2NCw0LjM2NCwwLDAsMSwxLjExNy0uNjEyLDIuOTkzLDIuOTkzLDAsMCwxLC45ODctMC4xODgsMSwxLDAsMCwxLC43NzYuMjU3bDAuMDY4LDAuMDg4YTUuNSw1LjUsMCwwLDAtNC4yLDMuMTU1bC0wLjA2OS0uMDkxQzg2Mi4xMTQsMjI0LjI4OCw4NjIuNDc3LDIyMy4wNTcsODYzLjczNiwyMjIuMTExWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg2MSAtMjIwKSIgZmlsbD0iIzI2MjkzNiIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-63 .lj .wg-soc-icon:hover, .title-page .widgetsocial-63 .lj .wg-soc-icon.hover, .title-page .widgetsocial-63 .lj .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE0IDE3IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRMaXZlSi5zdmciIGRhdGEtbmFtZT0iNExpdmVKLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNODc0Ljk4NiwyMzAuNDUxaDBsLTcuMzQ2LTkuNzEyaDBhMi4yNDUsMi4yNDUsMCwwLDAtMS44LS43NDEsNC45NzQsNC45NzQsMCwwLDAtMi44OTUsMS4wNjZjLTEuNzE0LDEuMjg2LTIuNDIyLDMuMjQtMS42MDcsNC40aDBsNy4zNDYsOS43MTFoMEw4NzUsMjM3Wm0tMi4xMTksMy43MjlhMS4zLDEuMywwLDAsMC0uNDc4LjdsLTIuNy0uNzc3YTQuMyw0LjMsMCwwLDAsLjYtMy4zMzMsNC4zNDIsNC4zNDIsMCwwLDAsMy4zODEuMzQ2bDAuMDA4LDIuOEExLjMxMywxLjMxMywwLDAsMCw4NzIuODY3LDIzNC4xOFptLTUuNjM1LTExLjgsMC42OTEsMC45MTRhNS41LDUuNSwwLDAsMC00LjIsMy4xNTVsLTAuNjktLjkxNGEyLjU4NCwyLjU4NCwwLDAsMSwuMDg3LTAuMzA2LDMuNjY0LDMuNjY0LDAsMCwxLC41NTItMSw1LjA2LDUuMDYsMCwwLDEsMi4xMzEtMS42LDMuNjY4LDMuNjY4LDAsMCwxLDEuMTE0LS4yNTRBMi43NDgsMi43NDgsMCwwLDEsODY3LjIzMiwyMjIuMzhabTIuMyw2Ljc3OC0zLjM2LTQuNDQyYTQuODE2LDQuODE2LDAsMCwxLC44NjktMC40NDQsMy43LDMuNywwLDAsMSwxLjExNC0uMjU2YzAuMDksMCwuMiwwLDAuMzE0LDBsNC44NjUsNi40MzFhMy42LDMuNiwwLDAsMS0xLjQ0NS4wOTJBMy41NiwzLjU2LDAsMCwxLDg2OS41MzMsMjI5LjE1OFptLTUuMjYyLTEuOTg1YTIuODMyLDIuODMyLDAsMCwxLC4wODctMC4zMDUsMy42NywzLjY3LDAsMCwxLC41NTQtMSw0Ljc0OSw0Ljc0OSwwLDAsMSwuNjY4LTAuNzFsMy4zNTgsNC40NDFoMGEzLjUxOSwzLjUxOSwwLDAsMSwuNjg2LDIuNjM2LDMuNTY2LDMuNTY2LDAsMCwxLS40ODgsMS4zNjJabS0wLjUzNS01LjA2MmE0LjM2NCw0LjM2NCwwLDAsMSwxLjExNy0uNjEyLDIuOTkzLDIuOTkzLDAsMCwxLC45ODctMC4xODgsMSwxLDAsMCwxLC43NzYuMjU3bDAuMDY4LDAuMDg4YTUuNSw1LjUsMCwwLDAtNC4yLDMuMTU1bC0wLjA2OS0uMDkxQzg2Mi4xMTQsMjI0LjI4OCw4NjIuNDc3LDIyMy4wNTcsODYzLjczNiwyMjIuMTExWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg2MSAtMjIwKSIgZmlsbD0iIzI2MjkzNiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
}
.title-page .widgetsocial-63 .lj .wg-soc-icon:active, .title-page .widgetsocial-63 .lj .wg-soc-icon.active {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-63 .my .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE3IDE2IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRNeVNwYWNlLnN2ZyIgZGF0YS1uYW1lPSI0TXlTcGFjZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTkyMy4xODEsMjIxYTIuNywyLjcsMCwxLDEtMi43LDIuNywyLjcsMi43LDAsMCwxLDIuNy0yLjdoMFptLTUuODQuNDI3YTIuMjMxLDIuMjMxLDAsMSwxLTIuMjM0LDIuMjMxLDIuMjMyLDIuMjMyLDAsMCwxLDIuMjM0LTIuMjMxaDBabS00Ljg2NC41MTJhMS43MjksMS43MjksMCwxLDEtMS43MzEsMS43MjksMS43MjksMS43MjksMCwwLDEsMS43MzEtMS43MjloMFpNOTI3LDIzN2gtNy42ODV2LTIuMzQ1aC01LjE3VjIzMi4xOUg5MTB2LTQuMWEyLjQ2MiwyLjQ2MiwwLDAsMSw0LjgyNi0uNjg2LDMuMTc4LDMuMTc4LDAsMCwxLDUuNDEyLjdBMy44NDMsMy44NDMsMCwwLDEsOTI3LDIzMC42MDVWMjM3Wm0wLDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05MTAgLTIyMSkiIGZpbGw9IiMyNjI5MzYiIGZpbGwtb3BhY2l0eT0iMC41IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-63 .my .wg-soc-icon:hover, .title-page .widgetsocial-63 .my .wg-soc-icon.hover, .title-page .widgetsocial-63 .my .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE3IDE2IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRNeVNwYWNlLnN2ZyIgZGF0YS1uYW1lPSI0TXlTcGFjZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTkyMy4xODEsMjIxYTIuNywyLjcsMCwxLDEtMi43LDIuNywyLjcsMi43LDAsMCwxLDIuNy0yLjdoMFptLTUuODQuNDI3YTIuMjMxLDIuMjMxLDAsMSwxLTIuMjM0LDIuMjMxLDIuMjMyLDIuMjMyLDAsMCwxLDIuMjM0LTIuMjMxaDBabS00Ljg2NC41MTJhMS43MjksMS43MjksMCwxLDEtMS43MzEsMS43MjksMS43MjksMS43MjksMCwwLDEsMS43MzEtMS43MjloMFpNOTI3LDIzN2gtNy42ODV2LTIuMzQ1aC01LjE3VjIzMi4xOUg5MTB2LTQuMWEyLjQ2MiwyLjQ2MiwwLDAsMSw0LjgyNi0uNjg2LDMuMTc4LDMuMTc4LDAsMCwxLDUuNDEyLjdBMy44NDMsMy44NDMsMCwwLDEsOTI3LDIzMC42MDVWMjM3Wm0wLDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05MTAgLTIyMSkiIGZpbGw9IiMyNjI5MzYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
}
.title-page .widgetsocial-63 .my .wg-soc-icon:active, .title-page .widgetsocial-63 .my .wg-soc-icon.active {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-63 .youtube .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE2IDExIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRZb3V0dWJlLnN2ZyIgZGF0YS1uYW1lPSI0WW91dHViZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTk3NS43MjYsMjI0Ljc3NmEyLjAxMSwyLjAxMSwwLDAsMC0xLjcyOS0xLjU1LDgyLjA0MSw4Mi4wNDEsMCwwLDAtMTEuOTgxLDAsMi4wMDksMi4wMDksMCwwLDAtMS43MjgsMS41NSwyNC45OTEsMjQuOTkxLDAsMCwwLDAsNy40NjEsMi4wMTEsMi4wMTEsMCwwLDAsMS43MjksMS41NSw4Mi40MTcsODIuNDE3LDAsMCwwLDExLjk4MSwwLDIuMDExLDIuMDExLDAsMCwwLDEuNzI5LTEuNTVBMjUuMTI0LDI1LjEyNCwwLDAsMCw5NzUuNzI2LDIyNC43NzZabS05LjQsNS44ODF2LTQuMzc1bDQuMjI5LDIuMTg4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk2MCAtMjIzKSIgZmlsbD0iIzI2MjkzNiIgZmlsbC1vcGFjaXR5PSIwLjUiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-63 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-63 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-63 .youtube .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE2IDExIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRZb3V0dWJlLnN2ZyIgZGF0YS1uYW1lPSI0WW91dHViZS5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTk3NS43MjYsMjI0Ljc3NmEyLjAxMSwyLjAxMSwwLDAsMC0xLjcyOS0xLjU1LDgyLjA0MSw4Mi4wNDEsMCwwLDAtMTEuOTgxLDAsMi4wMDksMi4wMDksMCwwLDAtMS43MjgsMS41NSwyNC45OTEsMjQuOTkxLDAsMCwwLDAsNy40NjEsMi4wMTEsMi4wMTEsMCwwLDAsMS43MjksMS41NSw4Mi40MTcsODIuNDE3LDAsMCwwLDExLjk4MSwwLDIuMDExLDIuMDExLDAsMCwwLDEuNzI5LTEuNTVBMjUuMTI0LDI1LjEyNCwwLDAsMCw5NzUuNzI2LDIyNC43NzZabS05LjQsNS44ODF2LTQuMzc1bDQuMjI5LDIuMTg4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk2MCAtMjIzKSIgZmlsbD0iIzI2MjkzNiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
}
.title-page .widgetsocial-63 .youtube .wg-soc-icon:active, .title-page .widgetsocial-63 .youtube .wg-soc-icon.active {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-63 .telegram .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi45NyIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE2Ljk3IDE1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRUZWxlZ3JhbS5zdmciIGRhdGEtbmFtZT0iNFRlbGVncmFtLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTAyNC44NCwyMjIuMTI4bC0xNS4yMiw2LjAxOWMtMC44My4yNTEtLjgsMS4xMS0wLjE5LDEuMzE2bDMuODIsMS4yNDMsMS40Niw0LjY3M2MwLjE3LDAuNTExLjMyLDAuNywwLjYyLDAuNzA4YTAuOTk0LDAuOTk0LDAsMCwwLC43Ny0wLjQyMmMwLjM5LS4zNzkuOTgtMC45NzcsMS45MS0xLjkyM2wzLjk3LDMuMDYxYzAuNzMsMC40MiwxLjI2LjIsMS40NC0uNzA4bDIuNDgtMTIuODQ5QzEwMjYuMTcsMjIyLjEzLDEwMjUuNTQsMjIxLjgsMTAyNC44NCwyMjIuMTI4Wm0tMTAuOTksOC4yOTMsOC42Ny01LjY4MmMwLjQyLS4zLjU2LDAuMDM1LDAuMzYsMC4yNjVsLTcuMTksNi43NjEtMC4zNywzLjM3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDA5IC0yMjIpIiBmaWxsPSIjMjYyOTM2IiBmaWxsLW9wYWNpdHk9IjAuNSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-63 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-63 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-63 .telegram .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi45NyIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE2Ljk3IDE1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRUZWxlZ3JhbS5zdmciIGRhdGEtbmFtZT0iNFRlbGVncmFtLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTAyNC44NCwyMjIuMTI4bC0xNS4yMiw2LjAxOWMtMC44My4yNTEtLjgsMS4xMS0wLjE5LDEuMzE2bDMuODIsMS4yNDMsMS40Niw0LjY3M2MwLjE3LDAuNTExLjMyLDAuNywwLjYyLDAuNzA4YTAuOTk0LDAuOTk0LDAsMCwwLC43Ny0wLjQyMmMwLjM5LS4zNzkuOTgtMC45NzcsMS45MS0xLjkyM2wzLjk3LDMuMDYxYzAuNzMsMC40MiwxLjI2LjIsMS40NC0uNzA4bDIuNDgtMTIuODQ5QzEwMjYuMTcsMjIyLjEzLDEwMjUuNTQsMjIxLjgsMTAyNC44NCwyMjIuMTI4Wm0tMTAuOTksOC4yOTMsOC42Ny01LjY4MmMwLjQyLS4zLjU2LDAuMDM1LDAuMzYsMC4yNjVsLTcuMTksNi43NjEtMC4zNywzLjM3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDA5IC0yMjIpIiBmaWxsPSIjMjYyOTM2IiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
}
.title-page .widgetsocial-63 .telegram .wg-soc-icon:active, .title-page .widgetsocial-63 .telegram .wg-soc-icon.active {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-63 .whatsapp .wg-soc-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRXaGF0c0FwcC5zdmciIGRhdGEtbmFtZT0iNFdoYXRzQXBwLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTA2OC4xNCwyMjEuMDA1YTcuNzkxLDcuNzkxLDAsMCwwLTYuNzMsMTEuODE1TDEwNjAsMjM3bDQuMzUtMS4zODFBNy44MTEsNy44MTEsMCwxLDAsMTA2OC4xNCwyMjEuMDA1Wm0wLDEuMzA1YTYuNTI1LDYuNTI1LDAsMCwwLTYuNTQsNi40ODcsNi40MzcsNi40MzcsMCwwLDAsMS4yNSwzLjhsLTAuODIsMi40MDksMi41Mi0uOEE2LjUwNSw2LjUwNSwwLDEsMCwxMDY4LjE0LDIyMi4zMVptNC4wNiw4LjVhMC45LDAuOSwwLDAsMC0uMzctMC4yNDZjLTAuMi0uMTA3LTEuMTctMC42MjUtMS4zNS0wLjdhMC4zMDksMC4zMDksMCwwLDAtLjQ1LjA4M2MtMC4xNC4xOTQtLjU1LDAuNjI3LTAuNjcsMC43NTZhMC4zLDAuMywwLDAsMS0uNDMuMDMzLDUuNDM0LDUuNDM0LDAsMCwxLTEuNTgtMS4wNDcsNS44NjIsNS44NjIsMCwwLDEtMS4wNi0xLjQxOCwwLjI5MSwwLjI5MSwwLDAsMSwuMS0wLjRjMC4wOS0uMDg2LjIxLTAuMjI1LDAuMzEtMC4zMzdhMS4xOTEsMS4xOTEsMCwwLDAsLjIyLTAuMzI0LDAuMzU4LDAuMzU4LDAsMCwwLS4wMS0wLjM0OWMtMC4wNC0uMS0wLjQxLTEuMDk1LTAuNTYtMS41cy0wLjMyLS4zNDQtMC40NC0wLjM0OS0wLjI1LS4wMjYtMC4zOC0wLjAzMWEwLjc1NiwwLjc1NiwwLDAsMC0uNTUuMjI5LDIuMjQyLDIuMjQyLDAsMCwwLS43NiwxLjYzMywzLjg3MSwzLjg3MSwwLDAsMCwuNzQsMi4wODcsOC4yMTYsOC4yMTYsMCwwLDAsMy4zMSwzLjEzYzIuMDEsMC44NzIsMi4wMi42MDYsMi4zOSwwLjU4NmEyLjAxNywyLjAxNywwLDAsMCwxLjM5LS45QTEuNTY1LDEuNTY1LDAsMCwwLDEwNzIuMiwyMzAuODEzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNjAgLTIyMSkiIGZpbGw9IiMyNjI5MzYiIGZpbGwtb3BhY2l0eT0iMC41IiB0eXBlPSJzb2xpZENvbG9yIj48L3BhdGg+Cjwvc3ZnPg==") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
  width: 35px;
  min-height: 35px;
  text-align: left;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  height: 35px;
}
.title-page .widgetsocial-63 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-63 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-63 .whatsapp .wg-soc-icon.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iXzRXaGF0c0FwcC5zdmciIGRhdGEtbmFtZT0iNFdoYXRzQXBwLnN2ZyIgY2xhc3M9ImNscy0xIiBkPSJNMTA2OC4xNCwyMjEuMDA1YTcuNzkxLDcuNzkxLDAsMCwwLTYuNzMsMTEuODE1TDEwNjAsMjM3bDQuMzUtMS4zODFBNy44MTEsNy44MTEsMCwxLDAsMTA2OC4xNCwyMjEuMDA1Wm0wLDEuMzA1YTYuNTI1LDYuNTI1LDAsMCwwLTYuNTQsNi40ODcsNi40MzcsNi40MzcsMCwwLDAsMS4yNSwzLjhsLTAuODIsMi40MDksMi41Mi0uOEE2LjUwNSw2LjUwNSwwLDEsMCwxMDY4LjE0LDIyMi4zMVptNC4wNiw4LjVhMC45LDAuOSwwLDAsMC0uMzctMC4yNDZjLTAuMi0uMTA3LTEuMTctMC42MjUtMS4zNS0wLjdhMC4zMDksMC4zMDksMCwwLDAtLjQ1LjA4M2MtMC4xNC4xOTQtLjU1LDAuNjI3LTAuNjcsMC43NTZhMC4zLDAuMywwLDAsMS0uNDMuMDMzLDUuNDM0LDUuNDM0LDAsMCwxLTEuNTgtMS4wNDcsNS44NjIsNS44NjIsMCwwLDEtMS4wNi0xLjQxOCwwLjI5MSwwLjI5MSwwLDAsMSwuMS0wLjRjMC4wOS0uMDg2LjIxLTAuMjI1LDAuMzEtMC4zMzdhMS4xOTEsMS4xOTEsMCwwLDAsLjIyLTAuMzI0LDAuMzU4LDAuMzU4LDAsMCwwLS4wMS0wLjM0OWMtMC4wNC0uMS0wLjQxLTEuMDk1LTAuNTYtMS41cy0wLjMyLS4zNDQtMC40NC0wLjM0OS0wLjI1LS4wMjYtMC4zOC0wLjAzMWEwLjc1NiwwLjc1NiwwLDAsMC0uNTUuMjI5LDIuMjQyLDIuMjQyLDAsMCwwLS43NiwxLjYzMywzLjg3MSwzLjg3MSwwLDAsMCwuNzQsMi4wODcsOC4yMTYsOC4yMTYsMCwwLDAsMy4zMSwzLjEzYzIuMDEsMC44NzIsMi4wMi42MDYsMi4zOSwwLjU4NmEyLjAxNywyLjAxNywwLDAsMCwxLjM5LS45QTEuNTY1LDEuNTY1LDAsMCwwLDEwNzIuMiwyMzAuODEzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNjAgLTIyMSkiIGZpbGw9IiMyNjI5MzYiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciI+PC9wYXRoPgo8L3N2Zz4=") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.16);
}
.title-page .widgetsocial-63 .whatsapp .wg-soc-icon:active, .title-page .widgetsocial-63 .whatsapp .wg-soc-icon.active {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widgetsocial-63 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-63 .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-57 {
  margin: 19px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  color: rgba(255, 255, 255, 0.84);
  text-align: right;
  text-decoration: none;
  font-size: 13px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 300px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  right: 0;
  min-height: 16px;
}
.title-page .block-59 {
  padding: 100px 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/line.svg") left 50% top 50% / auto auto repeat-y rgba(0, 4, 255, 0.02);
  max-width: 100%;
  z-index: 2;
  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-60 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1366px;
  min-height: 250px;
  max-width: 100%;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-59 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  right: 0;
  max-width: 100%;
}
.title-page .news-68 p:first-child {
  margin-top: 0;
}
.title-page .news-68 p:last-child {
  margin-bottom: 0;
}
.title-page .news-68 .news__header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
.title-page .news-68 .news__title {
  box-sizing: border-box;
  font-size: 40px;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Oswald, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #242424;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.title-page .news-68 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .news-68 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .news-68 .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-68 .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-68 .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-68 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .news-68 .item {
  padding: 30px;
  margin: 10px;
  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-box-shadow: 0px 6px 12px rgba(134, 134, 220, 0.1);
  -moz-box-shadow: 0px 6px 12px rgba(134, 134, 220, 0.1);
  box-shadow: 0px 6px 12px rgba(134, 134, 220, 0.1);
  background: #fff;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .news-68 .item__image {
  box-sizing: border-box;
  font-size: 0;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .news-68 .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-68 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 250px;
  -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: -30px;
  margin-right: -30px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  background: #f4f4fc;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: -30px;
  align-self: auto;
}
.title-page .news-68 .item__image img {
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-68 .item__title {
  box-sizing: border-box;
  font-weight: 500;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  font-family: Oswald, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 20px;
}
.title-page .news-68 .item__title > a {
  color: inherit;
  text-decoration: inherit;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .news-68 .item__date {
  border: none;
  box-sizing: border-box;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding-left: 21px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iY2FsZW5kYXIuc3ZnIiBjbGFzcz0iY2xzLTEiIGQ9Ik0yNTQuMDg4LDY5OUgyNDMuOTEyYTAuODgzLDAuODgzLDAsMCwxLS45MTItMC44NDl2LTguOThhMC44ODMsMC44ODMsMCwwLDEsLjkxMi0wLjg0OWgxMC4xNzZhMC44ODMsMC44ODMsMCwwLDEsLjkxMi44NDl2OC45OEEwLjg4MywwLjg4MywwLDAsMSwyNTQuMDg4LDY5OVptLTAuMzI2LS42MjhoLTkuNDE2YTAuNjA5LDAuNjA5LDAsMCwxLS42MjktMC41ODZWNjkxLjVoMTAuNTY2djYuMzgzQTAuNSwwLjUsMCwwLDEsMjUzLjc2Miw2OTguMzcyWm0tNy41MjktNC44aC0wLjkxMmEwLjI1MiwwLjI1MiwwLDAsMS0uMjYtMC4yNDJ2LTAuODQ4YTAuMjUyLDAuMjUyLDAsMCwxLC4yNi0wLjI0M2gwLjkxMmEwLjI1MiwwLjI1MiwwLDAsMSwuMjYuMjQzdjAuODQ4QTAuMjUyLDAuMjUyLDAsMCwxLDI0Ni4yMzMsNjkzLjU3MlptMi4xNDgsMEgyNDcuNDdhMC4yNTIsMC4yNTIsMCwwLDEtLjI2LTAuMjQydi0wLjg0OGEwLjI1MiwwLjI1MiwwLDAsMSwuMjYtMC4yNDNoMC45MTFhMC4yNTMsMC4yNTMsMCwwLDEsLjI2MS4yNDN2MC44NDhBMC4yNTMsMC4yNTMsMCwwLDEsMjQ4LjM4MSw2OTMuNTcyWm0yLjE0OSwwaC0wLjkxMWEwLjI1MywwLjI1MywwLDAsMS0uMjYxLTAuMjQydi0wLjg0OGEwLjI1MywwLjI1MywwLDAsMSwuMjYxLTAuMjQzaDAuOTExYTAuMjUyLDAuMjUyLDAsMCwxLC4yNi4yNDN2MC44NDhBMC4yNTIsMC4yNTIsMCwwLDEsMjUwLjUzLDY5My41NzJabTIuMTQ5LDBoLTAuOTEyYTAuMjUyLDAuMjUyLDAsMCwxLS4yNi0wLjI0MnYtMC44NDhhMC4yNTIsMC4yNTIsMCwwLDEsLjI2LTAuMjQzaDAuOTEyYTAuMjUyLDAuMjUyLDAsMCwxLC4yNi4yNDN2MC44NDhBMC4yNTIsMC4yNTIsMCwwLDEsMjUyLjY3OSw2OTMuNTcyWm0tNi40NDYsMmgtMC45MTJhMC4yNTIsMC4yNTIsMCwwLDEtLjI2LTAuMjQydi0wLjg0OGEwLjI1MiwwLjI1MiwwLDAsMSwuMjYtMC4yNDNoMC45MTJhMC4yNTIsMC4yNTIsMCwwLDEsLjI2LjI0M3YwLjg0OEEwLjI1MiwwLjI1MiwwLDAsMSwyNDYuMjMzLDY5NS41NzFabTQuMywwaC0wLjkxMWEwLjI1MywwLjI1MywwLDAsMS0uMjYxLTAuMjQydi0wLjg0OGEwLjI1MywwLjI1MywwLDAsMSwuMjYxLTAuMjQzaDAuOTExYTAuMjUyLDAuMjUyLDAsMCwxLC4yNi4yNDN2MC44NDhBMC4yNTIsMC4yNTIsMCwwLDEsMjUwLjUzLDY5NS41NzFabTIuMTQ5LDBoLTAuOTEyYTAuMjUyLDAuMjUyLDAsMCwxLS4yNi0wLjI0MnYtMC44NDhhMC4yNTIsMC4yNTIsMCwwLDEsLjI2LTAuMjQzaDAuOTEyYTAuMjUyLDAuMjUyLDAsMCwxLC4yNi4yNDN2MC44NDhBMC4yNTIsMC4yNTIsMCwwLDEsMjUyLjY3OSw2OTUuNTcxWm0tNi40NDYsMi4wNjVoLTAuOTEyYTAuMjUyLDAuMjUyLDAsMCwxLS4yNi0wLjI0MnYtMC44NDhhMC4yNTIsMC4yNTIsMCwwLDEsLjI2LTAuMjQyaDAuOTEyYTAuMjUxLDAuMjUxLDAsMCwxLC4yNi4yNDJ2MC44NDhBMC4yNTEsMC4yNTEsMCwwLDEsMjQ2LjIzMyw2OTcuNjM2Wm0yLjE0OCwwSDI0Ny40N2EwLjI1MSwwLjI1MSwwLDAsMS0uMjYtMC4yNDJ2LTAuODQ4YTAuMjUxLDAuMjUxLDAsMCwxLC4yNi0wLjI0MmgwLjkxMWEwLjI1MiwwLjI1MiwwLDAsMSwuMjYxLjI0MnYwLjg0OEEwLjI1MiwwLjI1MiwwLDAsMSwyNDguMzgxLDY5Ny42MzZabTIuMTQ5LDBoLTAuOTExYTAuMjUyLDAuMjUyLDAsMCwxLS4yNjEtMC4yNDJ2LTAuODQ4YTAuMjUyLDAuMjUyLDAsMCwxLC4yNjEtMC4yNDJoMC45MTFhMC4yNTEsMC4yNTEsMCwwLDEsLjI2LjI0MnYwLjg0OEEwLjI1MSwwLjI1MSwwLDAsMSwyNTAuNTMsNjk3LjYzNlptLTIuMTQ5LTIuMDczSDI0Ny40N2EwLjI1MiwwLjI1MiwwLDAsMS0uMjYtMC4yNDN2LTAuODQ4YTAuMjUyLDAuMjUyLDAsMCwxLC4yNi0wLjI0MmgwLjkxMWEwLjI1MywwLjI1MywwLDAsMSwuMjYxLjI0MnYwLjg0OEEwLjI1MywwLjI1MywwLDAsMSwyNDguMzgxLDY5NS41NjNabS0xLjc3My02LjE0OGEwLjcyOSwwLjcyOSwwLDEsMS0uNzI3LTAuNjc3QTAuNywwLjcsMCwwLDEsMjQ2LjYwOCw2ODkuNDE1Wm0tMC43MjcuNDQyaDBhMC40NTQsMC40NTQsMCwwLDEtLjQ3LTAuNDM3di0xLjk4M2EwLjQ1NCwwLjQ1NCwwLDAsMSwuNDctMC40MzdoMGEwLjQ1NSwwLjQ1NSwwLDAsMSwuNDcuNDM3djEuOTgzQTAuNDU1LDAuNDU1LDAsMCwxLDI0NS44ODEsNjg5Ljg1N1ptNi43NDgtLjQ0MmEwLjcyOSwwLjcyOSwwLDEsMS0uNzI4LTAuNjc3QTAuNywwLjcsMCwwLDEsMjUyLjYyOSw2ODkuNDE1Wm0tMC43MjguNDQyaDBhMC40NTUsMC40NTUsMCwwLDEtLjQ3LTAuNDM3di0xLjk4M0EwLjQ1NSwwLjQ1NSwwLDAsMSwyNTEuOSw2ODdoMGEwLjQ1NCwwLjQ1NCwwLDAsMSwuNDcuNDM3djEuOTgzQTAuNDU0LDAuNDU0LDAsMCwxLDI1MS45LDY4OS44NTdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjQzIC02ODcpIiBmaWxsPSIjM2EzYTNhIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 0px top 50% / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 2px;
  margin-top: 10px;
}
.title-page .news-68 .item__date > span {
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  color: #303030;
  text-transform: lowercase;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  font-weight: normal;
}
.title-page .news-68 .item__text {
  box-sizing: border-box;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.62);
  line-height: 2;
  text-decoration: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}
.title-page .news-68 .item__text .align-elem {
  flex-basis: 100%;
}
.title-page .news-68 .item__more {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
}
.title-page .news-68 .item__more_link {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  color: #cd0034;
  text-decoration: underline;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 500;
}
.title-page .news-68 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .news-68 .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-68 .item__date > span ins {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  color: #808080;
  text-decoration: none;
}
.title-page .news-68 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
}
.title-page .news-68 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_news_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .news-68 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_news_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .news-68 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-68 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-68 .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-68 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-68 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .news-68 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-68 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .news-68 .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-68 .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-68 .pager-wrap {
  box-sizing: border-box;
}
.title-page .news-68 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .news-68 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .news-68 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .news-68 .bx-pager a:active, .title-page .news-68 .bx-pager a.active {
  background: #bbb;
}
.title-page .news-68 .news__footer {
  box-sizing: border-box;
}
.title-page .news-68 .news__all {
  box-sizing: border-box;
}
.title-page .news-68 .all_link {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #000;
  text-decoration: none;
}
.title-page .block-66 {
  padding: 100px 30px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: url("../images/line.svg") left 50% top 50% / auto auto repeat-y rgba(0, 3, 181, 0.08);
  max-width: 100%;
  z-index: 1;
  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-67 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1366px;
  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;
}
.title-page .widget-58 {
  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;
  font-family: Oswald, sans-serif;
}
.title-page .popover-wrap-67 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  width: 350px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #1f1f1f;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-67 .popover-body .form_text input {
  padding: 20px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.06);
}
.title-page .popover-wrap-67 .popover-body .form_text input:hover, .title-page .popover-wrap-67 .popover-body .form_text input.hover, .title-page .popover-wrap-67 .popover-body .form_text input.active {
  background: rgba(0, 0, 0, 0.18);
}
.title-page .popover-wrap-67 .popover-body .form_calendar input {
  padding: 20px 30px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: rgba(255, 255, 255, 0.66);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.06);
}
.title-page .popover-wrap-67 .popover-body .form_calendar input:hover, .title-page .popover-wrap-67 .popover-body .form_calendar input.hover, .title-page .popover-wrap-67 .popover-body .form_calendar input.active {
  background: rgba(0, 0, 0, 0.18);
}
.title-page .popover-wrap-67 .popover-body .form_calendar_interval input {
  padding: 15px 25px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Oswald, sans-serif;
  color: rgba(255, 255, 255, 0.54);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.06);
}
.title-page .popover-wrap-67 .popover-body .form_calendar_interval input:hover, .title-page .popover-wrap-67 .popover-body .form_calendar_interval input.hover, .title-page .popover-wrap-67 .popover-body .form_calendar_interval input.active {
  background: rgba(0, 0, 0, 0.18);
}
.title-page .popover-wrap-67 .popover-body textarea {
  padding: 20px 30px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.1);
}
.title-page .popover-wrap-67 .popover-body .s3_button_large {
  padding: 20px 35px;
  border: none;
  background: #e82186;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 6px 8px rgba(232, 33, 134, 0.39);
  -moz-box-shadow: 0px 6px 8px rgba(232, 33, 134, 0.39);
  box-shadow: 0px 6px 8px rgba(232, 33, 134, 0.39);
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
  font-family: Oswald, 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;
  width: 999px;
  max-width: 100%;
  margin-top: 10px;
}
.title-page .popover-wrap-67 .popover-body .s3_button_large:hover, .title-page .popover-wrap-67 .popover-body .s3_button_large.hover, .title-page .popover-wrap-67 .popover-body .s3_button_large.active {
  background: #f08;
}
.title-page .popover-wrap-67 .popover-body .s3_button_large:active, .title-page .popover-wrap-67 .popover-body .s3_button_large.active {
  background: #d91f82;
}
.title-page .popover-wrap-67 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: rgba(255, 255, 255, 0);
  color: #e82186;
  box-sizing: border-box;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 600;
}
.title-page .popover-wrap-67 .popover-close {
  padding: 0.02px 0;
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/lib_2503401_close.svg") left 50% top 50% / auto auto no-repeat #e82186;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  min-height: 45px;
  -webkit-box-shadow: 0px 6px 8px rgba(232, 33, 134, 0.39);
  -moz-box-shadow: 0px 6px 8px rgba(232, 33, 134, 0.39);
  box-shadow: 0px 6px 8px rgba(232, 33, 134, 0.39);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_content .icon.img_name {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_content .icon.img_email {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_content .icon.img_phone {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .blocklist-67 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-67 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-67 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 0;
  box-sizing: border-box;
}
.title-page .blocklist-67 .header_text {
  border: none;
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  color: #242424;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-67 .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-67 .description {
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  color: rgba(0, 0, 0, 0.7);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 22px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-weight: 300;
  margin-top: 5px;
}
.title-page .blocklist-67 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .blocklist-67 .body {
  margin: 0 -24px 0 0;
  box-sizing: border-box;
}
.title-page .blocklist-67 .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-67 .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-67 .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-67 .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-67 .item {
  padding: 0.02px 0;
  margin: 0 24px 24px 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: center;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-box-shadow: 0px 6px 12px rgba(134, 134, 220, 0.1);
  -moz-box-shadow: 0px 6px 12px rgba(134, 134, 220, 0.1);
  box-shadow: 0px 6px 12px rgba(134, 134, 220, 0.1);
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  align-self: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-67 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: rgba(255, 255, 255, 0.77);
  line-height: 1.5;
  -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;
}
.title-page .blocklist-67 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-67 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  float: none;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}
.title-page .blocklist-67 .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-67 .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-67 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 378px;
  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;
  background: rgba(7, 53, 189, 0.09);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-67 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-67 .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-67 .title {
  margin: 17px 120px 5px 30px;
  font-weight: bold;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #292929;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 23px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-right: 59px;
}
.title-page .blocklist-67 .sub-title {
  border: none;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  color: #242424;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 19px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 30px;
  margin-right: 120px;
  font-weight: 300;
}
.title-page .blocklist-67 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
  border-right: 0px dashed rgba(255, 255, 255, 0.15);
  border-bottom: 0px dashed rgba(255, 255, 255, 0.15);
  border-left: 0px dashed rgba(255, 255, 255, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-67 .price-inner {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
}
.title-page .blocklist-67 .price-note {
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-67 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}
.title-page .blocklist-67 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  text-decoration: none;
  font-size: 14px;
}
.title-page .blocklist-67 .more {
  margin: 0 30px 0 0;
  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;
}
.title-page .blocklist-67 .more > a {
  padding: 0.02px 0;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: rgba(241, 50, 95, 0);
  text-decoration: underline;
  font-size: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGx1cy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTU1MCw3NTVoLTZ2NmgtMnYtNmgtNnYtMmg2di02aDJ2Nmg2djJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTM2IC03NDcpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #cd0034;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: normal;
  width: 50px;
  min-height: 50px;
  margin-top: 10px;
  align-self: auto;
}
.title-page .blocklist-67 .more > a:hover, .title-page .blocklist-67 .more > a.hover, .title-page .blocklist-67 .more > a.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGx1cy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTU1MCw3NTVoLTZ2NmgtMnYtNmgtNnYtMmg2di02aDJ2Nmg2djJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTM2IC03NDcpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #e8001b;
}
.title-page .blocklist-67 .more > a:active, .title-page .blocklist-67 .more > a.active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGx1cy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTU1MCw3NTVoLTZ2NmgtMnYtNmgtNnYtMmg2di02aDJ2Nmg2djJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTM2IC03NDcpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / auto auto no-repeat #bf0016;
}
.title-page .blocklist-67 .bx-wrapper {
  max-width: 1392px;
}
.title-page .blocklist-67 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-67 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-67 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .blocklist-67 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-67 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 0;
}
.title-page .blocklist-67 .all {
  padding: 20px 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: #262626;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #333;
  -moz-box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #333;
  box-shadow: 0 0 0 transparent, inset 0px 0px 0px 2px #333;
  background: none transparent;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  font-weight: 600;
}
.title-page .blocklist-67 .all:hover, .title-page .blocklist-67 .all.hover, .title-page .blocklist-67 .all.active {
  color: #fff;
  -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  background: repeating-linear-gradient(284deg, #782386 0%, #f08 100%) transparent;
}
.title-page .blocklist-67 .all:active, .title-page .blocklist-67 .all.active {
  -webkit-box-shadow: inset 0px 5px 0px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  -moz-box-shadow: inset 0px 5px 0px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  box-shadow: inset 0px 5px 0px rgba(0, 0, 0, 0.1), 0 0 0 transparent;
  background: repeating-linear-gradient(284deg, #782386 0%, #f08 100%) #d91f82;
}
.title-page .blocklist-67 .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-67 .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-67 .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-67 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-67 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-67 .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-67 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-67 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-67 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-67 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-67 .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-67 .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-67 .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-67 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-67 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-67 .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-67 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-67 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-67 .popover-form-title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-67 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-67 .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-67 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-67 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 0;
}
.title-page .popover-wrap-67 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  text-align: center;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
  text-align: left;
  margin-top: 5px;
}
.title-page .popover-wrap-67 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Oswald, sans-serif;
  text-align: center;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-67 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-67 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .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-67 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.title-page .popover-wrap-67 .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-67 .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-67 .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: Oswald, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .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-67 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-67 .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-67 .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-67 .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: Oswald, sans-serif;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_select {
  border: none;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-67 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_select .s3_form_field_content {
  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: Oswald, 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;
}
.title-page .popover-wrap-67 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-67 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-67 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-67 .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-67 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-67 .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-67 .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: Oswald, sans-serif;
  text-align: left;
  color: #fcfcfc;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.title-page .popover-wrap-67 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-67 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-67 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Oswald, sans-serif;
  text-align: left;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-67 .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-67 .popover-body .s3_required {
  color: #e82186;
  font-family: Oswald, sans-serif;
  text-align: left;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
}
.title-page .popover-wrap-67 .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-67 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.53);
}
.title-page .popover-wrap-67 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.53);
}
.title-page .popover-wrap-67 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.53);
}
.title-page .widget-40 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: left;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
}
.title-page .side-panel-16 .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-16 .side-panel-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 265px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.title-page .side-panel-16 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
}
.title-page .side-panel-16 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 0;
}
.title-page .side-panel-16 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .side-panel-16 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}
.title-page .side-panel-16 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-16 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
}
.title-page .side-panel-16 .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-36 {
    min-height: 0;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-69 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-37 .layout_6 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-37 .layout_9 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    display: none;
  }
  .title-page .block-37 .layout_10 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-37 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-bottom: 25px;
    padding-top: 25px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-38 {
    width: 999px;
    margin-top: 0;
    right: 0;
    max-width: 100%;
  }
  .title-page .widget-34 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .site-name-7 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
  }
  .title-page .site-name-7 .sn-text:hover, .title-page .site-name-7 .sn-text.hover, .title-page .site-name-7 .sn-text.active {
    font-weight: 800;
  }
  .title-page .widget-35 {
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-39 {
    width: 300px;
    margin-left: auto;
    right: 0;
    max-width: 100%;
    padding-right: 30px;
  }
  .title-page .block-49 {
    min-height: 105px;
    background: repeating-linear-gradient(to top, rgba(31, 31, 56, 0.76) 0%, rgba(31, 31, 56, 0) 50.8%, rgba(3, 96, 120, 0) 100%), url("../images/adsass.jpg") left 50% top 50% / cover no-repeat;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding-left: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-40 .layout_13 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_15 {
    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-40 {
    width: auto;
    min-height: 492px;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-41 {
    margin-top: 87px;
    margin-bottom: 0;
    width: 372px;
    min-height: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-page .widget-38 {
    margin-top: 0;
    background: none;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    display: block;
  }
  .title-page .editable_block-14 .header {
    font-size: 31px;
    background: none;
  }
  .title-page .editable_block-14 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-14 .title {
    font-size: 14px;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .editable_block-14 .title:active, .title-page .editable_block-14 .title.active {
    font-weight: 800;
  }
  .title-page .editable_block-14 .text {
    font-size: 19px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    margin-right: 0;
  }
  .title-page .editable_block-14 .more {
    clear: none;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .editable_block-14 .more > a {
    padding: 30px 35px;
  }
  .title-page .popover-wrap-14 .popover-form-title {
    background: none;
  }
  .title-page .widget-39 {
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 40px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .blocklist-15 .body-outer {
    width: auto;
  }
  .title-page .blocklist-15 .body {
    width: auto;
  }
  .title-page .blocklist-15 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-15 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .block-42 {
    background: #fff;
    padding-bottom: 38px;
    padding-top: 70px;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .title-page .block-43 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-42 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .popover-wrap-32 .popover-body .s3_message {
    background: none;
  }
  .title-page .blocklist-32 .header_text {
    background: none;
  }
  .title-page .blocklist-32 .body-outer {
    width: auto;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .blocklist-32 .body {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-32 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .blocklist-32 .list {
    width: 707px;
  }
  .title-page .blocklist-32 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-32 .item {
    padding: 25px;
    border: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    margin-top: 0;
    align-self: auto;
    margin-bottom: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-32 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .blocklist-32 .image {
    margin-right: auto;
    float: none;
    -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: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    margin-left: auto;
    max-width: 100%;
    width: 60px;
    min-height: 60px;
  }
  .title-page .blocklist-32 .img-convert {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-32 .price {
    background: none;
  }
  .title-page .blocklist-32 .more > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-32 .more > a:hover, .title-page .blocklist-32 .more > a.hover, .title-page .blocklist-32 .more > a.active {
    color: #2464ba;
  }
  .title-page .blocklist-32 .controls {
    margin-top: -47px;
    padding-top: 0.02px;
  }
  .title-page .block-44 .layout_21 {
    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-44 .layout_24 {
    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-44 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-46 {
    margin-top: 0;
    margin-right: 0;
    width: auto;
    right: 0;
  }
  .title-page .widget-41 {
    width: auto;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .editable_block-20 .header {
    -webkit-box-shadow: inset 0px 0px 0px #e92a72;
    -moz-box-shadow: inset 0px 0px 0px #e92a72;
    box-shadow: inset 0px 0px 0px #e92a72;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .title-page .editable_block-20 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-20 .title {
    font-size: 29px;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .editable_block-20 .title:hover, .title-page .editable_block-20 .title.hover, .title-page .editable_block-20 .title.active {
    font-weight: 800;
  }
  .title-page .editable_block-20 .text {
    font-size: 16px;
  }
  .title-page .editable_block-20 .more {
    clear: none;
  }
  .title-page .block-45 {
    min-height: 355px;
    background: url("../images/54933920.jpg") left 50% top 50% / cover no-repeat rgba(0, 6, 173, 0.06);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-47 .layout_27 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-47 .layout_30 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-47 {
    margin: 228px 35px -61px auto;
    width: 350px;
    right: auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .text-5 {
    margin-top: 0;
    margin-right: auto;
  }
  .title-page .block-48 {
    margin-left: auto;
  }
  .title-page .text-6 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .text-7 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .text-3 {
    border: none;
    font-size: 16px;
    padding-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .title-page .block-55 {
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-54 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-44 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-39 .header_text {
    font-size: 35px;
  }
  .title-page .blocklist-39 .description {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .title-page .blocklist-39 .body-outer {
    width: auto;
    text-align: center;
  }
  .title-page .blocklist-39 .body {
    width: auto;
    margin-left: -12px;
    margin-right: -12px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-39 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-39 .item {
    margin: 12px;
    padding-bottom: 20px;
  }
  .title-page .blocklist-39 .image {
    padding-top: 0.02px;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .blocklist-39 .img-convert {
    height: 250px;
  }
  .title-page .blocklist-39 .title {
    border: none;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-39 .sub-title {
    margin-right: 20px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .title-page .blocklist-39 .price {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .blocklist-39 .more {
    margin: 10px 20px 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    display: none;
  }
  .title-page .blocklist-39 .more > a {
    font-size: 14px;
    width: 45px;
    min-height: 45px;
  }
  .title-page .blocklist-39 .more > a:hover, .title-page .blocklist-39 .more > a.hover, .title-page .blocklist-39 .more > a.active {
    font-weight: 600;
  }
  .title-page .blocklist-39 .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .popover-wrap-39 .popover-body .s3_form_item.form_select {
    background: none;
  }
  .title-page .popover-wrap-39 .popover-body .form_select .s3_form_field_content {
    background: none;
  }
  .title-page .block-56 {
    background: #cd0034;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-57 {
    padding: 70px 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .title-page .block-58 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-45 {
    width: auto;
    padding-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    padding-left: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .blocklist-45 .header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-45 .description {
    margin-bottom: 20px;
  }
  .title-page .blocklist-45 .body-outer {
    width: auto;
  }
  .title-page .blocklist-45 .body {
    width: auto;
  }
  .title-page .blocklist-45 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-45 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
    padding-top: 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;
  }
  .title-page .blocklist-45 .text {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    margin-left: 82px;
  }
  .title-page .blocklist-45 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-45 .title {
    -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-45 .price {
    background: none;
  }
  .title-page .blocklist-45 .price-value:hover, .title-page .blocklist-45 .price-value.hover, .title-page .blocklist-45 .price-value.active {
    font-weight: 900;
  }
  .title-page .popover-wrap-45 .popover-form-title {
    background: none;
  }
  .title-page .widget-46 {
    margin-right: auto;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-61 .layout_center_50_id_51_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-61 {
    padding-top: 70px;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .widget-48 {
    text-align: left;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: -97px;
  }
  .title-page .up-51 .icon {
    background: none;
  }
  .title-page .block-62 {
    background: none;
    margin-top: 14px;
    margin-left: 0;
    padding-bottom: 0.02px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-49 {
    margin-bottom: 20px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .popover-wrap-53 .popover-body .s3_message {
    background: none;
  }
  .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 {
    color: rgba(255, 255, 255, 0.65);
    background: none;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .editable_block-53 .more {
    clear: none;
  }
  .title-page .popover-wrap-53 .popover-body .s3_form_item.form_select {
    background: none;
  }
  .title-page .popover-wrap-53 .popover-body .form_select .s3_form_field_content {
    background: none;
  }
  .title-page .block-63 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-64 .layout_center_55_id_56_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-64 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .widget-50 {
    text-align: center;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-top: 0.02px;
    max-width: 100%;
    display: block;
  }
  .title-page .phones-56 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-56 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-51 {
    text-align: left;
    min-height: 0;
    margin-top: 21px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .popover-wrap-57 .popover-body .s3_message {
    background: none;
  }
  .title-page .popover-wrap-57 .popover-body .s3_form_item.form_select {
    background: none;
  }
  .title-page .popover-wrap-57 .popover-body .form_select .s3_form_field_content {
    background: none;
  }
  .title-page .widget-52 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    -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;
    padding-top: 0.02px;
    display: block;
  }
  .title-page .address-58 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-58 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-58 .title {
    margin-bottom: 0;
  }
  .title-page .address-58 .text_body {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .widget-53 {
    text-align: center;
    margin-right: auto;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .email-59 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-59 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .email-59 .title {
    background: none;
  }
  .title-page .email-59 .text_body {
    background: none;
  }
  .title-page .widget-54 {
    margin-top: 0;
    display: none;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .title-page .block-65 .layout_62 {
    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-65 .layout_63 {
    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-65 .layout_64 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-65 {
    background: none;
    margin-left: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-55 {
    text-align: center;
    width: 999px;
    margin-top: 15px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    max-width: 100%;
  }
  .title-page .widget-56 {
    margin-bottom: 0;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widgetsocial-63 .soc-item {
    background: none;
  }
  .title-page .widget-57 {
    text-align: center;
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -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-59 {
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-60 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-59 {
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
    display: block;
  }
  .title-page .news-68 .news__header {
    margin-bottom: 20px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .news-68 .body-outer {
    width: auto;
  }
  .title-page .news-68 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .news-68 .item-outer {
    width: 100%;
  }
  .title-page .news-68 .item {
    padding: 20px;
    margin-right: 0;
    margin-left: 0;
    display: block;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .news-68 .item__image {
    max-width: 100%;
    margin-right: 35px;
    margin-bottom: 5px;
    float: left;
  }
  .title-page .news-68 .img-convert {
    width: 243px;
    margin-left: 0;
    margin-right: 0;
    height: 256px;
    margin-top: 0;
  }
  .title-page .news-68 .item__image img {
    min-height: 0;
  }
  .title-page .block-66 {
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .title-page .block-67 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-58 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-67 .body-outer {
    width: auto;
  }
  .title-page .blocklist-67 .body {
    width: auto;
    margin-left: -12px;
    margin-right: -12px;
  }
  .title-page .blocklist-67 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-67 .item {
    margin: 12px;
    padding-bottom: 20px;
  }
  .title-page .blocklist-67 .image {
    padding-top: 0.02px;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .blocklist-67 .img-convert {
    height: 250px;
  }
  .title-page .blocklist-67 .title {
    border: none;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .blocklist-67 .sub-title {
    margin-right: 20px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    margin-left: 20px;
    font-size: 18px;
  }
  .title-page .blocklist-67 .price {
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
  }
  .title-page .blocklist-67 .more {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
    margin-right: 20px;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    margin-left: 20px;
    display: none;
  }
  .title-page .blocklist-67 .more > a {
    font-size: 14px;
    width: 45px;
    min-height: 45px;
  }
  .title-page .blocklist-67 .more > a:hover, .title-page .blocklist-67 .more > a.hover, .title-page .blocklist-67 .more > a.active {
    font-weight: 600;
  }
  .title-page .popover-wrap-67 .popover-body .s3_form_item.form_select {
    background: none;
  }
  .title-page .popover-wrap-67 .popover-body .form_select .s3_form_field_content {
    background: none;
  }
  .title-page .widget-40 {
    box-sizing: border-box;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .side-panel-16 .side-panel-content {
    left: auto;
    right: 0;
  }
  .title-page .side-panel-16 .side-panel-close {
    padding: 0.02px 0;
    border: none;
    left: auto;
    right: 100%;
    width: 50px;
    min-height: 50px;
    margin-right: 10px;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 0 transparent, 0px 0px 18px rgba(235, 21, 64, 0.22);
    -moz-box-shadow: 0 0 0 transparent, 0px 0px 18px rgba(235, 21, 64, 0.22);
    box-shadow: 0 0 0 transparent, 0px 0px 18px rgba(235, 21, 64, 0.22);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/close.svg") left 50% top 50% / auto auto no-repeat #cd0034;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    font-family: El Messiri, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
  }
  .title-page .side-panel-16 .side-panel-close:hover, .title-page .side-panel-16 .side-panel-close.hover, .title-page .side-panel-16 .side-panel-close.active {
    -webkit-box-shadow: 0 0 0 transparent, 0px 0px 14px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0 0 0 transparent, 0px 0px 14px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 transparent, 0px 0px 14px rgba(255, 255, 255, 0.15);
    background: url("../images/close.svg") left 50% top 50% / auto auto no-repeat #e91540;
  }
  .title-page .side-panel-16 .side-panel-close:active, .title-page .side-panel-16 .side-panel-close.active {
    -webkit-box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.07), 0px 0px 13px rgba(255, 255, 255, 0.31);
    -moz-box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.07), 0px 0px 13px rgba(255, 255, 255, 0.31);
    box-shadow: inset 0px -5px 0px rgba(0, 0, 0, 0.07), 0px 0px 13px rgba(255, 255, 255, 0.31);
    background: url("../images/close.svg") left 50% top 50% / auto auto no-repeat #eb1540;
  }
  .title-page .side-panel-16 .side-panel-top {
    width: auto;
  }
  .title-page .side-panel-16 .side-panel-button {
    border: none;
    width: 50px;
    min-height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/menu.svg") left 50% top 50% / auto auto no-repeat #cd0034;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-16 .side-panel-button-icon-line {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-37 .layout_6 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-37 .layout_9 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-37 .layout_10 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-38 {
    margin-right: auto;
  }
  .title-page .site-name-7 .sn-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-49 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .title-page .block-40 .layout_13 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_15 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-41 {
    margin-top: 80px;
  }
  .title-page .editable_block-14 .more {
    margin-top: 10px;
  }
  .title-page .editable_block-14 .more > a {
    font-size: 13px;
  }
  .title-page .blocklist-15 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-15 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-15 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .block-42 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-32 .bx-wrapper {
    max-width: 600px;
  }
  .title-page .blocklist-32 .list {
    width: 599px;
  }
  .title-page .blocklist-32 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-32 .item {
    padding: 20px 0;
    margin-right: 0;
    margin-left: 0;
    display: block;
  }
  .title-page .blocklist-32 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-32 .image {
    margin-right: 20px;
    float: left;
  }
  .title-page .blocklist-32 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .blocklist-32 .controls {
    margin-top: 31px;
  }
  .title-page .block-44 .layout_21 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 .layout_24 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-45 {
    min-height: 300px;
  }
  .title-page .block-47 .layout_27 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-47 .layout_30 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-47 {
    width: auto;
    margin-left: 250px;
    margin-bottom: 0;
    margin-right: 0;
  }
  .title-page .text-5 {
    margin-top: 15px;
  }
  .title-page .block-48 {
    margin-top: 15px;
  }
  .title-page .blocklist-39 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-39 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-39 .item {
    margin: 24px 0 0;
  }
  .title-page .blocklist-39 .text {
    font-size: 14px;
  }
  .title-page .blocklist-39 .title {
    margin-top: 22px;
    margin-right: 76px;
  }
  .title-page .blocklist-39 .sub-title {
    margin-right: 76px;
  }
  .title-page .blocklist-39 .more {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
    margin-top: 0;
  }
  .title-page .blocklist-39 .more > a {
    padding-top: 18px;
    padding-bottom: 17px;
    font-size: 0;
    margin-top: -51px;
    margin-bottom: 8px;
  }
  .title-page .blocklist-45 .description {
    font-size: 29px;
  }
  .title-page .widget-46 {
    margin-left: auto;
  }
  .title-page .block-61 .layout_center_50_id_51_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-48 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-49 {
    margin-bottom: 0;
  }
  .title-page .block-64 .layout_center_55_id_56_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-50 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .title-page .widget-51 {
    margin-top: 0;
  }
  .title-page .widget-52 {
    margin-bottom: 0;
  }
  .title-page .widget-53 {
    margin-right: 0;
  }
  .title-page .block-65 .layout_62 {
    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-65 .layout_63 {
    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-65 .layout_64 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-55 {
    width: auto;
    margin-top: 13px;
    right: 0;
  }
  .title-page .widget-56 {
    margin-right: auto;
  }
  .title-page .widget-57 {
    margin-bottom: 20px;
    min-height: 0;
  }
  .title-page .news-68 .item__image {
    margin-right: 30px;
  }
  .title-page .news-68 .img-convert {
    width: 230px;
    height: 243px;
  }
  .title-page .news-68 .item__title {
    font-size: 15px;
    margin-top: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .news-68 .item__date > span {
    font-size: 13px;
  }
  .title-page .news-68 .item__text {
    font-size: 12px;
  }
  .title-page .news-68 .item__more_link {
    font-size: 12px;
  }
  .title-page .blocklist-67 .body {
    margin-right: -10px;
    margin-left: -10px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-67 .item {
    margin: 24px 10px 0;
  }
  .title-page .blocklist-67 .text {
    font-size: 14px;
  }
  .title-page .blocklist-67 .title {
    margin-top: 22px;
    margin-right: 76px;
  }
  .title-page .blocklist-67 .sub-title {
    margin-right: 76px;
  }
  .title-page .blocklist-67 .more {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
    margin-top: 0;
  }
  .title-page .blocklist-67 .more > a {
    padding-top: 18px;
    padding-bottom: 17px;
    font-size: 0;
    margin-top: -51px;
    margin-bottom: 8px;
  }
  .title-page .blocklist-67 .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .side-panel-16 .side-panel-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-69 {
    background: none;
  }
  .title-page .block-37 .layout_6 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-37 .layout_9 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-37 .layout_10 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-37 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .title-page .block-38 {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
  }
  .title-page .site-name-7 .sn-text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .block-39 {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    padding-right: 0;
  }
  .title-page .block-49 {
    background: repeating-linear-gradient(to top, rgba(31, 31, 56, 0.76) 0%, rgba(31, 31, 56, 0) 50.8%, rgba(3, 96, 120, 0) 100%), url("../images/adsass.jpg") left 50% top calc(50% - 99px) / cover no-repeat;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-40 .layout_13 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_15 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: none;
  }
  .title-page .block-40 {
    min-height: 0;
  }
  .title-page .block-41 {
    margin-top: 189px;
    width: auto;
    right: 0;
  }
  .title-page .editable_block-14 .header {
    font-size: 23px;
  }
  .title-page .editable_block-14 .title {
    font-size: 16px;
  }
  .title-page .editable_block-14 .text {
    margin-bottom: 0;
  }
  .title-page .editable_block-14 .more > a {
    font-size: 14px;
  }
  .title-page .widget-39 {
    margin: 15px 0 0;
    text-align: center;
    display: none;
  }
  .title-page .blocklist-15 .body-outer {
    text-align: center;
  }
  .title-page .blocklist-15 .body {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-15 .item {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-15 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-15 .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-15 .bx-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-42 {
    padding-top: 50px;
  }
  .title-page .blocklist-32 .bx-wrapper {
    max-width: 439px;
  }
  .title-page .blocklist-32 .list {
    width: 439px;
  }
  .title-page .blocklist-32 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-32 .item {
    padding-top: 0.02px;
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-32 .text {
    font-size: 14px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .title-page .blocklist-32 .image {
    width: 80px;
    min-height: 80px;
  }
  .title-page .blocklist-32 .img-convert {
    width: 45px;
    height: 45px;
  }
  .title-page .blocklist-32 .title {
    margin-top: 29px;
    font-size: 16px;
  }
  .title-page .block-44 .layout_21 {
    margin: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 .layout_24 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-20 .text {
    font-size: 15px;
  }
  .title-page .block-45 {
    min-height: 0;
  }
  .title-page .block-47 .layout_27 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-47 .layout_30 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-47 {
    padding: 30px;
    margin-top: 0;
    margin-left: 300px;
  }
  .title-page .text-5 {
    width: 63px;
    font-size: 54px;
  }
  .title-page .block-48 {
    margin-left: 0;
  }
  .title-page .text-3 {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .title-page .block-55 {
    padding: 50px 20px;
  }
  .title-page .blocklist-39 .item {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .title-page .blocklist-39 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .blocklist-39 .img-convert {
    height: 150px;
    margin-bottom: 25px;
  }
  .title-page .blocklist-39 .title {
    margin-top: 0;
  }
  .title-page .blocklist-39 .more {
    margin-left: 94px;
  }
  .title-page .block-57 {
    padding: 50px 20px;
  }
  .title-page .widget-45 {
    min-width: 0;
  }
  .title-page .blocklist-45 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-45 .description {
    font-size: 25px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-45 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-45 .item {
    background: url("../images/asd.svg") left 28px top 50% / auto auto repeat-y;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-46 {
    padding: 20px 30px;
    width: 220px;
    min-height: 0;
    margin-left: 0;
  }
  .title-page .block-61 .layout_center_50_id_51_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-61 {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 50px;
  }
  .title-page .widget-48 {
    margin-top: -75px;
  }
  .title-page .block-64 .layout_center_55_id_56_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-50 {
    margin-bottom: 20px;
  }
  .title-page .phones-56 .icon {
    width: 35px;
    min-height: 35px;
  }
  .title-page .phones-56 .text_body {
    font-size: 27px;
  }
  .title-page .widget-51 {
    text-align: center;
  }
  .title-page .widget-52 {
    margin-bottom: 20px;
  }
  .title-page .address-58 .icon {
    width: 35px;
    min-height: 35px;
  }
  .title-page .address-58 .text_body {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
  }
  .title-page .email-59 .icon {
    width: 35px;
    min-height: 35px;
  }
  .title-page .email-59 .text_body {
    font-size: 12px;
  }
  .title-page .block-65 .layout_62 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-65 .layout_63 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-65 .layout_64 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-65 {
    padding-top: 20px;
  }
  .title-page .widget-55 {
    margin-top: 10px;
    margin-bottom: 0;
    min-height: 0;
  }
  .title-page .widget-56 {
    margin-right: 0;
  }
  .title-page .widget-57 {
    margin: 15px auto 0;
    width: 420px;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    max-width: 100%;
  }
  .title-page .block-59 {
    padding: 50px 20px;
  }
  .title-page .news-68 .news__title {
    font-size: 24px;
  }
  .title-page .news-68 .item {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .news-68 .item__image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .news-68 .img-convert {
    height: 140px;
  }
  .title-page .news-68 .item__title {
    font-size: 18px;
    margin-top: 20px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .news-68 .item__date {
    margin-top: 5px;
  }
  .title-page .news-68 .item__text {
    font-size: 15px;
    font-weight: 300;
  }
  .title-page .news-68 .item__more {
    margin-top: 10px;
  }
  .title-page .news-68 .item__more_link {
    font-size: 13px;
  }
  .title-page .blocklist-67 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-67 .body {
    margin-right: -12px;
    margin-left: -12px;
  }
  .title-page .blocklist-67 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-67 .item {
    margin: 12px;
    padding-bottom: 0.02px;
  }
  .title-page .blocklist-67 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .blocklist-67 .img-convert {
    height: 237px;
    margin-bottom: 0;
  }
  .title-page .blocklist-67 .title {
    margin-top: 0;
  }
  .title-page .blocklist-67 .more {
    margin-left: 94px;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-36 {
    padding-bottom: 0.02px;
  }
  .title-page .block-37 .layout_6 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-37 .layout_9 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-37 .layout_10 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-38 {
    margin-top: 15px;
  }
  .title-page .site-name-7 .sn-text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 18px;
  }
  .title-page .widget-35 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-39 {
    margin-top: 15px;
  }
  .title-page .block-49 {
    background: repeating-linear-gradient(to top, rgba(31, 31, 56, 0.76) 0%, rgba(31, 31, 56, 0) 50.8%, rgba(3, 96, 120, 0) 100%), url("../images/adsass.jpg") left 50% top -96px / cover no-repeat;
  }
  .title-page .block-40 .layout_13 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-40 .layout_15 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-41 {
    padding: 30px;
  }
  .title-page .editable_block-14 .header {
    font-size: 25px;
  }
  .title-page .editable_block-14 .title {
    font-size: 15px;
  }
  .title-page .editable_block-14 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-14 .text {
    font-size: 17px;
  }
  .title-page .blocklist-15 .title {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-42 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .title-page .blocklist-32 .bx-wrapper {
    max-width: 279px;
  }
  .title-page .blocklist-32 .list {
    width: 279px;
  }
  .title-page .blocklist-32 .item {
    margin-right: -1px;
    margin-left: -1px;
  }
  .title-page .blocklist-32 .text {
    font-size: 13px;
  }
  .title-page .blocklist-32 .image {
    margin-right: 15px;
    width: 60px;
    min-height: 60px;
  }
  .title-page .blocklist-32 .img-convert {
    width: 35px;
    height: 35px;
  }
  .title-page .blocklist-32 .title {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
  }
  .title-page .block-44 .layout_21 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-44 .layout_24 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .editable_block-20 .header {
    font-size: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .title-page .editable_block-20 .title {
    font-size: 24px;
  }
  .title-page .editable_block-20 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-47 .layout_27 {
    margin: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-47 .layout_30 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-47 {
    margin-top: 181px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .text-5 {
    width: 61px;
    margin-top: 8px;
    margin-bottom: 0;
    margin-right: 0;
  }
  .title-page .block-48 {
    border: none;
    background: none;
    margin-top: 0;
    -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 .text-6 {
    margin-left: 20px;
  }
  .title-page .text-7 {
    margin-left: 20px;
  }
  .title-page .text-3 {
    font-size: 14px;
    line-height: 1.7;
  }
  .title-page .blocklist-39 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-39 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-39 .image {
    width: auto;
    min-height: 0;
    background: rgba(36, 55, 133, 0.04);
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-39 .img-convert {
    width: 30px;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
  }
  .title-page .blocklist-39 .title {
    margin-top: 15px;
  }
  .title-page .blocklist-39 .more > a {
    padding: 10px 20px 15px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGx1cy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTU1MCw3NTVoLTZ2NmgtMnYtNmgtNnYtMmg2di02aDJ2Nmg2djJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTM2IC03NDcpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 10px no-repeat #cd0034;
  }
  .title-page .blocklist-39 .more > a:hover, .title-page .blocklist-39 .more > a.hover, .title-page .blocklist-39 .more > a.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGx1cy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTU1MCw3NTVoLTZ2NmgtMnYtNmgtNnYtMmg2di02aDJ2Nmg2djJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTM2IC03NDcpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 10px no-repeat #e8001b;
  }
  .title-page .blocklist-39 .more > a:active, .title-page .blocklist-39 .more > a.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGx1cy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTU1MCw3NTVoLTZ2NmgtMnYtNmgtNnYtMmg2di02aDJ2Nmg2djJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTM2IC03NDcpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 10px no-repeat #bf0016;
  }
  .title-page .block-57 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .title-page .blocklist-45 .header_text {
    font-size: 12px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-45 .description {
    font-size: 20px;
    margin-bottom: 0;
  }
  .title-page .blocklist-45 .item {
    padding-bottom: 0.02px;
    padding-left: 10px;
    padding-right: 0;
  }
  .title-page .blocklist-45 .text {
    font-size: 14px;
    margin-top: -37px;
  }
  .title-page .blocklist-45 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-45 .title {
    font-size: 13px;
    width: 40px;
    min-height: 40px;
    padding-top: 3px;
  }
  .title-page .widget-46 {
    margin-left: auto;
  }
  .title-page .block-61 .layout_center_50_id_51_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-61 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .title-page .widget-48 {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-62 {
    margin-left: auto;
    padding-bottom: 40px;
  }
  .title-page .editable_block-53 .header {
    font-size: 18px;
  }
  .title-page .editable_block-53 .title {
    font-size: 15px;
  }
  .title-page .editable_block-53 .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-64 .layout_center_55_id_56_1 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-50 {
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
  }
  .title-page .phones-56 .text_body {
    font-size: 24px;
  }
  .title-page .widget-51 {
    margin-top: 21px;
  }
  .title-page .widget-52 {
    margin: 25px auto 0;
  }
  .title-page .address-58 .text_body {
    font-size: 15px;
  }
  .title-page .widget-53 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .email-59 .text_body {
    font-size: 14px;
  }
  .title-page .block-65 .layout_62 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-65 .layout_63 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-65 .layout_64 {
    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-65 {
    margin-left: auto;
  }
  .title-page .widget-55 {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-56 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widgetsocial-63 .vk .wg-soc-icon {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-63 .fb .wg-soc-icon {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-63 .tw .wg-soc-icon {
    width: 40px;
    min-height: 40px;
    height: 40px;
  }
  .title-page .widgetsocial-63 .google .wg-soc-icon {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-63 .ins .wg-soc-icon {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-63 .ok .wg-soc-icon {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-63 .mail .wg-soc-icon {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-63 .pin .wg-soc-icon {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-63 .lj .wg-soc-icon {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-63 .my .wg-soc-icon {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-63 .youtube .wg-soc-icon {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-63 .telegram .wg-soc-icon {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .title-page .widgetsocial-63 .whatsapp .wg-soc-icon {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .title-page .widget-57 {
    margin-top: 19px;
  }
  .title-page .news-68 .news__title {
    font-size: 20px;
    -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;
  }
  .title-page .news-68 .img-convert {
    margin-left: -20px;
    margin-right: -20px;
    height: 130px;
    margin-top: -20px;
  }
  .title-page .news-68 .item__title {
    margin-top: 15px;
  }
  .title-page .blocklist-67 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-67 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-67 .image {
    width: auto;
    min-height: 0;
    background: rgba(36, 55, 133, 0.04);
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    left: 0;
    right: 0;
  }
  .title-page .blocklist-67 .img-convert {
    width: 30px;
    height: 150px;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-67 .title {
    margin-top: 15px;
  }
  .title-page .blocklist-67 .more > a {
    padding: 10px 20px 15px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGx1cy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTU1MCw3NTVoLTZ2NmgtMnYtNmgtNnYtMmg2di02aDJ2Nmg2djJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTM2IC03NDcpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 10px no-repeat #cd0034;
  }
  .title-page .blocklist-67 .more > a:hover, .title-page .blocklist-67 .more > a.hover, .title-page .blocklist-67 .more > a.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGx1cy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTU1MCw3NTVoLTZ2NmgtMnYtNmgtNnYtMmg2di02aDJ2Nmg2djJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTM2IC03NDcpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 10px no-repeat #e8001b;
  }
  .title-page .blocklist-67 .more > a:active, .title-page .blocklist-67 .more > a.active {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IGZpbGwtcnVsZTogZXZlbm9kZDsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0icGx1cy5zdmciIGNsYXNzPSJjbHMtMSIgZD0iTTU1MCw3NTVoLTZ2NmgtMnYtNmgtNnYtMmg2di02aDJ2Nmg2djJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTM2IC03NDcpIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 10px no-repeat #bf0016;
  }
  .title-page .side-panel-16 .side-panel-close {
    width: 40px;
    min-height: 40px;
  }
  .title-page .side-panel-16 .side-panel-button {
    width: 40px;
    min-height: 40px;
  }
}
.title-page .side-panel .widget-36 {
  margin: 0 0 20px;
  z-index: 3;
  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: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
  min-height: 0;
  text-align: center;
  box-sizing: border-box;
  font-family: Oswald, sans-serif;
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .menu-9 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 1px;
  width: auto;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-9 .menu-scroll > ul ul {
  position: static;
  width: auto;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: #f2f2f2;
}
.title-page .side-panel .menu-9 .menu-scroll > ul ul > li > a {
  -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 .side-panel .menu-9 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-9 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-9 .menu-scroll > ul ul > li > a.active {
  background: #cd0034;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  color: #fff;
}
.title-page .side-panel .menu-9 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a {
  margin: 0;
  border: none;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a.active {
  color: #cd0034;
  background: rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a:active, .title-page .side-panel .menu-9 .menu-scroll > ul > li.menu-item > a.active {
  color: #fff;
  background: #cd0034;
}
.title-page .side-panel .menu-9 .menu-scroll > ul > li.more-button {
  display: none;
}
.title-page .side-panel .widget-37 {
  padding: 20px;
  margin: 0;
  border: none;
  z-index: 2;
  text-align: left;
  -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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  background: #cd0034;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 0;
  box-sizing: border-box;
}
.title-page .side-panel .phones-11 .inner {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .phones-11 .icon {
  background: none rgba(204, 204, 204, 0.25);
}
.title-page .side-panel .phones-11 .icon:active, .title-page .side-panel .phones-11 .icon.active {
  background: rgba(204, 204, 204, 0.25);
}
.title-page .side-panel .phones-11 .block-body-drop {
  top: 100%;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-left: 0;
}
.title-page .side-panel .phones-11 .title {
  text-align: left;
  color: rgba(255, 255, 255, 0.74);
}
.title-page .side-panel .phones-11 .text_body {
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}