@import "fonts.css";
.title-page {
  /* tooltip */
  /* tooltip for horizontal */
}
html.title-page{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.title-page body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title-page body::before {
  content: "";
  height: 1px;
  display: block;
  margin-top: -1px;
}
.title-page article, .title-page aside, .title-page details, .title-page figcaption, .title-page figure, .title-page footer, .title-page header, .title-page hgroup, .title-page main, .title-page menu, .title-page nav, .title-page section, .title-page summary {
  display: block;
}
.title-page audio, .title-page canvas, .title-page progress, .title-page video {
  display: inline-block;
  vertical-align: baseline;
}
.title-page audio:not([controls]) {
  display: none;
  height: 0;
}
.title-page [hidden], .title-page template {
  display: none;
}
.title-page a {
  background-color: transparent;
  color: inherit;
}
.title-page a:active, .title-page a:hover {
  outline: 0;
}
.title-page abbr[title] {
  border-bottom: 1px dotted;
}
.title-page b, .title-page strong {
  font-weight: bold;
}
.title-page dfn {
  font-style: italic;
}
.title-page h1 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.title-page mark {
  background: #ff0;
  color: #000;
}
.title-page small {
  font-size: 80%;
}
.title-page sub, .title-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.title-page sup {
  top: -0.5em;
}
.title-page sub {
  bottom: -0.25em;
}
.title-page img {
  border: 0;
}
.title-page svg:not(:root) {
  overflow: hidden;
}
.title-page figure {
  margin: 1em 40px;
}
.title-page hr {
  box-sizing: content-box;
  height: 0;
}
.title-page pre {
  overflow: auto;
}
.title-page code, .title-page kbd, .title-page pre, .title-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.title-page button, .title-page input, .title-page optgroup, .title-page select, .title-page textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
.title-page button {
  overflow: visible;
}
.title-page button, .title-page select {
  text-transform: none;
}
.title-page button, html.title-pageinput[type="button"], .title-page input[type="reset"], .title-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.title-page button[disabled], html.title-pageinput[disabled] {
  cursor: default;
}
.title-page button::-moz-focus-inner, .title-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.title-page input {
  line-height: normal;
}
.title-page input[type="checkbox"], .title-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.title-page input[type="number"]::-webkit-inner-spin-button, .title-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.title-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.title-page input[type="search"]::-webkit-search-cancel-button, .title-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.title-page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.title-page legend {
  border: 0;
  padding: 0;
}
.title-page textarea {
  overflow: auto;
}
.title-page optgroup {
  font-weight: bold;
}
.title-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.title-page body.noscroll {
  overflow: hidden !important;
}
.title-page .removed, .title-page .hidden {
  display: none !important;
}
.title-page .editorElement, .title-page .layout {
  box-sizing: border-box;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.title-page .editorElement {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title-page .vertical-middle {
  white-space: nowrap;
}
.title-page .vertical-middle > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.title-page .vertical-middle::after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.title-page .wrapper {
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 100%;
}
.title-page .wrapper > * {
  max-width: 100%;
}
.title-page .editorElement .removed + .delimiter, .title-page .editorElement .delimiter:first-child {
  display: none;
}
.title-page .wm-input-default {
  border: none;
  background: none;
  padding: 0;
}
@keyframes show_hide {
  0% {
    left: 85%;
    opacity: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    left: 100%;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@keyframes show_hide_after {
  0% {
    width: 5px;
    height: 5px;
  }
  100% {
    width: 5px;
    height: 5px;
  }
}
@keyframes horizontal_show_hide {
  0% {
    top: 95%;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  20% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  100% {
    top: 100%;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.title-page .wm-tooltip {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: #fbfddd;
  color: #ca3841;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  white-space: normal;
  box-sizing: border-box;
}
.title-page .wm-tooltip::after {
  content: "";
  font-size: 0;
  background: inherit;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -2px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 2px 0 rgba(0, 0, 0, .1);
  transform: rotate(45deg);
}
.title-page .error .wm-tooltip {
  display: block;
  padding: 0;
  font-size: 0;
  animation: horizontal_show_hide 4s;
}
.title-page .error .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  width: 0;
  height: 0;
  animation: show_hide_after 4s;
}
.title-page .horizontal_mode .wm-tooltip {
  top: 100%;
  left: 0;
  width: 100%;
  white-space: normal;
  margin: 5px 0 0;
  text-align: center;
}
.title-page .horizontal_mode .wm-tooltip::after {
  left: 50%;
  top: 0;
  margin: -2px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
}
.title-page .error .horizontal_mode .wm-tooltip, .title-page .horizontal_mode .error .wm-tooltip {
  animation: horizontal_show_hide 4s;
}
@media all and (max-width: 960px) {
  .title-page .wm-tooltip {
    top: 100%;
    left: 0;
    width: 100%;
    white-space: normal;
    margin: 5px 0 0;
    text-align: center;
  }
  .title-page .wm-tooltip::after {
    left: 50%;
    top: 0;
    margin: -2px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1), 0 -2px 0 rgba(0, 0, 0, .1);
  }
  .title-page .error .wm-tooltip {
    animation: horizontal_show_hide 4s;
  }
}
.title-page table.table0 td, .title-page table.table1 td, .title-page table.table2 td, .title-page table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}
.title-page table.table0 td {
  border: none;
}
.title-page table.table2 th {
  padding: 8px 5px;
  background: #eb3c3c;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}
.title-page .for-mobile-view {
  overflow: auto;
}
.title-page .side-panel, .title-page .side-panel-button, .title-page .side-panel-mask, .title-page .side-panel-content {
  display: none;
}
.title-page .align-elem {
  flex-grow: 1;
  max-width: 100%;
}
.title-page html.mobile div {
  background-attachment: scroll;
}
.title-page .ui-datepicker {
  font-size: 14px !important;
  z-index: 999999 !important;
}
.title-page .wm-video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.title-page .wm-video video {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-page .wm-video.vertical video {
  max-width: none;
  max-height: 100%;
}
.title-page body {
  border: none;
  background: #fff;
  text-align: left;
  z-index: 2;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .wrapper {
  position: relative;
  z-index: 3;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-40 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 8;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-58 {
  padding: 75px;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .block-2 .layout_4 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-2 .layout_45 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-2 .layout_167 {
  -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-2 {
  margin: 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 1150px;
  min-height: 0;
  z-index: 1;
  right: 0;
  -webkit-border-radius: 375px;
  -moz-border-radius: 375px;
  border-radius: 375px;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  padding-bottom: 0.02px;
  max-width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}
.title-page .block-14 {
  padding: 0.02px 0 0.02px 38px;
  margin: 0 0 auto 20px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 249px;
  min-height: 0;
  background: url("../images/phone.png?1557897184349") left 0px top 50% / auto auto no-repeat;
  z-index: 3;
  display: block;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-154 {
  margin: 1px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .schedule-168 p:first-child {
  margin-top: 0;
}
.title-page .schedule-168 p:last-child {
  margin-bottom: 0;
}
.title-page .schedule-168 .header {
  box-sizing: border-box;
}
.title-page .schedule-168 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .schedule-168 .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 .schedule-168 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .schedule-168 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .schedule-168 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .schedule-168 .title {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-168 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #262626;
  -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;
  text-decoration: none;
}
.title-page .schedule-168 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-168 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-9 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  right: 0;
}
.title-page .phones-13 p:first-child {
  margin-top: 0;
}
.title-page .phones-13 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-13 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .phones-13 .cell-icon {
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-13 .icon {
  margin: auto 5px 0;
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 25px;
  background: url("../images/phone.png?1557897184349") left 50% top 50% / auto auto no-repeat;
  min-height: 25px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  align-self: flex-end;
}
.title-page .phones-13 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  display: block;
  position: static;
  left: 100%;
  top: auto;
  right: auto;
  bottom: auto;
}
.title-page .phones-13 .cell-text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-13 .title {
  box-sizing: border-box;
  display: none;
  font-family: Roboto, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  margin-bottom: 4px;
  -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 .phones-13 .text_body {
  border: none;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: none;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  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;
  width: auto;
  margin-top: 0;
  min-height: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 0;
}
.title-page .phones-13 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-13 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-13 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-153 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
}
.title-page .menu-167 .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-167 .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-167 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-167 .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-167 .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-167 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 0;
  width: 1px;
  min-height: 22px;
  background: rgba(38, 38, 38, 0.23);
  box-sizing: border-box;
  border-top: 3px solid #0041b8;
  border-right: 0px solid #0041b8;
  border-bottom: 3px solid #0041b8;
  border-left: 0px solid #0041b8;
}
.title-page .menu-167 .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;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.title-page .menu-167 .menu-scroll > ul ul {
  padding: 20px;
  margin: 0;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #1f1f1f;
  list-style: none;
  width: 220px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  align-self: auto;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .menu-167 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-167 .menu-scroll > ul ul > li > a {
  padding: 7px 10px;
  border: none;
  cursor: pointer;
  display: block;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-167 .menu-scroll > ul ul > li > a:hover, .title-page .menu-167 .menu-scroll > ul ul > li > a.hover, .title-page .menu-167 .menu-scroll > ul ul > li > a.active {
  background: #0041b8;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .menu-167 .menu-scroll > ul ul > li.delimiter {
  border: none;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 1px;
  height: auto;
  width: auto;
  background: rgba(153, 153, 153, 0.23);
}
.title-page .menu-167 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child {
  display: none;
}
.title-page .menu-167 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.title-page .menu-167 .menu-scroll > ul > li.menu-item > a {
  padding: 5px 10px;
  margin: 2px 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  text-decoration: none;
  color: #212121;
  font-size: 15px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  font-weight: 500;
  min-height: 55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .menu-167 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-167 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-167 .menu-scroll > ul > li.menu-item > a.active {
  color: #fff;
  background: #0041b8;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .menu-167 .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-167 .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-167 .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-167 .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-167 .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-167 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-167 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-167 .menu-scroll > ul > li.more-button > a {
  padding: 5px 10px;
  margin: 2px 0 2px 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/more (1).png?1557897462323") left 50% top 50% / auto auto no-repeat transparent;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0);
  font-size: 15px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  letter-spacing: 0;
  font-style: normal;
  text-transform: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 55px;
  width: 55px;
}
.title-page .menu-167 .menu-scroll > ul > li.more-button > a:hover, .title-page .menu-167 .menu-scroll > ul > li.more-button > a.hover, .title-page .menu-167 .menu-scroll > ul > li.more-button > a.active {
  background: url("../images/more (1).png?1557897462323") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.1);
}
.title-page .menu-167 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-167 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .menu-167 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .widget-2 {
  margin: 5px 15px auto 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 250px;
  min-height: 47px;
  font-size: 25px;
  padding-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
}
.title-page .site-name-4 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-4 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  min-height: 0;
  width: 317px;
}
.title-page .site-name-4 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
}
.title-page .site-name-4 .sn-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #e61300;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-weight: 900;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .site-name-4 a {
  text-decoration: none;
  outline: none;
}
.title-page .widget-192 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  width: auto;
  height: 0;
  min-height: 590px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat, repeating-radial-gradient(ellipse farthest-corner at right center, rgba(28, 28, 28, 0.34) 0%, rgba(43, 43, 43, 0.64) 61.2%, rgba(23, 23, 23, 0.7) 100%);
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-215 .popover-body {
  padding: 40px;
  border: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -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: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
}
.title-page .popover-wrap-215 .popover-body .form_text input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: left;
  font-family: Ubuntu, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #f2f2f2;
  min-height: 55px;
}
.title-page .popover-wrap-215 .popover-body .form_calendar input {
  padding: 7px 15px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: left;
  -webkit-appearance: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #f2f2f2;
  min-height: 55px;
}
.title-page .popover-wrap-215 .popover-body .form_calendar_interval input {
  padding: 7px 8px;
  border: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: left;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #1f1f1f;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13.3333px;
  background: #f2f2f2;
  min-height: 55px;
}
.title-page .popover-wrap-215 .popover-body textarea {
  padding: 15px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 100%;
  text-align: left;
  font-family: Ubuntu, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #f2f2f2;
}
.title-page .popover-wrap-215 .popover-body .s3_button_large {
  padding: 5px 25px;
  border: none;
  background: #f30101;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  font-size: 17px;
  font-weight: 800;
  box-sizing: border-box;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  min-height: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.title-page .popover-wrap-215 .popover-body .s3_button_large:hover, .title-page .popover-wrap-215 .popover-body .s3_button_large.hover, .title-page .popover-wrap-215 .popover-body .s3_button_large.active {
  background: #ff1f1f;
}
.title-page .popover-wrap-215 .popover-body .s3_message {
  padding: 12px;
  border: none;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  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);
  text-align: center;
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-215 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 35px;
  height: 30px;
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / 18px no-repeat #0041b8;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  min-height: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .popover-wrap-215 .popover-close:hover, .title-page .popover-wrap-215 .popover-close.hover, .title-page .popover-wrap-215 .popover-close.active {
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / 18px no-repeat #3680ff;
}
.title-page .popover-wrap-215 .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-215 .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-215 .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-215 .popover-body .s3_form_field_content .icon.img_comments {
  box-sizing: border-box;
  position: relative;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
}
.title-page .slider-215 .bx-wrapper {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: relative;
}
.title-page .slider-215 .bx-viewport {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  position: absolute !important;
}
.title-page .slider-215 .text_wrapper .bx-viewport {
  position: relative !important;
}
.title-page .slider-215 .slider-inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  overflow: hidden;
}
.title-page .slider-215 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}
.title-page .slider-215 .text-slider {
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: auto;
  right: 0;
  bottom: 0;
  padding-top: 188px;
  padding-right: 22px;
  background: url("../images/slider_bg.png?1557897824151") left 50% top 50% / 9px repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 550px;
}
.title-page .slider-215 .text-slider-wp {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
.title-page .slider-215 .block-body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-weight: 300;
  width: 960px;
  padding-left: 0;
  padding-right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .slider-215 .block-more {
  box-sizing: border-box;
  text-align: center;
  margin-top: 30px;
}
.title-page .slider-215 .block-more > a {
  padding: 15px 35px 15px 70px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: 500;
  min-height: 85px;
  background: url("../images/order_icon.png?1557899538822") left 25px top 50% / 32px no-repeat #0041b8;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
}
.title-page .slider-215 .block-more > a:hover, .title-page .slider-215 .block-more > a.hover, .title-page .slider-215 .block-more > a.active {
  background: url("../images/order_icon.png?1557899538822") left 25px top 50% / 32px no-repeat #3680ff;
}
.title-page .slider-215 .block-title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 35px;
  width: 960px;
  margin-left: 0;
  margin-right: auto;
  font-weight: 500;
  margin-top: 22px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .slider-215 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-215 .slider-controls {
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  margin-top: 123px;
  text-align: justify;
  width: 114px;
  margin-left: -57px;
  bottom: auto;
  margin-bottom: 83px;
}
.title-page .slider-215 .slider-prev {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/left.png?1550120684157") left 50% top 50% / auto auto no-repeat transparent;
  text-align: left;
  min-height: 55px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 0px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 35px 0px 0px 35px;
  -moz-border-radius: 35px 0px 0px 35px;
  border-radius: 35px 0px 0px 35px;
  margin-top: auto;
  margin-bottom: auto;
  align-self: center;
}
.title-page .slider-215 .slider-prev:hover, .title-page .slider-215 .slider-prev.hover, .title-page .slider-215 .slider-prev.active {
  background: url("../images/left.png?1550120684157") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.05);
}
.title-page .slider-215 .slider-next {
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/right.png?1550120674640") left 50% top 50% / auto auto no-repeat transparent;
  text-align: left;
  min-height: 55px;
  -webkit-border-radius: 0px 35px 35px 0px;
  -moz-border-radius: 0px 35px 35px 0px;
  border-radius: 0px 35px 35px 0px;
}
.title-page .slider-215 .slider-next:hover, .title-page .slider-215 .slider-next.hover, .title-page .slider-215 .slider-next.active {
  background: url("../images/right.png?1550120674640") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.05);
}
.title-page .slider-215 .slider-prev > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-215 .slider-next > a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.title-page .slider-215 .slider-pager-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  visibility: hidden;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  margin-bottom: 106px;
}
.title-page .slider-215 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .slider-215 .slider-pager {
  box-sizing: border-box;
  text-align: left;
}
.title-page .slider-215 .slider-pager > a {
  padding: 0.02px 0;
  margin: 0 0 0 -487px;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 0;
  min-height: 15px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
  color: #999;
  text-align: center;
  font-family: Montserrat, sans-serif;
}
.title-page .slider-215 .slider-pager > a:hover, .title-page .slider-215 .slider-pager > a.hover, .title-page .slider-215 .slider-pager > a.active {
  color: #ffd200;
  font-weight: 900;
}
.title-page .slider-215 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-215 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-215 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .slider-215 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .slider-215 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .slider-215 .overfill {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: inherit;
  top: 0;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.title-page .slider-215 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-215 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-215 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-215 .text_wrapper .text_inner {
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.title-page .slider-215 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-215 .text_wrapper .text_slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-215 .text_wrapper .text_slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-215 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .popover-container-215 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-215 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-215 .popover-form-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #262626;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-215 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-215 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 10px;
}
.title-page .popover-wrap-215 .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-215 .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-215 .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-215 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-215 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-215 .popover-body .s3_form_item.form_div {
  padding-top: 1px;
  margin-top: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  color: #1f1f1f;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  padding-top: 15px;
}
.title-page .popover-wrap-215 .popover-body .s3_form_item.form_html_block {
  padding-top: 1px;
  margin-top: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #1f1f1f;
  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-215 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-215 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-215 .popover-body .s3_form_item.form_checkbox {
  padding-top: 1px;
  margin-top: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-215 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .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-215 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-215 .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-215 .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-215 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
}
.title-page .popover-wrap-215 .popover-body .s3_form_item.form_radio {
  padding-top: 1px;
  margin-top: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .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-215 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}
.title-page .popover-wrap-215 .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-215 .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-215 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-family: Montserrat, sans-serif;
  color: #1f1f1f;
  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-215 .popover-body .s3_form_item.form_select {
  padding-top: 1px;
  margin-top: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .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: Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .popover-wrap-215 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-215 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .s3_form_item.form_calendar {
  padding-top: 1px;
  margin-top: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .s3_form_item.form_calendar_interval {
  padding-top: 1px;
  margin-top: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .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-215 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-215 .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-215 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #1f1f1f;
  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-215 .popover-body .s3_form_item.form_upload {
  padding-top: 1px;
  margin-top: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-215 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-215 .popover-body .form_upload .no-more {
  box-sizing: border-box;
  font-family: Ubuntu, sans-serif;
  color: #1f1f1f;
  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-215 .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-215 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-215 .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-215 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-215 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-215 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-82 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: url("../images/bg_3.png?1557899431320") left 50% bottom 0px / auto auto repeat-x #f30101;
  max-width: 100%;
  z-index: 7;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  right: 0;
  padding-right: 75px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 75px;
}
.title-page .block-86 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1000px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .widget-155 {
  padding: 45px;
  margin: 0 0 0 15px;
  border: none;
  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;
  background: transparent;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .popover-wrap-169 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
  min-height: 0;
}
.title-page .popover-wrap-169 .popover-body .form_text input {
  border: none;
  font-family: Open Sans, 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: 13.3333px;
  min-height: 55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f7f7f7;
  padding-right: 15px;
  padding-left: 15px;
}
.title-page .popover-wrap-169 .popover-body textarea {
  padding: 15px;
  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;
  font-family: monospace;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #f7f7f7;
}
.title-page .popover-wrap-169 .popover-body .s3_button_large {
  border: none;
  background: #00a74f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  padding-bottom: 2px;
  margin-top: 15px;
}
.title-page .popover-wrap-169 .popover-body .s3_button_large:hover, .title-page .popover-wrap-169 .popover-body .s3_button_large.hover, .title-page .popover-wrap-169 .popover-body .s3_button_large.active {
  background: #0fbf61;
}
.title-page .popover-wrap-169 .popover-body .s3_button_large:active, .title-page .popover-wrap-169 .popover-body .s3_button_large.active {
  background: #13ab58;
}
.title-page .popover-wrap-169 .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-169 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #00a74f;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 45px;
}
.title-page .popover-wrap-169 .popover-close:hover, .title-page .popover-wrap-169 .popover-close.hover, .title-page .popover-wrap-169 .popover-close.active {
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #0fbf61;
}
.title-page .popover-wrap-169 .popover-close:active, .title-page .popover-wrap-169 .popover-close.active {
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #13ab58;
}
.title-page .blocklist-169 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-169 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-169 .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: 25px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-169 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-169 .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-169 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-169 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  background: transparent;
}
.title-page .blocklist-169 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.title-page .blocklist-169 .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-169 .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-169 .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-169 .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-169 .item {
  margin: 10px 15px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 0.02px;
  align-self: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 0.02px;
}
.title-page .blocklist-169 .text {
  padding: 0.02px 0;
  border: none;
  margin-bottom: 6px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1;
  text-decoration: none;
  font-size: 17px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  background: transparent;
  -webkit-border-radius: 0px 0px 35px 35px;
  -moz-border-radius: 0px 0px 35px 35px;
  border-radius: 0px 0px 35px 35px;
  margin-left: 0;
  min-height: 0;
  font-weight: 500;
}
.title-page .blocklist-169 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-169 .image {
  padding: 15px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 90px;
  width: 90px;
  float: none;
  max-width: 100%;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fffc01;
  -moz-box-shadow: inset 0px 0px 0px 2px #fffc01;
  box-shadow: inset 0px 0px 0px 2px #fffc01;
}
.title-page .blocklist-169 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-169 .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-169 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 70px;
  height: 60px;
  text-align: center;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: transparent;
  -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;
  margin-top: 0;
  align-self: auto;
}
.title-page .blocklist-169 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-169 .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-169 .title {
  padding: 0.02px 0;
  margin: 0 0 16px;
  border: none;
  font-weight: 600;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  font-size: 44px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: url("../images/slider_bg_white.png") left 0px top 0px / auto auto repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 0;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-169 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-169 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-169 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-169 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-169 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-169 .more {
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 25px;
}
.title-page .blocklist-169 .more > a {
  margin: 0 auto 25px 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;
  font-family: Open Sans, sans-serif;
  color: #1c1c1c;
  text-decoration: none;
  font-size: 15px;
  background: #fffc01;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  font-weight: normal;
  min-height: 43px;
  width: 113px;
  padding-left: 1px;
  padding-bottom: 5px;
  cursor: pointer;
  align-self: auto;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  padding-top: 5px;
}
.title-page .blocklist-169 .more > a:hover, .title-page .blocklist-169 .more > a.hover, .title-page .blocklist-169 .more > a.active {
  color: #fffc01;
  background: #1f1f1f;
}
.title-page .blocklist-169 .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-169 .bx-wrapper {
  max-width: 999px;
}
.title-page .blocklist-169 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-169 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-169 .footer {
  text-align: right;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.title-page .blocklist-169 .all {
  padding: 20px 35px;
  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;
  font-family: Open Sans, sans-serif;
  text-align: center;
  color: #fffc01;
  text-decoration: none;
  font-size: 23px;
  background: #0c161c;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  margin-right: 0;
  margin-top: 13px;
  align-self: auto;
}
.title-page .blocklist-169 .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: -11px;
  z-index: 1;
  text-align: justify;
}
.title-page .blocklist-169 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/left (1).png?1528955359859") left 50% top 50% / auto auto no-repeat #ffb300;
  box-sizing: border-box;
  text-align: left;
  min-height: 55px;
  margin-left: -25px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: 0px 0px 0px 8px #f0f0f0;
  -moz-box-shadow: 0px 0px 0px 8px #f0f0f0;
  box-shadow: 0px 0px 0px 8px #f0f0f0;
}
.title-page .blocklist-169 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/right (1).png?1528955359844") left 50% top 50% / auto auto no-repeat #ffb300;
  box-sizing: border-box;
  min-height: 55px;
  margin-right: -25px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: 0px 0px 0px 7px #f0f0f0;
  -moz-box-shadow: 0px 0px 0px 7px #f0f0f0;
  box-shadow: 0px 0px 0px 7px #f0f0f0;
}
.title-page .blocklist-169 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-169 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-169 .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-169 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-169 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-169 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-169 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-169 .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-169 .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-169 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-169 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-169 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-169 .bx-pager a {
  margin: 2px 8px;
  border: none;
  display: inline-block;
  width: 8px;
  min-height: 8px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-169 .bx-pager a:hover, .title-page .blocklist-169 .bx-pager a.hover, .title-page .blocklist-169 .bx-pager a.active {
  background: #06bf22;
}
.title-page .blocklist-169 .bx-pager a:active, .title-page .blocklist-169 .bx-pager a.active {
  background: rgba(0, 0, 0, 0.25);
}
.title-page .popover-container-169 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-169 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-169 .popover-form-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-169 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-169 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-169 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-169 .popover-body .form_div h2 {
  font-family: Open Sans, 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: 19px;
}
.title-page .popover-wrap-169 .popover-body .form_html_block .s3_form_field {
  font-family: Open Sans, sans-serif;
  color: #2e2e2e;
  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-169 .popover-body .s3_form_item.form_checkbox {
  text-align: left;
}
.title-page .popover-wrap-169 .popover-body .form_checkbox .s3_form_subitem_title {
  font-family: Open Sans, 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-169 .popover-body .s3_form_item.form_radio {
  text-align: left;
}
.title-page .popover-wrap-169 .popover-body .form_radio .s3_form_subitem {
  text-align: left;
}
.title-page .popover-wrap-169 .popover-body .form_radio .s3_form_subitem_title {
  font-family: Open Sans, 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-169 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-169 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-169 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-169 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-169 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-169 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-169 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-84 {
  padding: 90px 75px;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: url("../images/bg_pic1.png") left calc(50% + 401px) top calc(50% + 319px) / 1165px no-repeat #f0f0f0;
  max-width: 100%;
  z-index: 6;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  text-decoration: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-85 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 1150px;
  min-height: 0;
  max-width: 100%;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .widget-102 {
  padding: 0.02px 0;
  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;
}
.title-page .popover-wrap-133 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
  min-height: 0;
}
.title-page .popover-wrap-133 .popover-body .form_text input {
  border: none;
  font-family: Open Sans, 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: 13.3333px;
  min-height: 55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f7f7f7;
  padding-right: 15px;
  padding-left: 15px;
}
.title-page .popover-wrap-133 .popover-body textarea {
  padding: 15px;
  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;
  font-family: monospace;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #f7f7f7;
}
.title-page .popover-wrap-133 .popover-body .s3_button_large {
  border: none;
  background: #00a74f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  padding-bottom: 2px;
  margin-top: 15px;
}
.title-page .popover-wrap-133 .popover-body .s3_button_large:hover, .title-page .popover-wrap-133 .popover-body .s3_button_large.hover, .title-page .popover-wrap-133 .popover-body .s3_button_large.active {
  background: #0fbf61;
}
.title-page .popover-wrap-133 .popover-body .s3_button_large:active, .title-page .popover-wrap-133 .popover-body .s3_button_large.active {
  background: #13ab58;
}
.title-page .popover-wrap-133 .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-133 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #00a74f;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 45px;
}
.title-page .popover-wrap-133 .popover-close:hover, .title-page .popover-wrap-133 .popover-close.hover, .title-page .popover-wrap-133 .popover-close.active {
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #0fbf61;
}
.title-page .popover-wrap-133 .popover-close:active, .title-page .popover-wrap-133 .popover-close.active {
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #13ab58;
}
.title-page .blocklist-133 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-133 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-133 .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: 8px;
  text-align: center;
  box-sizing: border-box;
}
.title-page .blocklist-133 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #292929;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-133 .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-133 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: rgba(38, 38, 38, 0.54);
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-133 .body-outer {
  border: none;
  box-sizing: border-box;
  position: relative;
  background: transparent;
}
.title-page .blocklist-133 .body {
  margin: 0 -5px;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .blocklist-133 .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-133 .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-133 .bx-wrapper {
  max-width: 1140px;
  margin-left: 0;
  margin-right: auto;
}
.title-page .blocklist-133 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-133 .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: 1140px;
}
.title-page .blocklist-133 .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-133 .item {
  padding: 15px 25px 30px;
  margin: 64px 5px 5px;
  border: none;
  position: relative;
  width: 470px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  left: 0;
  right: 0;
  flex-basis: 100%;
  background: url("../images/ser_bg_bot.png") left 50% bottom 0px / auto auto no-repeat, url("../images/ser_bg_top.png") left 50% top 0px / 378px no-repeat #fff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  align-self: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .blocklist-133 .text {
  padding: 0.02px 0 10px;
  border: none;
  margin-bottom: 6px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #8c8c8c;
  line-height: 1.4;
  text-decoration: none;
  font-size: 13px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 0;
  margin-top: 0;
  min-height: 119px;
}
.title-page .blocklist-133 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-133 .image {
  padding: 0.02px 0;
  margin: -58px auto 5px;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 150px;
  width: 150px;
  background: transparent;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: 0;
  right: 0;
}
.title-page .blocklist-133 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-133 .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-133 .img-convert {
  margin: 0;
  border: none;
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  text-align: center;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.27);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  align-self: auto;
}
.title-page .blocklist-133 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-133 .image-inner {
  border: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  background: rgba(0, 0, 0, 0);
}
.title-page .blocklist-133 .image-inner:hover, .title-page .blocklist-133 .image-inner.hover, .title-page .blocklist-133 .image-inner.active {
  background: rgba(0, 0, 0, 0.52);
}
.title-page .blocklist-133 .title {
  padding: 0.02px 0;
  margin: 41px 0 16px;
  border: none;
  font-weight: normal;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #292929;
  text-decoration: none;
  font-size: 17px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 40px;
  width: auto;
  left: 0;
  right: 0;
}
.title-page .blocklist-133 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-133 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-133 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-133 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-133 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-133 .more {
  margin: 5px 0 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  left: 0;
  right: 0;
  padding-top: 26px;
}
.title-page .blocklist-133 .more > a {
  padding: 15px 25px 15px 15px;
  margin: 0 auto 0 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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/right.png?1557900948801") right 15px top 50% / 8px no-repeat #f30101;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  font-weight: 800;
  min-height: 43px;
  width: 250px;
  cursor: pointer;
  align-self: auto;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .blocklist-133 .more > a:hover, .title-page .blocklist-133 .more > a.hover, .title-page .blocklist-133 .more > a.active {
  background: url("../images/right.png?1557900948801") right 15px top 50% / 8px no-repeat #ff1f1f;
}
.title-page .blocklist-133 .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-133 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-133 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-133 .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-133 .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: 65px;
  z-index: 1;
  text-align: justify;
}
.title-page .blocklist-133 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/left (1).png?1528955359859") left 50% top 50% / auto auto no-repeat #0041b8;
  box-sizing: border-box;
  text-align: left;
  min-height: 55px;
  margin-left: -25px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .blocklist-133 .prev:hover, .title-page .blocklist-133 .prev.hover, .title-page .blocklist-133 .prev.active {
  background: url("../images/left (1).png?1528955359859") left 50% top 50% / auto auto no-repeat #3680ff;
}
.title-page .blocklist-133 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 20px;
  background: url("../images/right (1).png?1528955359844") left 50% top 50% / auto auto no-repeat #0041b8;
  box-sizing: border-box;
  min-height: 55px;
  margin-right: -25px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .blocklist-133 .next:hover, .title-page .blocklist-133 .next.hover, .title-page .blocklist-133 .next.active {
  background: url("../images/right (1).png?1528955359844") left 50% top 50% / auto auto no-repeat #3680ff;
}
.title-page .blocklist-133 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-133 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-133 .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-133 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-133 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-133 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-133 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-133 .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-133 .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-133 .pager-wrap {
  box-sizing: border-box;
  display: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .blocklist-133 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-133 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-133 .bx-pager a {
  margin: 2px 8px;
  border: none;
  display: inline-block;
  width: 8px;
  min-height: 8px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}
.title-page .blocklist-133 .bx-pager a:hover, .title-page .blocklist-133 .bx-pager a.hover, .title-page .blocklist-133 .bx-pager a.active {
  background: #06bf22;
}
.title-page .blocklist-133 .bx-pager a:active, .title-page .blocklist-133 .bx-pager a.active {
  background: rgba(0, 0, 0, 0.25);
}
.title-page .popover-container-133 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-133 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-133 .popover-form-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-133 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-133 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-133 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-133 .popover-body .form_div h2 {
  font-family: Open Sans, 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: 19px;
}
.title-page .popover-wrap-133 .popover-body .form_html_block .s3_form_field {
  font-family: Open Sans, sans-serif;
  color: #2e2e2e;
  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-133 .popover-body .s3_form_item.form_checkbox {
  text-align: left;
}
.title-page .popover-wrap-133 .popover-body .form_checkbox .s3_form_subitem_title {
  font-family: Open Sans, 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-133 .popover-body .s3_form_item.form_radio {
  text-align: left;
}
.title-page .popover-wrap-133 .popover-body .form_radio .s3_form_subitem {
  text-align: left;
}
.title-page .popover-wrap-133 .popover-body .form_radio .s3_form_subitem_title {
  font-family: Open Sans, 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-133 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-133 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-133 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-133 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-133 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-133 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-133 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-28 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(38, 38, 38, 0.11), rgba(38, 38, 38, 0.11)), url("../images/offer_bg.png") left calc(50% - 1221px) top 50% / auto auto no-repeat, url("../images/slider_bg.png?1557900948893") left 50% top 50% / 9px repeat, url("../images/54787684_2.jpg") left 50% top 50% / cover no-repeat;
  z-index: 5;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 25px;
  padding-right: 25px;
}
.title-page .block-87 {
  margin: 0 auto;
  border: none;
  position: relative;
  width: 1150px;
  min-height: 0;
  max-width: 100%;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-109 {
  padding: 120px 0;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  right: 0;
}
.title-page .popover-wrap-137 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
  min-height: 0;
}
.title-page .popover-wrap-137 .popover-body .form_text input {
  border: none;
  font-family: Open Sans, 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: 13.3333px;
  min-height: 55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f7f7f7;
  padding-right: 15px;
  padding-left: 15px;
}
.title-page .popover-wrap-137 .popover-body textarea {
  padding: 15px;
  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;
  font-family: monospace;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #f7f7f7;
}
.title-page .popover-wrap-137 .popover-body .s3_button_large {
  border: none;
  background: #00a74f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  padding-bottom: 2px;
  margin-top: 15px;
}
.title-page .popover-wrap-137 .popover-body .s3_button_large:hover, .title-page .popover-wrap-137 .popover-body .s3_button_large.hover, .title-page .popover-wrap-137 .popover-body .s3_button_large.active {
  background: #0fbf61;
}
.title-page .popover-wrap-137 .popover-body .s3_button_large:active, .title-page .popover-wrap-137 .popover-body .s3_button_large.active {
  background: #13ab58;
}
.title-page .popover-wrap-137 .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-137 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #00a74f;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 45px;
}
.title-page .popover-wrap-137 .popover-close:hover, .title-page .popover-wrap-137 .popover-close.hover, .title-page .popover-wrap-137 .popover-close.active {
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #0fbf61;
}
.title-page .popover-wrap-137 .popover-close:active, .title-page .popover-wrap-137 .popover-close.active {
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #13ab58;
}
.title-page .editable_block-137 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-137 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-137 .header {
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
}
.title-page .editable_block-137 .body {
  border: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  min-width: 0;
  min-height: 0;
  background: transparent;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: auto;
  left: 0;
  right: 0;
  margin-right: 0;
}
.title-page .editable_block-137 .title {
  box-sizing: border-box;
  font-size: 32px;
  margin-bottom: 21px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  min-height: 0;
  margin-right: 0;
  width: auto;
  margin-left: 0;
}
.title-page .editable_block-137 .image {
  margin: 0 64px 0 0;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: left;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: 250px;
  min-height: 230px;
  max-width: 100%;
}
.title-page .editable_block-137 .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-137 .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-137 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 250px;
  height: 230px;
  -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;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 0;
  align-self: auto;
}
.title-page .editable_block-137 .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-137 .text {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.4;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 24px;
  font-weight: 300;
  -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;
  margin-bottom: 0;
  margin-right: 0;
  width: auto;
  margin-left: 0;
  min-height: 0;
}
.title-page .editable_block-137 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-137 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-137 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-137 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-137 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-137 .more {
  box-sizing: border-box;
  margin-top: 25px;
  pointer-events: auto;
  margin-left: 0;
  margin-bottom: 0;
}
.title-page .editable_block-137 .more > a {
  padding: 20px 52px 20px 35px;
  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: 59px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: url("../images/right.png?1557900948801") right 25px top 50% / 11px no-repeat #0041b8;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .editable_block-137 .more > a:hover, .title-page .editable_block-137 .more > a.hover, .title-page .editable_block-137 .more > a.active {
  background: url("../images/right.png?1557900948801") right 25px top 50% / 11px no-repeat #3680ff;
}
.title-page .editable_block-137 .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-137 .clear {
  clear: both;
}
.title-page .popover-container-137 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-137 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-137 .popover-form-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-137 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-137 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-137 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-137 .popover-body .form_div h2 {
  font-family: Open Sans, 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: 19px;
}
.title-page .popover-wrap-137 .popover-body .form_html_block .s3_form_field {
  font-family: Open Sans, sans-serif;
  color: #2e2e2e;
  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-137 .popover-body .s3_form_item.form_checkbox {
  text-align: left;
}
.title-page .popover-wrap-137 .popover-body .form_checkbox .s3_form_subitem_title {
  font-family: Open Sans, 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-137 .popover-body .s3_form_item.form_radio {
  text-align: left;
}
.title-page .popover-wrap-137 .popover-body .form_radio .s3_form_subitem {
  text-align: left;
}
.title-page .popover-wrap-137 .popover-body .form_radio .s3_form_subitem_title {
  font-family: Open Sans, 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-137 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-137 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-137 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-137 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-137 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-128 {
  padding: 90px 55px 90px 56px;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  background: #f0f0f0;
  z-index: 4;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  right: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .block-129 {
  margin: 0 auto;
  position: relative;
  width: 1150px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
.title-page .widget-204 {
  margin: 0;
  position: relative;
  z-index: 1;
  width: auto;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.1;
  right: 0;
}
.title-page .mosaic-gallery-227 .mg-name {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 51px;
  display: table;
  width: 100%;
  font-size: 20px;
}
.title-page .mosaic-gallery-227 .mg-name .mg-name-text {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  color: #242424;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 40px;
  font-weight: 600;
}
.title-page .mosaic-gallery-227 .mg-name .mg-name-all {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.title-page .mosaic-gallery-227 .mg-all-wrap {
  box-sizing: border-box;
}
.title-page .mosaic-gallery-227 .mg-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;
  height: 0;
  min-height: 16px;
  line-height: 1.2;
  font-size: 14px;
}
.title-page .mosaic-gallery-227 .mosaic-gallery-content {
  box-sizing: border-box;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.title-page .mosaic-gallery-227 .lines-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .mosaic-gallery-227 .lines-cell {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
.title-page .mosaic-gallery-227 .mg-item {
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .mosaic-gallery-227 .mg-item a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.title-page .mosaic-gallery-227 .mg-item .mg-title {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  line-height: 1;
  color: #000;
  display: -webkit-flex;
  display: flex;
}
.title-page .mosaic-gallery-227 .mg-item img {
  margin: auto;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .mosaic-gallery-227 .mg-item.flex-row img {
  max-width: none;
}
.title-page .mosaic-gallery-227 .mg-item.flex-row a {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .mosaic-gallery-227 .lines-cell .mg-item {
  width: 100%;
}
.title-page .mosaic-gallery-227 .mosaic-gallery-content.fix-height {
  overflow: hidden;
  height: 100px;
  max-height: 100px;
}
.title-page .mosaic-gallery-227 .mg-increase_wrap {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  display: none;
}
.title-page .mosaic-gallery-227 .mg-increase_content {
  padding: 55px;
  border: none;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  position: relative;
  text-align: left;
}
.title-page .mosaic-gallery-227 .mg-increase_close {
  display: none;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  background: url("../images/wm_gallery_mosaic_mg-close.png") 0 0 no-repeat;
  cursor: pointer;
}
.title-page .mosaic-gallery-227 .mg-increase_image {
  text-align: center;
}
.title-page .mosaic-gallery-227 .mg-increase_wrap img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
}
.title-page .mosaic-gallery-227 .mg-increase_title {
  box-sizing: border-box;
  color: #141414;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding-top: 10px;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 19px;
}
.title-page .mosaic-gallery-227 .mg-increase_wrap.popup-block {
  position: fixed;
  z-index: 1500;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  overflow: auto;
}
.title-page .mosaic-gallery-227 .mg-increase_wrap.popup-block:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.title-page .mosaic-gallery-227 .mg-increase_wrap.popup-block .mg-increase_close {
  display: block;
}
.title-page .mosaic-gallery-227 .mg-text-before {
  box-sizing: border-box;
  margin-bottom: 20px;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
}
.title-page .mosaic-gallery-227 .mg-text-after {
  box-sizing: border-box;
  margin-top: 20px;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
}
.title-page .mosaic-gallery-227 p:first-of-type {
  margin-top: 0;
}
.title-page .mosaic-gallery-227 p:last-of-type {
  margin-bottom: 0;
}
.title-page .block-91 {
  padding: 115px 75px 90px;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: #fff;
  z-index: 3;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .block-92 {
  margin: 0 auto;
  position: relative;
  width: 1150px;
  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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-163 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  min-height: 0;
  width: auto;
  right: 0;
  padding-bottom: 90px;
}
.title-page .popover-wrap-188 .popover-body {
  padding: 45px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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: 320px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  text-align: left;
  font-size: 12px;
  max-width: 100%;
  min-height: 0;
}
.title-page .popover-wrap-188 .popover-body .form_text input {
  border: none;
  font-family: Open Sans, 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: 13.3333px;
  min-height: 55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f7f7f7;
  padding-right: 15px;
  padding-left: 15px;
}
.title-page .popover-wrap-188 .popover-body textarea {
  padding: 15px;
  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;
  font-family: monospace;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  background: #f7f7f7;
}
.title-page .popover-wrap-188 .popover-body .s3_button_large {
  border: none;
  background: #00a74f;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  min-height: 55px;
  padding-bottom: 2px;
  margin-top: 15px;
}
.title-page .popover-wrap-188 .popover-body .s3_button_large:hover, .title-page .popover-wrap-188 .popover-body .s3_button_large.hover, .title-page .popover-wrap-188 .popover-body .s3_button_large.active {
  background: #0fbf61;
}
.title-page .popover-wrap-188 .popover-body .s3_button_large:active, .title-page .popover-wrap-188 .popover-body .s3_button_large.active {
  background: #13ab58;
}
.title-page .popover-wrap-188 .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-188 .popover-close {
  border: none;
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 45px;
  height: 30px;
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #00a74f;
  z-index: 10;
  cursor: pointer;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  min-height: 45px;
}
.title-page .popover-wrap-188 .popover-close:hover, .title-page .popover-wrap-188 .popover-close.hover, .title-page .popover-wrap-188 .popover-close.active {
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #0fbf61;
}
.title-page .popover-wrap-188 .popover-close:active, .title-page .popover-wrap-188 .popover-close.active {
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #13ab58;
}
.title-page .editable_block-188 p:first-child {
  margin-top: 0;
}
.title-page .editable_block-188 p:last-child {
  margin-bottom: 0;
}
.title-page .editable_block-188 .header {
  box-sizing: border-box;
  font-size: 38px;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  color: #262626;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  margin-top: 0;
}
.title-page .editable_block-188 .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-188 .title {
  box-sizing: border-box;
  font-size: 32px;
  margin-bottom: 21px;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #262626;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  min-height: 0;
}
.title-page .editable_block-188 .image {
  padding: 0.02px 35px 35px 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  float: right;
  margin-right: 0;
  margin-left: 97px;
  margin-bottom: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  background: url("../images/bg_ser.png?1557900948890") left 50% top 50% / auto auto repeat;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .editable_block-188 .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-188 .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-188 .img-convert {
  margin: -35px 0 0 -35px;
  border: none;
  box-sizing: border-box;
  width: 350px;
  height: 380px;
  -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;
  -webkit-box-shadow: 0px 27px 17px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 27px 17px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 27px 17px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  align-self: auto;
}
.title-page .editable_block-188 .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-188 .text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #404040;
  line-height: 1.6;
  text-decoration: none;
  font-size: 15px;
  margin-top: 14px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .editable_block-188 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .editable_block-188 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-188 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .editable_block-188 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-188 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .editable_block-188 .more {
  box-sizing: border-box;
  margin-top: 26px;
  pointer-events: auto;
}
.title-page .editable_block-188 .more > a {
  padding: 20px 35px;
  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: 59px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  background: #0041b8;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  font-weight: 600;
}
.title-page .editable_block-188 .more > a:hover, .title-page .editable_block-188 .more > a.hover, .title-page .editable_block-188 .more > a.active {
  background: #3680ff;
}
.title-page .editable_block-188 .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-188 .clear {
  clear: both;
}
.title-page .popover-container-188 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-188 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-188 .popover-form-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
.title-page .popover-wrap-188 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-188 .popover-body .s3_form_item {
  margin-top: 0;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
  padding-top: 0.02px;
}
.title-page .popover-wrap-188 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-188 .popover-body .form_div h2 {
  font-family: Open Sans, 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: 19px;
}
.title-page .popover-wrap-188 .popover-body .form_html_block .s3_form_field {
  font-family: Open Sans, sans-serif;
  color: #2e2e2e;
  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-188 .popover-body .s3_form_item.form_checkbox {
  text-align: left;
}
.title-page .popover-wrap-188 .popover-body .form_checkbox .s3_form_subitem_title {
  font-family: Open Sans, 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-188 .popover-body .s3_form_item.form_radio {
  text-align: left;
}
.title-page .popover-wrap-188 .popover-body .form_radio .s3_form_subitem {
  text-align: left;
}
.title-page .popover-wrap-188 .popover-body .form_radio .s3_form_subitem_title {
  font-family: Open Sans, 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-188 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-188 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .popover-wrap-188 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-188 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-188 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .widget-199 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  padding-top: 0.02px;
  padding-bottom: 37px;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .popover-wrap-224 .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-224 .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-224 .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-224 .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-224 .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-224 .popover-body .s3_button_large {
  border: none;
  background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 34px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  min-width: 25px;
  min-height: 25px;
}
.title-page .popover-wrap-224 .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-224 .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-224 .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-224 .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-224 .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-224 .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-224 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-224 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-224 .header {
  border: none;
  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: 35px;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
  min-height: 0;
}
.title-page .blocklist-224 .header_text {
  font-size: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #2b2b2b;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-224 .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-224 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-224 .body-outer {
  padding: 0.02px 10px 1px 0;
  border: none;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .blocklist-224 .body {
  margin: 0 -5px;
  box-sizing: border-box;
}
.title-page .blocklist-224 .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-224 .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-224 .bx-wrapper {
  max-width: 1128px;
}
.title-page .blocklist-224 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-224 .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: 1130px;
}
.title-page .blocklist-224 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 16.66%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .blocklist-224 .item {
  padding: 15px;
  margin: 15px 5px;
  border: none;
  position: relative;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  text-align: left;
  left: 0;
  right: 0;
  flex-basis: 100%;
  align-self: auto;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-224 .text {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.title-page .blocklist-224 .text .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-224 .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;
  min-height: 0;
}
.title-page .blocklist-224 .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-224 .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-224 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 180px;
  height: 152px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .blocklist-224 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-224 .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-224 .title {
  font-weight: 300;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  font-family: Roboto, sans-serif;
  color: #5e5e5e;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
}
.title-page .blocklist-224 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-224 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-224 .price-note {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-224 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-224 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-224 .more {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}
.title-page .blocklist-224 .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-224 .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-224 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-224 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .blocklist-224 .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-224 .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;
  text-align: justify;
}
.title-page .blocklist-224 .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-224 .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-224 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-224 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-224 .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-224 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-224 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-224 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-224 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-224 .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-224 .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-224 .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-224 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
}
.title-page .blocklist-224 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-224 .bx-pager a {
  margin: 2px 5px;
  border: none;
  display: inline-block;
  width: 15px;
  min-height: 15px;
  background: rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .blocklist-224 .bx-pager a:hover, .title-page .blocklist-224 .bx-pager a.hover, .title-page .blocklist-224 .bx-pager a.active {
  background: #f30101;
}
.title-page .popover-container-224 {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-224 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-224 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-224 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-224 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-224 .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-224 .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-224 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-224 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-224 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_div h2 {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.title-page .popover-wrap-224 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-224 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-224 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-224 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .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-224 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-224 .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-224 .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-224 .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-224 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .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-224 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-224 .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-224 .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-224 .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-224 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .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-224 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-224 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .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-224 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-224 .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-224 .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-224 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-224 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-224 .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-224 .popover-body .s3_required {
  color: #f00;
}
.title-page .popover-wrap-224 .s3_form_field_title .s3_form_error {
  color: #f00;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  text-align: left;
}
.title-page .blocklist-224 .columns-table {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.title-page .blocklist-224 .columns-cell {
  display: table-cell;
  vertical-align: top;
}
.title-page .popover-wrap-224 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-224 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-224 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-59 {
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: linear-gradient(rgba(0, 65, 184, 0.89), rgba(0, 65, 184, 0.89)), url("../images/bg_3.png?1557900948773") left 50% top 50% / auto auto repeat, url("../images/5479875435.jpg") left 50% top 50% / cover no-repeat;
  z-index: 2;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-left: 75px;
  padding-right: 75px;
}
.title-page .block-88 {
  margin: 0 auto;
  position: relative;
  width: 1150px;
  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;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widget-159 {
  padding: 90px 35px 141px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  min-height: 0;
  right: 0;
}
.title-page .reviews-175 p:first-child {
  margin-top: 0;
}
.title-page .reviews-175 p:last-child {
  margin-bottom: 0;
}
.title-page .reviews-175 .header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 0;
  margin-bottom: 14px;
  text-align: center;
}
.title-page .reviews-175 .header_text {
  box-sizing: border-box;
  font-size: 40px;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}
.title-page .reviews-175 .description {
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
.title-page .reviews-175 .list-wr {
  box-sizing: border-box;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.title-page .reviews-175 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .reviews-175 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .reviews-175 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .reviews-175 .bx-wrapper {
  max-width: 1080px;
}
.title-page .reviews-175 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .reviews-175 .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 1080px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-175 .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 .reviews-175 .item {
  padding: 0.02px 35px 35px;
  margin: 101px 10px 10px;
  border: none;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  background: rgba(255, 255, 255, 0.08);
  align-self: auto;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .reviews-175 .image {
  padding: 15px;
  margin: -76px auto 24px;
  border: none;
  box-sizing: border-box;
  font-size: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  float: none;
  -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;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  width: 150px;
  max-width: 100%;
}
.title-page .reviews-175 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 120px;
  height: 120px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  -webkit-box-shadow: 0px 11px 12px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 11px 12px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 11px 12px rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-right: 0;
}
.title-page .reviews-175 .image img {
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-175 .text {
  padding: 0.02px 0;
  margin: 22px 0 5px;
  border: none;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  left: 0;
  right: 0;
  font-weight: 500;
}
.title-page .reviews-175 .text .align-elem {
  flex-basis: 100%;
}
.title-page .reviews-175 .author {
  text-align: center;
  box-sizing: border-box;
  color: #4095bf;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  margin-top: 21px;
}
.title-page .reviews-175 .name {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 17px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .reviews-175 .date {
  text-align: left;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 11px;
  color: #808080;
  text-decoration: none;
}
.title-page .reviews-175 .item__image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .reviews-175 .footer {
  box-sizing: border-box;
}
.title-page .reviews-175 .all {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .reviews-175 .controls {
  margin: 44px 0 67px -250px;
  z-index: 1;
  position: absolute;
  top: auto;
  left: 50%;
  right: auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  text-align: justify;
  bottom: 0;
  width: 500px;
}
.title-page .reviews-175 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 75px;
  height: 20px;
  background: url("../images/left.png?1550120684157") left 50% top 50% / auto auto no-repeat transparent;
  box-sizing: border-box;
  text-align: left;
  min-height: 75px;
  margin-left: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-175 .prev:hover, .title-page .reviews-175 .prev.hover, .title-page .reviews-175 .prev.active {
  background: url("../images/left.png?1550120684157") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.05);
}
.title-page .reviews-175 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 75px;
  height: 20px;
  background: url("../images/right.png?1550120674640") left 50% top 50% / auto auto no-repeat transparent;
  box-sizing: border-box;
  text-align: left;
  min-height: 75px;
  margin-right: 0;
  margin-left: 1px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .reviews-175 .next:hover, .title-page .reviews-175 .next.hover, .title-page .reviews-175 .next.active {
  background: url("../images/right.png?1550120674640") left 50% top 50% / auto auto no-repeat rgba(255, 255, 255, 0.05);
}
.title-page .reviews-175 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-175 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .reviews-175 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .reviews-175 .bx-auto_controls {
  margin: auto auto 73px;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .reviews-175 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .reviews-175 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-175 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .reviews-175 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_pause.png") center center / auto no-repeat;
}
.title-page .reviews-175 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_reviews_play.png") center center / auto no-repeat;
}
.title-page .reviews-175 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .reviews-175 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-175 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .reviews-175 .bx-pager a {
  margin: 2px;
  border: none;
  display: inline-block;
  width: 15px;
  min-height: 15px;
  background: transparent;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
}
.title-page .reviews-175 .bx-pager a:hover, .title-page .reviews-175 .bx-pager a.hover, .title-page .reviews-175 .bx-pager a.active {
  background: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .block-130 .layout_center_228_id_229_0 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-130 {
  margin: 0;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  background: #1c1c1c;
  z-index: 1;
  text-align: center;
  right: 0;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-bottom: 75px;
}
.title-page .widget-205 {
  margin: 0 auto;
  border: none;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 75px;
  min-height: 75px;
  background: #0041b8;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 0px 0px 35px 35px;
  -moz-border-radius: 0px 0px 35px 35px;
  border-radius: 0px 0px 35px 35px;
}
.title-page .widget-205:hover, .title-page .widget-205.hover, .title-page .widget-205.active {
  background: #3680ff;
}
.title-page .up-229 .icon {
  margin: 10px auto 0;
  border: none;
  box-sizing: border-box;
  height: 20px;
  width: 34px;
  display: inline-block;
  background: url("../images/up_but.png?1557900948808") left 50% top 50% / auto auto no-repeat;
  -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-229 .title {
  box-sizing: border-box;
  color: #fff;
  margin-top: 4px;
  margin-bottom: 15px;
  -webkit-order: 5;
  -moz-order: 5;
  order: 5;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
}
.title-page .block-131 .layout_235 {
  -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-131 .layout_239 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-131 .layout_240 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-131 .layout_230_id_240 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  left: 0;
  top: 0;
  position: relative;
  margin: 0;
}
.title-page .block-131 {
  padding: 0.02px 55px;
  margin: 55px auto 0;
  border: none;
  position: relative;
  width: 1150px;
  min-height: 0;
  background: linear-gradient(rgba(18, 18, 18, 0.7), rgba(18, 18, 18, 0.7)), url("../images/slider_bg.png?1557900948893") left 50% top 50% / auto auto repeat, url("../images/54783779_2.jpg") left 50% top 50% / cover no-repeat;
  z-index: 2;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .block-132 .layout_232 {
  -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-132 .layout_233 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-132 .layout_234 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-132 {
  padding: 45px 0;
  margin: 0;
  border: none;
  position: relative;
  width: auto;
  min-height: 0;
  max-width: 100%;
  z-index: 4;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  right: 0;
  -webkit-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.15);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-206 {
  position: relative;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  margin-top: 1px;
  margin-left: 55px;
  margin-bottom: auto;
  right: 0;
}
.title-page .widget-207 {
  position: relative;
  z-index: 2;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 245px;
  margin-top: 6px;
  margin-left: 0;
  margin-bottom: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .widget-208 {
  position: relative;
  z-index: 1;
  color: #0062ff;
  text-align: right;
  text-decoration: none;
  width: 245px;
  margin-top: 7px;
  margin-left: 55px;
  margin-bottom: auto;
}
.title-page .block-133 {
  position: relative;
  width: auto;
  min-height: 0;
  z-index: 3;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
  right: 0;
  padding-top: 90px;
  padding-bottom: 90px;
}
.title-page .block-134 {
  margin: 0 auto;
  position: relative;
  width: 218px;
  min-height: 0;
  z-index: 1;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-209 {
  margin: 25px 0 0;
  position: relative;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .email-237 p:first-child {
  margin-top: 0;
}
.title-page .email-237 p:last-child {
  margin-bottom: 0;
}
.title-page .email-237 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .email-237 .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-237 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .email-237 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .email-237 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .email-237 .title {
  box-sizing: border-box;
  display: block;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
}
.title-page .email-237 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #0062ff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: underline;
  font-size: 17px;
}
.title-page .email-237 .text_body:hover, .title-page .email-237 .text_body.hover, .title-page .email-237 .text_body.active {
  text-decoration: none;
}
.title-page .email-237 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .email-237 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-210 {
  position: relative;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: 217px;
  margin-top: 0;
  margin-left: 0;
}
.title-page .phones-238 p:first-child {
  margin-top: 0;
}
.title-page .phones-238 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-238 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-238 .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-238 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("../images/lib_623502_address.png") left 50% top 50% / auto auto no-repeat;
  margin-right: 22px;
  min-height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-238 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-238 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-238 .title {
  box-sizing: border-box;
  display: block;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.title-page .phones-238 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.4;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.title-page .phones-238 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-238 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-238 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-211 {
  position: relative;
  z-index: 2;
  text-align: left;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 229px;
  margin-top: 0;
  margin-left: 55px;
  margin-bottom: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 90px;
  padding-bottom: 90px;
}
.title-page .widgetsocial-239 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-weight: 300;
}
.title-page .widgetsocial-239 .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-239 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  text-align: left;
}
.title-page .widgetsocial-239 .soc {
  margin: 7px 2px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  text-align: center;
  align-self: auto;
}
.title-page .widgetsocial-239 .vk .wg-soc-icon {
  border: none;
  background: url("../images/lib_702202_vk.png") left 50% top 50% / 18px no-repeat #f30101;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .widgetsocial-239 .vk .wg-soc-icon:hover, .title-page .widgetsocial-239 .vk .wg-soc-icon.hover, .title-page .widgetsocial-239 .vk .wg-soc-icon.active {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.title-page .widgetsocial-239 .fb .wg-soc-icon {
  border: none;
  background: url("../images/lib_702202_facebook.png") left 50% top 50% / 10px no-repeat #f30101;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .widgetsocial-239 .fb .wg-soc-icon:hover, .title-page .widgetsocial-239 .fb .wg-soc-icon.hover, .title-page .widgetsocial-239 .fb .wg-soc-icon.active {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.title-page .widgetsocial-239 .tw .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tw.png") left 50% top 50% / cover no-repeat #f30101;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .widgetsocial-239 .tw .wg-soc-icon:hover, .title-page .widgetsocial-239 .tw .wg-soc-icon.hover, .title-page .widgetsocial-239 .tw .wg-soc-icon.active {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.title-page .widgetsocial-239 .google .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat #f30101;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .widgetsocial-239 .google .wg-soc-icon:hover, .title-page .widgetsocial-239 .google .wg-soc-icon.hover, .title-page .widgetsocial-239 .google .wg-soc-icon.active {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.title-page .widgetsocial-239 .ins .wg-soc-icon {
  border: none;
  background: url("../images/lib_623502_insta.png") left 50% top 50% / 23px no-repeat #f30101;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .widgetsocial-239 .ins .wg-soc-icon:hover, .title-page .widgetsocial-239 .ins .wg-soc-icon.hover, .title-page .widgetsocial-239 .ins .wg-soc-icon.active {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.title-page .widgetsocial-239 .ok .wg-soc-icon {
  border: none;
  background: url("../images/lib_702202_ok.png") left 50% top 50% / 12px no-repeat #f30101;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .widgetsocial-239 .ok .wg-soc-icon:hover, .title-page .widgetsocial-239 .ok .wg-soc-icon.hover, .title-page .widgetsocial-239 .ok .wg-soc-icon.active {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.title-page .widgetsocial-239 .mail .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat #f30101;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .widgetsocial-239 .mail .wg-soc-icon:hover, .title-page .widgetsocial-239 .mail .wg-soc-icon.hover, .title-page .widgetsocial-239 .mail .wg-soc-icon.active {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.title-page .widgetsocial-239 .pin .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat #f30101;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .widgetsocial-239 .pin .wg-soc-icon:hover, .title-page .widgetsocial-239 .pin .wg-soc-icon.hover, .title-page .widgetsocial-239 .pin .wg-soc-icon.active {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.title-page .widgetsocial-239 .lj .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat #f30101;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .widgetsocial-239 .lj .wg-soc-icon:hover, .title-page .widgetsocial-239 .lj .wg-soc-icon.hover, .title-page .widgetsocial-239 .lj .wg-soc-icon.active {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.title-page .widgetsocial-239 .my .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat #f30101;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .widgetsocial-239 .my .wg-soc-icon:hover, .title-page .widgetsocial-239 .my .wg-soc-icon.hover, .title-page .widgetsocial-239 .my .wg-soc-icon.active {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.title-page .widgetsocial-239 .youtube .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_youtube.png") left 50% top 50% / cover no-repeat #f30101;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .widgetsocial-239 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-239 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-239 .youtube .wg-soc-icon.active {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.title-page .widgetsocial-239 .telegram .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat #f30101;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .widgetsocial-239 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-239 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-239 .telegram .wg-soc-icon.active {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.title-page .widgetsocial-239 .whatsapp .wg-soc-icon {
  border: none;
  background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat #f30101;
  width: 35px;
  min-height: 35px;
  text-align: left;
  height: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.title-page .widgetsocial-239 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-239 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-239 .whatsapp .wg-soc-icon.active {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.title-page .widgetsocial-239 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-239 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
  font-family: Montserrat, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  margin-left: 14px;
}
.title-page .widgetsocial-239 .wg-soc-title:hover, .title-page .widgetsocial-239 .wg-soc-title.hover, .title-page .widgetsocial-239 .wg-soc-title.active {
  color: #d52d31;
}
.title-page .block-135 {
  position: relative;
  width: 243px;
  min-height: 0;
  z-index: 1;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}
.title-page .widget-212 {
  position: relative;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: 250px;
  margin-top: 0;
  margin-left: 0;
}
.title-page .address-241 p:first-child {
  margin-top: 0;
}
.title-page .address-241 p:last-child {
  margin-bottom: 0;
}
.title-page .address-241 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-241 .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-241 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 35px;
  background: url("../images/lib_623502_phone2.png") left 50% top 50% / auto auto no-repeat;
  margin-right: 22px;
  margin-top: 0;
  margin-bottom: auto;
  align-self: auto;
  min-height: 35px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-241 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-241 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .address-241 .title {
  box-sizing: border-box;
  display: block;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 300;
}
.title-page .address-241 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.5;
  text-decoration: none;
  font-size: 17px;
  font-weight: normal;
}
.title-page .address-241 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-241 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-213 {
  margin: 25px 0 0;
  position: relative;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
  padding-left: 0;
}
.title-page .schedule-242 p:first-child {
  margin-top: 0;
}
.title-page .schedule-242 p:last-child {
  margin-bottom: 0;
}
.title-page .schedule-242 .header {
  box-sizing: border-box;
}
.title-page .schedule-242 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .schedule-242 .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 .schedule-242 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .schedule-242 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .schedule-242 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .schedule-242 .title {
  box-sizing: border-box;
  display: block;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 300;
}
.title-page .schedule-242 .text_body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 15px;
}
.title-page .schedule-242 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .schedule-242 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-21 {
  top: 0;
  left: 0;
  position: fixed;
  text-align: left;
  right: 0;
  z-index: 1450;
  width: 768px;
}
.title-page .side-panel-29 .side-panel-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  pointer-events: auto;
  text-align: left;
}
.title-page .side-panel-29 .side-panel-content {
  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);
  text-align: left;
  pointer-events: auto;
  box-sizing: border-box;
}
.title-page .side-panel-29 .side-panel-close {
  border: none;
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 55px;
  min-height: 55px;
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #fffc01;
  cursor: pointer;
  margin-top: 55px;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  margin-left: 0;
  margin-right: 15px;
}
.title-page .side-panel-29 .side-panel-close:hover, .title-page .side-panel-29 .side-panel-close.hover, .title-page .side-panel-29 .side-panel-close.active {
  background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #fffc42;
}
.title-page .side-panel-29 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  position: relative;
  z-index: 0;
  pointer-events: auto;
  min-height: 100%;
}
.title-page .side-panel-29 .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: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
}
.title-page .side-panel-29 .side-panel-button {
  padding: 4px 5px 7px;
  border: none;
  box-sizing: border-box;
  font-size: 0;
  width: 85px;
  min-height: 65px;
  background: url("../images/more.png?1557906250745") right 15px top 50% / auto auto no-repeat #00a74f;
  cursor: pointer;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  text-align: left;
  pointer-events: auto;
  position: relative;
  z-index: 10;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-left: 0;
  margin-top: 105px;
  align-self: auto;
}
.title-page .side-panel-29 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-29 .side-panel-button-icon-line {
  border: none;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: transparent;
  box-sizing: border-box;
}
.title-page .side-panel-29 .side-panel-top-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
@media all and (max-width: 960px) {
  .title-page .editorElement {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .layout {
    max-width: 100%;
  }
  .title-page .layout.layout_center {
    box-sizing: border-box;
  }
  .title-page body {
    display: block;
  }
  .title-page .wrapper {
    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;
  }
  .title-page .block-40 {
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-58 {
    padding: 95px 50px 55px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .title-page .block-2 .layout_4 {
    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-2 .layout_45 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: none;
  }
  .title-page .block-2 .layout_167 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: none;
  }
  .title-page .block-2 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    padding-top: 0.02px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-14 {
    display: none;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-154 {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .schedule-168 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .schedule-168 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-2 {
    width: 1146px;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .site-name-4 .sn-logo {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .title-page .site-name-4 img {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .widget-192 {
    min-height: 500px;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: block;
  }
  .title-page .popover-wrap-215 .popover-body .s3_button_large {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .popover-wrap-215 .popover-body .s3_message {
    background: none;
  }
  .title-page .popover-wrap-215 .popover-close:active, .title-page .popover-wrap-215 .popover-close.active {
    background: url("../images/close_but.png?1542950724942") left 50% top 50% / 18px no-repeat #303030;
  }
  .title-page .slider-215 .text-slider {
    padding-top: 170px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .title-page .slider-215 .block-body {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    width: auto;
  }
  .title-page .slider-215 .block-more {
    margin-top: 20px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .slider-215 .block-title {
    width: auto;
    margin-right: 0;
    font-size: 25px;
  }
  .title-page .slider-215 .slider-controls {
    margin-top: 64px;
    margin-bottom: 70px;
  }
  .title-page .slider-215 .slider-prev {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .slider-215 .slider-next {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .slider-215 .slider-pager > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
  }
  .title-page .block-82 {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .title-page .block-86 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-155 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
    display: block;
  }
  .title-page .popover-wrap-169 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-169 .header {
    margin-bottom: 35px;
  }
  .title-page .blocklist-169 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-169 .body-outer {
    width: auto;
  }
  .title-page .blocklist-169 .body {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  .title-page .blocklist-169 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-169 .item {
    background: none;
  }
  .title-page .blocklist-169 .text {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-169 .image {
    margin-right: auto;
    background: none;
    margin-left: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-169 .title {
    margin-bottom: 15px;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-169 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-169 .more {
    margin-bottom: -25px;
    background: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-169 .more > a {
    width: 35px;
  }
  .title-page .blocklist-169 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-169 .bx-wrapper {
    max-width: 678px;
  }
  .title-page .blocklist-169 .controls {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .blocklist-169 .prev {
    min-height: 45px;
    margin-left: 0;
    width: 45px;
  }
  .title-page .blocklist-169 .next {
    width: 45px;
    min-height: 45px;
    margin-right: 0;
  }
  .title-page .block-84 {
    padding: 70px 50px;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-85 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-102 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .popover-wrap-133 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .blocklist-133 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-133 .description {
    margin-bottom: 23px;
  }
  .title-page .blocklist-133 .body-outer {
    width: auto;
  }
  .title-page .blocklist-133 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-133 .bx-wrapper {
    max-width: 669px;
  }
  .title-page .blocklist-133 .list {
    width: 668px;
  }
  .title-page .blocklist-133 .item-outer {
    width: 33.33%;
  }
  .title-page .blocklist-133 .item {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    padding-bottom: 49px;
  }
  .title-page .blocklist-133 .text {
    margin-bottom: 0;
    padding-bottom: 15px;
    background: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-133 .image {
    margin-bottom: -4px;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-133 .img-convert {
    background: none;
  }
  .title-page .blocklist-133 .title {
    font-size: 14px;
    margin-top: 30px;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-133 .price {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-133 .more {
    margin-bottom: -25px;
    background: none;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    padding-top: 17px;
  }
  .title-page .blocklist-133 .more > a {
    width: 138px;
    margin-left: auto;
  }
  .title-page .blocklist-133 .sub-title {
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .title-page .blocklist-133 .controls {
    margin-top: 39px;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .blocklist-133 .prev {
    min-height: 45px;
    margin-left: -23px;
    width: 45px;
  }
  .title-page .blocklist-133 .next {
    width: 45px;
    min-height: 45px;
    margin-right: -23px;
  }
  .title-page .block-28 {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .title-page .block-87 {
    width: auto;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-109 {
    padding-top: 70px;
    padding-bottom: 70px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .popover-wrap-137 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-137 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 0;
  }
  .title-page .editable_block-137 .title {
    font-size: 30px;
    margin-bottom: 15px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
  }
  .title-page .editable_block-137 .image {
    margin-right: auto;
    margin-left: auto;
  }
  .title-page .editable_block-137 .img-convert {
    background: none;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .editable_block-137 .text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    background: none;
  }
  .title-page .editable_block-137 .more {
    clear: none;
    margin-top: 27px;
    text-align: center;
  }
  .title-page .editable_block-137 .more > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .title-page .block-128 {
    padding: 70px 50px;
    top: 0;
    left: 0;
    margin-bottom: 0;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .title-page .block-129 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-204 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .mosaic-gallery-227 .mg-name .mg-name-text {
    font-size: 30px;
  }
  .title-page .block-91 {
    padding: 70px 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .title-page .block-92 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-163 {
    padding-bottom: 0.02px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .popover-wrap-188 .popover-close {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .editable_block-188 .body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .editable_block-188 .title {
    font-size: 30px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .editable_block-188 .image {
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 5px;
    width: 372px;
    float: none;
    display: none;
  }
  .title-page .editable_block-188 .img-convert {
    background: none;
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .editable_block-188 .more {
    clear: none;
    text-align: center;
  }
  .title-page .widget-199 {
    padding-top: 35px;
    -webkit-box-shadow: false, false, false, false;
    -moz-box-shadow: false, false, false, false;
    box-shadow: false, false, false, false;
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .blocklist-224 .header {
    margin-bottom: 12px;
    -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-224 .header:hover, .title-page .blocklist-224 .header.hover, .title-page .blocklist-224 .header.active {
    background: url("/1125602/images/header_line.png") left 50% top 0px / auto auto no-repeat;
  }
  .title-page .blocklist-224 .header_text {
    font-size: 30px;
  }
  .title-page .blocklist-224 .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;
    padding-right: 0;
  }
  .title-page .blocklist-224 .body {
    width: auto;
  }
  .title-page .blocklist-224 .bx-wrapper {
    max-width: 680px;
  }
  .title-page .blocklist-224 .list {
    width: 678px;
  }
  .title-page .blocklist-224 .item-outer {
    width: 25%;
  }
  .title-page .blocklist-224 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    background: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    flex-basis: auto;
  }
  .title-page .blocklist-224 .image {
    margin-right: 0;
    float: none;
  }
  .title-page .blocklist-224 .img-convert {
    background: none;
  }
  .title-page .block-59 {
    padding-left: 0;
    padding-right: 0;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .title-page .block-88 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .widget-159 {
    padding: 70px 50px 97px;
    margin-right: 0;
    height: auto;
    display: block;
  }
  .title-page .reviews-175 .header_text {
    font-size: 30px;
  }
  .title-page .reviews-175 .list-wr {
    width: auto;
    overflow: visible;
  }
  .title-page .reviews-175 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .reviews-175 .bx-wrapper {
    max-width: 668px;
  }
  .title-page .reviews-175 .list {
    width: 668px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .reviews-175 .item-outer {
    width: 50%;
  }
  .title-page .reviews-175 .item {
    padding-left: 50px;
    padding-right: 50px;
  }
  .title-page .reviews-175 .image {
    background: none;
  }
  .title-page .reviews-175 .img-convert {
    background: none;
  }
  .title-page .reviews-175 .controls {
    margin-top: 64px;
  }
  .title-page .reviews-175 .bx-auto_controls {
    margin-bottom: 53px;
  }
  .title-page .block-130 .layout_center_228_id_229_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-130 {
    top: 0;
    left: 0;
    padding-left: 55px;
    padding-right: 55px;
    -webkit-order: 13;
    -moz-order: 13;
    order: 13;
  }
  .title-page .widget-205 {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .up-229 .title:hover, .title-page .up-229 .title.hover, .title-page .up-229 .title.active {
    font-weight: 800;
  }
  .title-page .block-131 .layout_235 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-131 .layout_239 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-131 .layout_240 {
    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-131 .layout_230_id_240 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-131 {
    margin-top: 32px;
    margin-left: 0;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 24px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .block-132 .layout_232 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: none;
  }
  .title-page .block-132 .layout_233 {
    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-132 .layout_234 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-132 {
    background: none;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .widget-206 {
    margin-top: 15px;
    margin-left: auto;
    margin-right: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: none;
  }
  .title-page .widget-207 {
    text-align: center;
    width: 1305px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .title-page .widget-208 {
    left: 0;
    text-align: center;
    width: auto;
    margin-top: 15px;
    margin-left: 27px;
    margin-right: 27px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .block-133 {
    left: auto;
    width: 184px;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .title-page .block-134 {
    left: 0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    right: 0;
  }
  .title-page .widget-209 {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    padding-left: 0;
    display: block;
  }
  .title-page .email-237 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .email-237 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .widget-210 {
    text-align: left;
    margin-right: auto;
    margin-bottom: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .phones-238 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-238 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .phones-238 .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .title-page .widget-211 {
    left: 0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0.02px;
    padding-bottom: 25px;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    padding-left: 0;
    right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widgetsocial-239 .soc-header {
    font-size: 15px;
  }
  .title-page .widgetsocial-239 .soc-item {
    width: 33.33%;
  }
  .title-page .widgetsocial-239 .vk .wg-soc-icon:hover, .title-page .widgetsocial-239 .vk .wg-soc-icon.hover, .title-page .widgetsocial-239 .vk .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .fb .wg-soc-icon:hover, .title-page .widgetsocial-239 .fb .wg-soc-icon.hover, .title-page .widgetsocial-239 .fb .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .tw .wg-soc-icon {
    background: #f30101;
  }
  .title-page .widgetsocial-239 .tw .wg-soc-icon:hover, .title-page .widgetsocial-239 .tw .wg-soc-icon.hover, .title-page .widgetsocial-239 .tw .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .google .wg-soc-icon {
    background: #f30101;
  }
  .title-page .widgetsocial-239 .google .wg-soc-icon:hover, .title-page .widgetsocial-239 .google .wg-soc-icon.hover, .title-page .widgetsocial-239 .google .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .ins .wg-soc-icon:hover, .title-page .widgetsocial-239 .ins .wg-soc-icon.hover, .title-page .widgetsocial-239 .ins .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .ok .wg-soc-icon:hover, .title-page .widgetsocial-239 .ok .wg-soc-icon.hover, .title-page .widgetsocial-239 .ok .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .mail .wg-soc-icon {
    background: #f30101;
  }
  .title-page .widgetsocial-239 .mail .wg-soc-icon:hover, .title-page .widgetsocial-239 .mail .wg-soc-icon.hover, .title-page .widgetsocial-239 .mail .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .pin .wg-soc-icon {
    background: #f30101;
  }
  .title-page .widgetsocial-239 .pin .wg-soc-icon:hover, .title-page .widgetsocial-239 .pin .wg-soc-icon.hover, .title-page .widgetsocial-239 .pin .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .lj .wg-soc-icon {
    background: #f30101;
  }
  .title-page .widgetsocial-239 .lj .wg-soc-icon:hover, .title-page .widgetsocial-239 .lj .wg-soc-icon.hover, .title-page .widgetsocial-239 .lj .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .my .wg-soc-icon {
    background: #f30101;
  }
  .title-page .widgetsocial-239 .my .wg-soc-icon:hover, .title-page .widgetsocial-239 .my .wg-soc-icon.hover, .title-page .widgetsocial-239 .my .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .youtube .wg-soc-icon {
    background: #f30101;
  }
  .title-page .widgetsocial-239 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-239 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-239 .youtube .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .telegram .wg-soc-icon {
    background: #f30101;
  }
  .title-page .widgetsocial-239 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-239 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-239 .telegram .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .whatsapp .wg-soc-icon {
    background: #f30101;
  }
  .title-page .widgetsocial-239 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-239 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-239 .whatsapp .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .block-135 {
    width: 273px;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .title-page .widget-212 {
    text-align: left;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .address-241 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-241 .block-body-drop {
    width: 100%;
    margin-left: 0;
  }
  .title-page .address-241 .title {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .title-page .address-241 .text_body {
    font-size: 15px;
    line-height: 1.3;
  }
  .title-page .widget-213 {
    text-align: left;
    margin-top: 10px;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: block;
  }
  .title-page .schedule-242 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .schedule-242 .block-body-drop {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-left: 0;
  }
  .title-page .schedule-242 .title {
    font-size: 15px;
  }
  .title-page .widget-21 {
    padding: 0.02px 0;
    border: none;
    text-align: center;
    z-index: 10000;
    width: auto;
    box-sizing: border-box;
    min-height: 40px;
    background: #ebebeb;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: block;
  }
  .title-page .side-panel-29 .side-panel-content {
    border: none;
    background: #fff;
  }
  .title-page .side-panel-29 .side-panel-close {
    margin-top: 25px;
    -webkit-border-radius: 0px 27px 27px 0px;
    -moz-border-radius: 0px 27px 27px 0px;
    border-radius: 0px 27px 27px 0px;
    background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #f30101;
  }
  .title-page .side-panel-29 .side-panel-close:hover, .title-page .side-panel-29 .side-panel-close.hover, .title-page .side-panel-29 .side-panel-close.active {
    background: url("../images/close_but.png?1542950724942") left 50% top 50% / auto auto no-repeat #f30101;
  }
  .title-page .side-panel-29 .side-panel-top {
    width: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .side-panel-29 .side-panel-button {
    padding: 11px 13px 13px;
    width: 52px;
    min-height: 52px;
    background: url("../images/more.png?1557906250745") right 15px top 50% / auto auto no-repeat #ebebeb;
    margin-top: 0;
  }
  .title-page .side-panel-29 .side-panel-button-icon-line {
    background: rgba(33, 33, 33, 0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 5px;
    -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-29 .side-panel-button-icon-line:hover, .title-page .side-panel-29 .side-panel-button-icon-line.hover, .title-page .side-panel-29 .side-panel-button-icon-line.active {
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-29 .side-panel-top-inner {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media all and (max-width: 768px) {
  .title-page .block-40 {
    min-height: 650px;
  }
  .title-page .block-2 .layout_4 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-2 .layout_45 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-2 .layout_167 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-14 {
    margin-top: 15px;
  }
  .title-page .widget-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .slider-215 .text-slider {
    bottom: auto;
    overflow: hidden;
    padding-top: 158px;
    min-height: 500px;
  }
  .title-page .slider-215 .block-body {
    font-size: 19px;
  }
  .title-page .slider-215 .block-more > a {
    min-height: 70px;
  }
  .title-page .slider-215 .block-title {
    font-size: 21px;
  }
  .title-page .slider-215 .slider-controls {
    margin-top: 70px;
    margin-bottom: 83px;
  }
  .title-page .widget-155 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .title-page .blocklist-169 .header_text {
    font-size: 27px;
  }
  .title-page .blocklist-169 .body {
    margin-right: -15px;
    margin-left: -15px;
  }
  .title-page .blocklist-169 .title {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 35px;
  }
  .title-page .blocklist-169 .bx-wrapper {
    max-width: 570px;
  }
  .title-page .blocklist-169 .controls {
    margin-top: -38px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title-page .block-84 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-page .blocklist-133 .header_text {
    font-size: 27px;
  }
  .title-page .blocklist-133 .description {
    margin-bottom: 3px;
  }
  .title-page .blocklist-133 .body {
    margin-right: -5px;
    margin-left: -5px;
  }
  .title-page .blocklist-133 .bx-wrapper {
    max-width: 550px;
  }
  .title-page .blocklist-133 .list {
    width: 550px;
  }
  .title-page .blocklist-133 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-133 .item {
    padding: 20px 15px;
  }
  .title-page .blocklist-133 .img-convert {
    width: 129px;
    height: 128px;
  }
  .title-page .blocklist-133 .title {
    font-size: 15px;
  }
  .title-page .blocklist-133 .more {
    margin-bottom: 0;
  }
  .title-page .blocklist-133 .controls {
    margin-top: 10px;
  }
  .title-page .widget-109 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-page .editable_block-137 .title {
    font-size: 25px;
    line-height: 1.1;
    margin-top: 0;
  }
  .title-page .editable_block-137 .title:hover, .title-page .editable_block-137 .title.hover, .title-page .editable_block-137 .title.active {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-137 .image {
    margin-bottom: 40px;
    display: block;
  }
  .title-page .editable_block-137 .text {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .editable_block-137 .more {
    margin-top: 7px;
  }
  .title-page .block-128 {
    background: linear-gradient(#f0f0f0, #f0f0f0);
  }
  .title-page .block-91 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-page .editable_block-188 .title {
    font-size: 25px;
  }
  .title-page .editable_block-188 .image {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 39px;
  }
  .title-page .blocklist-224 .header {
    margin-bottom: 15px;
  }
  .title-page .blocklist-224 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-224 .bx-wrapper {
    max-width: 540px;
  }
  .title-page .blocklist-224 .list {
    width: 540px;
  }
  .title-page .blocklist-224 .item-outer {
    width: 33.33%;
  }
  .title-page .widget-159 {
    padding-top: 50px;
    padding-bottom: 92px;
  }
  .title-page .reviews-175 .header {
    margin-bottom: 9px;
  }
  .title-page .reviews-175 .header_text {
    font-size: 25px;
  }
  .title-page .reviews-175 .body {
    margin-left: - 10px;
  }
  .title-page .reviews-175 .bx-wrapper {
    max-width: 540px;
  }
  .title-page .reviews-175 .list {
    width: 540px;
  }
  .title-page .reviews-175 .item {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
  .title-page .reviews-175 .image {
    width: 130px;
    margin-top: -79px;
  }
  .title-page .reviews-175 .img-convert {
    height: 100px;
    width: 100px;
  }
  .title-page .reviews-175 .text {
    margin-top: 0;
    font-weight: normal;
  }
  .title-page .reviews-175 .controls {
    margin-bottom: 36px;
  }
  .title-page .reviews-175 .item__image__title {
    box-sizing: border-box;
    position: absolute;
  }
  .title-page .block-130 .layout_center_228_id_229_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-130 {
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .block-131 .layout_235 {
    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-131 .layout_239 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-131 .layout_240 {
    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-131 .layout_230_id_240 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-132 .layout_232 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-132 .layout_233 {
    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-132 .layout_234 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-206 {
    margin-right: auto;
    margin-bottom: 0;
  }
  .title-page .widget-207 {
    margin-bottom: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-208 {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .block-133 {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 0.02px;
  }
  .title-page .email-237 .title {
    font-size: 15px;
  }
  .title-page .email-237 .text_body {
    font-size: 15px;
  }
  .title-page .email-237 .text_body:hover, .title-page .email-237 .text_body.hover, .title-page .email-237 .text_body.active {
    color: #f02b32;
  }
  .title-page .widget-211 {
    padding-top: 25px;
  }
  .title-page .widgetsocial-239 .vk .wg-soc-icon:hover, .title-page .widgetsocial-239 .vk .wg-soc-icon.hover, .title-page .widgetsocial-239 .vk .wg-soc-icon.active {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .title-page .widgetsocial-239 .fb .wg-soc-icon:hover, .title-page .widgetsocial-239 .fb .wg-soc-icon.hover, .title-page .widgetsocial-239 .fb .wg-soc-icon.active {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .title-page .widgetsocial-239 .tw .wg-soc-icon:hover, .title-page .widgetsocial-239 .tw .wg-soc-icon.hover, .title-page .widgetsocial-239 .tw .wg-soc-icon.active {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .title-page .widgetsocial-239 .google .wg-soc-icon:hover, .title-page .widgetsocial-239 .google .wg-soc-icon.hover, .title-page .widgetsocial-239 .google .wg-soc-icon.active {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .title-page .widgetsocial-239 .ins .wg-soc-icon:hover, .title-page .widgetsocial-239 .ins .wg-soc-icon.hover, .title-page .widgetsocial-239 .ins .wg-soc-icon.active {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .title-page .widgetsocial-239 .ok .wg-soc-icon:hover, .title-page .widgetsocial-239 .ok .wg-soc-icon.hover, .title-page .widgetsocial-239 .ok .wg-soc-icon.active {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .title-page .widgetsocial-239 .mail .wg-soc-icon:hover, .title-page .widgetsocial-239 .mail .wg-soc-icon.hover, .title-page .widgetsocial-239 .mail .wg-soc-icon.active {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .title-page .widgetsocial-239 .pin .wg-soc-icon:hover, .title-page .widgetsocial-239 .pin .wg-soc-icon.hover, .title-page .widgetsocial-239 .pin .wg-soc-icon.active {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .title-page .widgetsocial-239 .lj .wg-soc-icon:hover, .title-page .widgetsocial-239 .lj .wg-soc-icon.hover, .title-page .widgetsocial-239 .lj .wg-soc-icon.active {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .title-page .widgetsocial-239 .my .wg-soc-icon:hover, .title-page .widgetsocial-239 .my .wg-soc-icon.hover, .title-page .widgetsocial-239 .my .wg-soc-icon.active {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .title-page .widgetsocial-239 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-239 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-239 .youtube .wg-soc-icon.active {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .title-page .widgetsocial-239 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-239 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-239 .telegram .wg-soc-icon.active {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .title-page .widgetsocial-239 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-239 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-239 .whatsapp .wg-soc-icon.active {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .title-page .widgetsocial-239 .wg-soc-title {
    font-size: 12px;
  }
  .title-page .block-135 {
    width: auto;
    margin-bottom: 0;
    padding-top: 50px;
  }
  .title-page .widget-212 {
    left: 0;
    width: auto;
    right: 0;
  }
  .title-page .widget-21 {
    z-index: 1450;
  }
  .title-page .side-panel-29 .side-panel-close {
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
  }
  .title-page .side-panel-29 .side-panel-close:hover, .title-page .side-panel-29 .side-panel-close.hover, .title-page .side-panel-29 .side-panel-close.active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .side-panel-29 .side-panel-button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .title-page .side-panel-29 .side-panel-button-icon-line:hover, .title-page .side-panel-29 .side-panel-button-icon-line.hover, .title-page .side-panel-29 .side-panel-button-icon-line.active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media all and (max-width: 640px) {
  .title-page .block-40 {
    min-height: 0;
  }
  .title-page .block-58 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .block-2 .layout_4 {
    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-2 .layout_45 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-2 .layout_167 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-14 {
    width: auto;
    margin-bottom: 0;
  }
  .title-page .widget-2 {
    margin-bottom: 0;
  }
  .title-page .widget-192 {
    min-height: 450px;
  }
  .title-page .slider-215 .text-slider {
    padding-top: 116px;
    padding-left: 35px;
    padding-right: 22px;
  }
  .title-page .slider-215 .block-more > a {
    font-size: 17px;
  }
  .title-page .slider-215 .slider-controls {
    margin-top: 45px;
    margin-right: 0;
  }
  .title-page .block-82 {
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .widget-155 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .blocklist-169 .body {
    margin-right: -5px;
    margin-left: -5px;
  }
  .title-page .blocklist-169 .title {
    padding-right: 0;
    padding-left: 0;
  }
  .title-page .blocklist-169 .bx-wrapper {
    max-width: 320px;
  }
  .title-page .blocklist-169 .controls {
    margin-top: -11px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .block-84 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .blocklist-133 .header_text {
    font-size: 25px;
  }
  .title-page .blocklist-133 .description {
    color: rgba(38, 38, 38, 0.84);
    font-size: 18px;
  }
  .title-page .blocklist-133 .body {
    margin-right: -2px;
    margin-left: -2px;
  }
  .title-page .blocklist-133 .bx-wrapper {
    max-width: 414px;
  }
  .title-page .blocklist-133 .list {
    width: 414px;
  }
  .title-page .blocklist-133 .item {
    margin-right: 2px;
    margin-left: 2px;
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .title-page .blocklist-133 .text {
    padding-bottom: 10px;
  }
  .title-page .blocklist-133 .image {
    min-height: 120px;
  }
  .title-page .blocklist-133 .img-convert {
    height: 150px;
  }
  .title-page .blocklist-133 .more > a {
    font-size: 11px;
  }
  .title-page .blocklist-133 .controls {
    margin-top: 39px;
  }
  .title-page .block-28 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .widget-109 {
    padding-bottom: 35px;
  }
  .title-page .editable_block-137 .title {
    font-size: 22px;
    line-height: 1.2;
  }
  .title-page .editable_block-137 .title:hover, .title-page .editable_block-137 .title.hover, .title-page .editable_block-137 .title.active {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .editable_block-137 .text {
    line-height: 1.1;
    margin-bottom: 13px;
  }
  .title-page .block-128 {
    padding: 50px 35px;
  }
  .title-page .mosaic-gallery-227 .mg-name {
    margin-bottom: 28px;
  }
  .title-page .block-91 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .editable_block-188 .title {
    font-size: 23px;
  }
  .title-page .editable_block-188 .more > a:hover, .title-page .editable_block-188 .more > a.hover, .title-page .editable_block-188 .more > a.active {
    color: #fffc01;
  }
  .title-page .widget-199 {
    text-align: center;
    padding-bottom: 48px;
  }
  .title-page .blocklist-224 .header {
    margin-bottom: 22px;
  }
  .title-page .blocklist-224 .header_text {
    font-size: 24px;
  }
  .title-page .blocklist-224 .body-outer {
    text-align: center;
  }
  .title-page .blocklist-224 .body {
    margin-right: -2px;
    margin-left: -2px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .blocklist-224 .bx-wrapper {
    max-width: 414px;
  }
  .title-page .blocklist-224 .list {
    width: 414px;
  }
  .title-page .blocklist-224 .item {
    padding: 0.02px 0;
    margin-right: 2px;
    margin-left: 2px;
  }
  .title-page .blocklist-224 .img-convert {
    height: 108px;
    width: 108px;
  }
  .title-page .block-59 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .title-page .widget-159 {
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .reviews-175 .body {
    margin-left: 0;
  }
  .title-page .reviews-175 .bx-wrapper {
    max-width: 410px;
  }
  .title-page .reviews-175 .list {
    width: 410px;
  }
  .title-page .reviews-175 .item-outer {
    width: 100%;
  }
  .title-page .reviews-175 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .reviews-175 .author {
    margin-bottom: 10px;
  }
  .title-page .reviews-175 .controls {
    border: none;
    right: 0;
    left: 0;
    margin-bottom: 44px;
    width: auto;
    margin-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .block-130 .layout_center_228_id_229_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-131 .layout_235 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-131 .layout_239 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-131 .layout_240 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-131 .layout_230_id_240 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-131 {
    margin-top: 23px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .block-132 .layout_232 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-132 .layout_233 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-132 .layout_234 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .widget-207 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-208 {
    margin-bottom: 0;
  }
  .title-page .widget-211 {
    margin-bottom: 0;
  }
  .title-page .widgetsocial-239 .soc {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .widgetsocial-239 .vk .wg-soc-icon:hover, .title-page .widgetsocial-239 .vk .wg-soc-icon.hover, .title-page .widgetsocial-239 .vk .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .fb .wg-soc-icon:hover, .title-page .widgetsocial-239 .fb .wg-soc-icon.hover, .title-page .widgetsocial-239 .fb .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .tw .wg-soc-icon:hover, .title-page .widgetsocial-239 .tw .wg-soc-icon.hover, .title-page .widgetsocial-239 .tw .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .google .wg-soc-icon:hover, .title-page .widgetsocial-239 .google .wg-soc-icon.hover, .title-page .widgetsocial-239 .google .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .ins .wg-soc-icon:hover, .title-page .widgetsocial-239 .ins .wg-soc-icon.hover, .title-page .widgetsocial-239 .ins .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .ok .wg-soc-icon:hover, .title-page .widgetsocial-239 .ok .wg-soc-icon.hover, .title-page .widgetsocial-239 .ok .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .mail .wg-soc-icon:hover, .title-page .widgetsocial-239 .mail .wg-soc-icon.hover, .title-page .widgetsocial-239 .mail .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .pin .wg-soc-icon:hover, .title-page .widgetsocial-239 .pin .wg-soc-icon.hover, .title-page .widgetsocial-239 .pin .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .lj .wg-soc-icon:hover, .title-page .widgetsocial-239 .lj .wg-soc-icon.hover, .title-page .widgetsocial-239 .lj .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .my .wg-soc-icon:hover, .title-page .widgetsocial-239 .my .wg-soc-icon.hover, .title-page .widgetsocial-239 .my .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .youtube .wg-soc-icon:hover, .title-page .widgetsocial-239 .youtube .wg-soc-icon.hover, .title-page .widgetsocial-239 .youtube .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .telegram .wg-soc-icon:hover, .title-page .widgetsocial-239 .telegram .wg-soc-icon.hover, .title-page .widgetsocial-239 .telegram .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .whatsapp .wg-soc-icon:hover, .title-page .widgetsocial-239 .whatsapp .wg-soc-icon.hover, .title-page .widgetsocial-239 .whatsapp .wg-soc-icon.active {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
  }
  .title-page .widgetsocial-239 .wg-soc-title {
    margin-left: 5px;
    margin-top: 7px;
  }
}
@media all and (max-width: 480px) {
  .title-page .block-40 {
    min-height: 590px;
  }
  .title-page .block-58 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .block-2 .layout_4 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-2 .layout_45 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-2 .layout_167 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .widget-192 {
    min-height: 400px;
  }
  .title-page .slider-215 .text-slider {
    padding-left: 25px;
  }
  .title-page .slider-215 .block-body {
    font-size: 15px;
    line-height: 1.3;
  }
  .title-page .slider-215 .block-more > a {
    font-size: 15px;
    font-weight: normal;
    min-height: 57px;
  }
  .title-page .slider-215 .block-more > a:hover, .title-page .slider-215 .block-more > a.hover, .title-page .slider-215 .block-more > a.active {
    text-decoration: underline;
  }
  .title-page .slider-215 .block-title {
    font-size: 15px;
    line-height: 1.2;
  }
  .title-page .slider-215 .slider-controls {
    margin-bottom: 36px;
  }
  .title-page .slider-215 .slider-pager-wrap {
    margin-bottom: 60px;
  }
  .title-page .block-82 {
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 0.02px;
  }
  .title-page .widget-155 {
    padding-bottom: 55px;
    padding-top: 30px;
  }
  .title-page .blocklist-169 .header {
    margin-bottom: 0;
  }
  .title-page .blocklist-169 .header_text {
    font-size: 22px;
    margin-bottom: 7px;
  }
  .title-page .blocklist-169 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-169 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-169 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-169 .title {
    margin-bottom: 5px;
    font-size: 25px;
    margin-top: 9px;
    line-height: 1.3;
  }
  .title-page .blocklist-169 .bx-wrapper {
    max-width: 200px;
  }
  .title-page .blocklist-169 .controls {
    margin-top: -19px;
  }
  .title-page .blocklist-169 .bx-auto_controls {
    margin-bottom: 19px;
  }
  .title-page .blocklist-169 .pager-wrap {
    display: -webkit-flex;
    display: flex;
  }
  .title-page .blocklist-169 .bx-pager a {
    width: 13px;
    min-height: 13px;
    background: rgba(0, 0, 0, 0.24);
  }
  .title-page .blocklist-169 .bx-pager a:hover, .title-page .blocklist-169 .bx-pager a.hover, .title-page .blocklist-169 .bx-pager a.active {
    background: #fff;
  }
  .title-page .blocklist-169 .bx-pager a:active, .title-page .blocklist-169 .bx-pager a.active {
    background: #fff;
  }
  .title-page .block-84 {
    padding: 35px 25px;
  }
  .title-page .blocklist-133 .header_text {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .title-page .blocklist-133 .description {
    font-size: 17px;
  }
  .title-page .blocklist-133 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-133 .bx-wrapper {
    max-width: 270px;
  }
  .title-page .blocklist-133 .list {
    width: 270px;
  }
  .title-page .blocklist-133 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-133 .item {
    margin: 60px 0 15px;
    padding-left: 25px;
    padding-top: 15px;
  }
  .title-page .blocklist-133 .img-convert {
    height: 140px;
  }
  .title-page .blocklist-133 .title {
    font-size: 17px;
    min-height: 0;
  }
  .title-page .blocklist-133 .more > a {
    width: 184px;
  }
  .title-page .blocklist-133 .controls {
    margin-top: -6px;
  }
  .title-page .block-28 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .widget-109 {
    padding-top: 35px;
  }
  .title-page .editable_block-137 .title {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .title-page .editable_block-137 .image {
    float: none;
    width: 180px;
    min-height: 180px;
    margin-bottom: 23px;
  }
  .title-page .editable_block-137 .img-convert {
    height: 180px;
    width: 180px;
  }
  .title-page .editable_block-137 .text {
    font-size: 18px;
  }
  .title-page .editable_block-137 .more {
    margin-top: 10px;
  }
  .title-page .editable_block-137 .more > a {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .title-page .block-128 {
    padding: 35px 25px;
  }
  .title-page .mosaic-gallery-227 .mg-name .mg-name-text {
    font-size: 25px;
  }
  .title-page .block-91 {
    padding: 35px 25px;
  }
  .title-page .editable_block-188 .title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .title-page .editable_block-188 .image {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .editable_block-188 .text {
    font-size: 14px;
    line-height: 1.4;
  }
  .title-page .editable_block-188 .more > a:hover, .title-page .editable_block-188 .more > a.hover, .title-page .editable_block-188 .more > a.active {
    color: #fff;
  }
  .title-page .widget-199 {
    padding-top: 25px;
    padding-bottom: 36px;
  }
  .title-page .blocklist-224 .header_text {
    font-size: 22px;
  }
  .title-page .blocklist-224 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-224 .bx-wrapper {
    max-width: 270px;
  }
  .title-page .blocklist-224 .list {
    width: 270px;
  }
  .title-page .blocklist-224 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-224 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-224 .img-convert {
    height: 95px;
  }
  .title-page .block-59 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-page .widget-159 {
    padding-top: 35px;
    padding-bottom: 84px;
  }
  .title-page .reviews-175 .header {
    margin-bottom: 5px;
  }
  .title-page .reviews-175 .header_text {
    font-size: 20px;
  }
  .title-page .reviews-175 .bx-wrapper {
    max-width: 270px;
  }
  .title-page .reviews-175 .list {
    width: 270px;
  }
  .title-page .reviews-175 .item {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 33px;
  }
  .title-page .reviews-175 .image {
    margin-bottom: 15px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .reviews-175 .controls {
    margin-bottom: 40px;
  }
  .title-page .reviews-175 .bx-auto_controls {
    margin-bottom: 44px;
  }
  .title-page .block-130 .layout_center_228_id_229_0 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .block-130 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .block-131 .layout_235 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-131 .layout_239 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-131 .layout_240 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-131 .layout_230_id_240 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .title-page .block-131 {
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
  .title-page .block-132 .layout_232 {
    margin-top: 0;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    display: none;
  }
  .title-page .block-132 .layout_233 {
    margin-top: 0;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-132 .layout_234 {
    margin-top: 0;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    width: auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-132 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .title-page .widgetsocial-239 .soc-item {
    width: 100%;
  }
  .title-page .widgetsocial-239 .soc {
    margin-bottom: 5px;
    margin-top: 5px;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .widgetsocial-239 .vk .wg-soc-icon:hover, .title-page .widgetsocial-239 .vk .wg-soc-icon.hover, .title-page .widgetsocial-239 .vk .wg-soc-icon.active {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }
  .title-page .block-135 {
    padding-top: 0.02px;
  }
  .title-page .widget-212 {
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
  }
}
.title-page .side-panel .widget-9 {
  margin: 0 0 0 auto;
  border: none;
  z-index: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  left: 0;
  top: 0;
  position: relative;
  pointer-events: auto;
  text-align: undefined;
  width: 52px;
  min-height: 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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  right: 0;
}
.title-page .side-panel .phones-13 .inner {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .phones-13 .cell-icon {
  display: -webkit-flex;
  display: flex;
}
.title-page .side-panel .phones-13 .icon {
  width: 52px;
  min-height: 52px;
  margin-right: 0;
  margin-left: 0;
}
.title-page .side-panel .phones-13 .block-body-drop {
  top: 100%;
  width: 100%;
  margin-left: 0;
  display: none;
  position: absolute;
  left: auto;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
}
.title-page .side-panel .phones-13 .cell-text {
  padding: 15px;
  width: 230px;
  margin-left: -178px;
  background: #0041b8;
  -webkit-border-radius: 0px 0px 35px 35px;
  -moz-border-radius: 0px 0px 35px 35px;
  border-radius: 0px 0px 35px 35px;
  min-height: 52px;
}
.title-page .side-panel .phones-13 .text_body {
  color: #fff;
  text-align: right;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 52px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.title-page .side-panel .widget-153 {
  padding: 30px;
  margin: 0;
  z-index: 10;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  left: 0;
  top: 0;
  position: relative;
  right: 0;
  text-align: left;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .side-panel .menu-167 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-167 .menu-scroll > ul > li.delimiter {
  border: none;
  margin-top: 2px;
  margin-bottom: 2px;
  min-height: 1px;
  width: auto;
  -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-167 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-167 .menu-scroll > ul ul {
  padding: 10px;
  position: static;
  width: auto;
  margin-left: 2px;
  margin-right: 2px;
}
.title-page .side-panel .menu-167 .menu-scroll > ul ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 0;
}
.title-page .side-panel .menu-167 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-167 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-167 .menu-scroll > ul ul > li > a.active {
  background: #0041b8;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.title-page .side-panel .menu-167 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-167 .menu-scroll > ul > li.menu-item > a {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.title-page .side-panel .menu-167 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-167 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-167 .menu-scroll > ul > li.menu-item > a.active {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  color: #fff;
}
.title-page .side-panel .menu-167 .menu-scroll > ul > li.more-button {
  display: none;
}
.title-page .side-panel .menu-167 .menu-scroll > ul > li.more-button > a:hover, .title-page .side-panel .menu-167 .menu-scroll > ul > li.more-button > a.hover, .title-page .side-panel .menu-167 .menu-scroll > ul > li.more-button > a.active {
  background: url("../images/more.png?1557906250745") left 50% top 50% / 15px no-repeat rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
