@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;
}
.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 body {
  background: #fff;
}
.title-page .wrapper .layout_center_2_id_3_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .wrapper .layout_center_2_id_3_3 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .wrapper {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-80 {
  padding: 30px 20px;
  margin: 28px 0 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 8;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  right: 0;
}
.title-page .news-55 p:first-child {
  margin-top: 0;
}
.title-page .news-55 p:last-child {
  margin-bottom: 0;
}
.title-page .news-55 .news__header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 25px;
  text-align: space-between;
}
.title-page .news-55 .news__title {
  box-sizing: border-box;
  font-size: 36px;
  color: #2b2b2b;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .news-55 .news__all {
  box-sizing: border-box;
}
.title-page .news-55 .all_link {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: Ubuntu, sans-serif;
  color: #fe8c05;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: left;
}
.title-page .news-55 .all_link:hover, .title-page .news-55 .all_link.hover, .title-page .news-55 .all_link.active {
  text-decoration: none;
}
.title-page .news-55 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .news-55 .body {
  margin: 0 -30px;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .news-55 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.title-page .news-55 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.title-page .news-55 .news__list {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .news-55 .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 .news-55 .item {
  margin: 10px 30px 40px;
  box-sizing: border-box;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
}
.title-page .news-55 .item__image {
  box-sizing: border-box;
  font-size: 0;
  margin-bottom: 10px;
  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;
}
.title-page .news-55 .img-convert {
  box-sizing: border-box;
  width: 410px;
  height: 100px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.title-page .news-55 .item__image img {
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-55 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  font-size: 12px;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-55 .item__title {
  box-sizing: border-box;
  font-weight: normal;
  margin-bottom: 5px;
  text-decoration: underline;
  font-size: 16px;
  position: relative;
  z-index: 1;
  color: #0fa81c;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .news-55 .item__date {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.title-page .news-55 .item__date > span {
  box-sizing: border-box;
  display: inline-block;
  color: #808080;
  text-transform: lowercase;
  font-size: 11px;
  font-family: Ubuntu, sans-serif;
  text-decoration: none;
  margin-bottom: 18px;
}
.title-page .news-55 .item__text {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  z-index: 3;
  font-family: Ubuntu, sans-serif;
  color: #635c63;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.6;
  margin-top: 24px;
  padding-bottom: 0.02px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .news-55 .item__more {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}
.title-page .news-55 .item__more_link {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .news-55 .bx-wrapper {
  max-width: 940px;
  margin-left: 0;
  margin-right: auto;
}
.title-page .news-55 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .news-55 .item__image__title {
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: underline;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
}
.title-page .news-55 .item__image__title > a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .news-55 .item__title > a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .news-55 .item__date > span ins {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  text-decoration: none;
}
.title-page .news-55 .controls {
  visibility: hidden;
  position: absolute;
  top: auto;
  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;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  text-align: space-between;
  bottom: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.title-page .news-55 .prev {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("../images/lib_281801_new_project32_03 (4).png") left 50% top 50% / 40px no-repeat #ff8c00;
  box-sizing: border-box;
  text-align: left;
  margin-left: auto;
  margin-right: 0;
  min-height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .news-55 .prev:hover, .title-page .news-55 .prev.hover, .title-page .news-55 .prev.active {
  background: url("../images/lib_281801_new_project32_03 (4).png") left 50% top 50% / 40px no-repeat #65ab02;
}
.title-page .news-55 .next {
  border: none;
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  background: url("../images/lib_281801_new_project32_03 (2).png") left 50% top 50% / 40px no-repeat #ff8c00;
  box-sizing: border-box;
  min-height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: left;
}
.title-page .news-55 .next:hover, .title-page .news-55 .next.hover, .title-page .news-55 .next.active {
  background: url("../images/lib_281801_new_project32_03 (2).png") left 50% top 50% / 40px no-repeat #65ab02;
}
.title-page .news-55 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-55 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .news-55 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .news-55 .item__image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .news-55 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .news-55 .bx-auto_controls {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .news-55 .pager-wrap {
  box-sizing: border-box;
  display: none;
}
.title-page .news-55 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .news-55 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .news-55 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .news-55 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .news-55 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .news-55 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_news_pause.png") center center / auto no-repeat;
}
.title-page .news-55 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_news_play.png") center center / auto no-repeat;
}
.title-page .block-2 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 7;
  text-align: left;
  display: block;
  text-indent: 0;
  text-decoration: none;
  max-width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  right: 0;
}
.title-page .block-4 .layout_6 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 .layout_8 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-4 .layout_5_id_8 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-4 .layout_5_id_7 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
}
.title-page .block-4 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fff;
  z-index: 2;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
  text-decoration: none;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .widget-2 {
  margin: 26px 0 auto 27px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  text-align: undefined;
  box-sizing: border-box;
  width: 164px;
  min-height: 0;
}
.title-page .phones-6 p:first-child {
  margin-top: 0;
}
.title-page .phones-6 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-6 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-6 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .phones-6 .icon {
  margin: 21px 0 auto 17px;
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 23px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI4IiB2aWV3Qm94PSIwIDAgMjcgMjgiIGlkPSJzdmctMSI+CiAgPGRlZnMgaWQ9ImRlZnMtMiI+CiAgICAKICA8L2RlZnM+CiAgPHBhdGggZD0iTTIxLjU5MiwyNy4zNzcgQzE2LjM0MiwyNy4zNzcgMTAuOTE0LDI0Ljk1OSA2LjY5OSwyMC43NDYgQzYuNjk5LDIwLjc0NiA2LjYxNCwyMC42NTYgNi42MTQsMjAuNjU2IEM2LjYxNCwyMC42NTYgNi42MTcsMjAuNjU1IDYuNjE3LDIwLjY1NSBDMi4yNDQsMTYuMjQ5IC0wLjE0MCwxMC43MTUgLTAuMDExLDUuMzc3IEMtMC4wMTEsNS4zNzcgLTAuMDAyLDQuOTgzIC0wLjAwMiw0Ljk4MyBDLTAuMDAyLDQuOTgzIDAuMjQyLDQuNjc1IDAuMjQyLDQuNjc1IEMwLjYyMCw0LjE5NSAwLjk5MywzLjc3MSAxLjM4MiwzLjM4MSBDMi44MTUsMS45NTEgNC40OTYsMC44NTggNi4zODIsMC4xMjYgQzYuNjEwLDAuMDM4IDYuODcwLC0wLjAwOCA3LjE1MSwtMC4wMDggQzcuNzg2LC0wLjAwOCA5LjIxNCwwLjMxNSA5LjU4MCwxLjMxNiBDMTAuMjIzLDMuMTAzIDExLjAzNiw1LjQzNSAxMS42MjgsNy42NjUgQzExLjc5MSw4LjI5MSAxMS42MzAsOS44MDMgMTAuNzU1LDEwLjM1NSBDMTAuNzU1LDEwLjM1NSA4LjY3MSwxMS42NzYgOC42NzEsMTEuNjc2IEM4LjY4OSwxMS42OTIgOC42ODAsMTIuMDE4IDguOTUyLDEyLjM5MCBDOS43NjAsMTMuNDk4IDEwLjY5NywxNC41OTUgMTEuNzM2LDE1LjY1MCBDMTIuNzgxLDE2LjY3NyAxMy44NzUsMTcuNjA5IDE0Ljk3NCwxOC40MDggQzE1LjE4OCwxOC41NjQgMTUuNDMwLDE4LjY1NSAxNS42MjUsMTguNjU1IEMxNS42MjUsMTguNjU1IDE2LjM0NiwxNy42NDkgMTYuMzQ2LDE3LjY0OSBDMTYuMzQ2LDE3LjY0OSAxNy4wMTEsMTYuNjAyIDE3LjAxMSwxNi42MDIgQzE3LjU4NywxNS43MDcgMTkuMDM2LDE1LjY4MSAxOS4xOTcsMTUuNjgxIEMxOS4zNjcsMTUuNjgxIDE5LjUxNywxNS42OTYgMTkuNjU1LDE1LjcyNyBDMjIuNDAwLDE2LjM0MCAyNC4wMzUsMTYuODY3IDI2LjEzMSwxNy44MTcgQzI3LjA2MywxOC4yMzcgMjcuNjUxLDE5LjkyNiAyNy4yMzQsMjAuOTg2IEMyNi41MDgsMjIuODY2IDI1LjQxNSwyNC41NDcgMjMuOTg3LDI1Ljk3NyBDMjMuNTgyLDI2LjM3OCAyMy4xNDYsMjYuNzYzIDIyLjY4NiwyNy4xMjIgQzIyLjY4NiwyNy4xMjIgMjIuMzgwLDI3LjM2MyAyMi4zODAsMjcuMzYzIEMyMi4zODAsMjcuMzYzIDIxLjU5MiwyNy4zNzcgMjEuNTkyLDI3LjM3NyBDMjEuNTkyLDI3LjM3NyAyMS41OTIsMjcuMzc3IDIxLjU5MiwyNy4zNzcgWk0yLjM0Miw1LjgyNyBDMi4zNjEsMTAuMzgwIDQuNTYzLDE1LjI3NCA4LjI4NCwxOC45OTYgQzguMjg0LDE4Ljk5NiA4LjM5NywxOS4xMTEgOC4zOTcsMTkuMTExIEMxMi4xMjcsMjIuODQwIDE2LjkyNiwyNS4wMDEgMjEuNTM5LDI1LjAxOSBDMjEuODEzLDI0Ljc5MCAyMi4wNzYsMjQuNTUyIDIyLjMyMiwyNC4zMDcgQzIzLjUxMywyMy4xMTUgMjQuNDI3LDIxLjcwOCAyNS4wMzcsMjAuMTMxIEMyNS4wMjUsMjAuMTIyIDI0Ljk3OSwxOS45NzggMjQuOTI5LDE5Ljg2MyBDMjMuMTA1LDE5LjA1MCAyMS42MDYsMTguNTc4IDE5LjEzOSwxOC4wMjggQzE5LjA3OSwxOC4wMzYgMTguOTU3LDE4LjA2MCAxOC44NjMsMTguMDg2IEMxOC44NjMsMTguMDg2IDE3LjY3NywxOS45NTUgMTcuNjc3LDE5Ljk1NSBDMTYuOTQyLDIxLjE0NyAxNC45ODcsMjEuMzQxIDEzLjU4MywyMC4zMTIgQzEyLjM5NCwxOS40NDggMTEuMjExLDE4LjQ0MCAxMC4wNjksMTcuMzE3IEM4LjkzNiwxNi4xNjUgNy45MjUsMTQuOTgwIDcuMDQ3LDEzLjc4MSBDNi40NjksMTIuOTkwIDYuMjM0LDEyLjA1MCA2LjQwMCwxMS4yMDIgQzYuNTI3LDEwLjU0OCA2Ljg5MSwxMC4wMDcgNy40MTgsOS42NzkgQzcuNDE4LDkuNjc5IDkuMjgxLDguNDk3IDkuMjgxLDguNDk3IEM5LjMxMSw4LjM4NyA5LjMzNCw4LjI0MiA5LjMyOSw4LjE3MSBDOC44MTEsNi4yNDIgOC4wNzcsNC4xMTIgNy40NzEsMi40MTcgQzcuMzcwLDIuMzgwIDcuMjQxLDIuMzQ5IDcuMTUxLDIuMzQ5IEM1LjY1NCwyLjkzNyA0LjI0NywzLjg1MyAzLjA1Miw1LjA0NyBDMi44MTIsNS4yODcgMi41NzcsNS41NDQgMi4zNDIsNS44MjcgQzIuMzQyLDUuODI3IDIuMzQyLDUuODI3IDIuMzQyLDUuODI3IFoiIGlkPSJwYXRoLTEiIGNsYXNzPSJjbHMtMiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMGZhODFjIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiPjwvcGF0aD4KPC9zdmc+") left 50% top 50% / 22px no-repeat;
  align-self: auto;
  min-height: 27px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .phones-6 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-6 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: flex-start;
}
.title-page .phones-6 .title {
  box-sizing: border-box;
  font-size: 14px;
  text-align: right;
  text-decoration: none;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .phones-6 .text_body {
  box-sizing: border-box;
  font-size: 15px;
  color: #0fa81c;
  line-height: 1.3;
  text-align: right;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  min-height: 0;
}
.title-page .phones-6 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-6 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-6 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-3 {
  margin: 6px 0 0 29px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: flex-start;
  padding-right: 2px;
  padding-left: 2px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 390px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 0.02px;
}
.title-page .menu-7 .menu-button {
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 50px;
  min-height: 50px;
  padding: 10px 15px;
  background: #333;
  color: #fff;
  font-size: 17px;
}
.title-page .menu-7 .menu-scroll {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .menu-7 .menu-scroll > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .menu-7 .menu-scroll > ul > li.home-button > a {
  padding: 5px 15px;
  margin: 2px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/wm_menu_home.png") left 50% top 50% no-repeat;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 0;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .menu-7 .menu-scroll > ul > li.delimiter {
  margin: auto 2px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 0;
  width: 5px;
  min-height: 5px;
  background: #787878;
  box-sizing: border-box;
  text-align: left;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .menu-7 .menu-scroll > ul ul {
  padding: 10px 5px 10px 10px;
  margin: 5px 0 0 2px;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #0fa81c;
  list-style: none;
  width: 200px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title-page .menu-7 .menu-scroll > ul ul > li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.title-page .menu-7 .menu-scroll > ul ul > li > a {
  padding: 10px 10px 10px 15px;
  border: none;
  cursor: pointer;
  display: block;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.title-page .menu-7 .menu-scroll > ul ul > li > a:hover, .title-page .menu-7 .menu-scroll > ul ul > li > a.hover, .title-page .menu-7 .menu-scroll > ul ul > li > a.active {
  background: url("../images/sctg.png") left 0px top 50% / auto auto no-repeat;
}
.title-page .menu-7 .menu-scroll > ul ul > li > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  background: #000;
  min-height: 12px;
}
.title-page .menu-7 .menu-scroll > ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.title-page .menu-7 .menu-scroll > ul ul > li.delimiter {
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 2px;
  height: auto;
  width: auto;
  background: #999;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a {
  padding: 10px;
  margin: 9px 2px 0;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-indent: 0;
  text-transform: none;
  text-align: left;
  position: relative;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  min-height: 40px;
  align-self: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: transparent;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a:hover, .title-page .menu-7 .menu-scroll > ul > li.menu-item > a.hover, .title-page .menu-7 .menu-scroll > ul > li.menu-item > a.active {
  color: #fff;
  background: #fe8c05;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a .has-child-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  margin-right: 5px;
  width: 12px;
  background: #000;
  min-height: 12px;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a .menu-item-image {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 5px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 40px;
  width: 40px;
  overflow: hidden;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a img {
  margin: auto;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  width: auto;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a .menu-item-text {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .menu-7 .menu-scroll > ul > li.home-button {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  position: relative;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button > a {
  padding: 0.02px 10px;
  margin: 9px 0 3px 2px;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  background: url("../images/burger.png") left 50% top 50% / 14px no-repeat #f99519;
  box-sizing: border-box;
  text-decoration: none;
  color: rgba(255, 255, 255, 0);
  font-size: 16px;
  line-height: 1.4;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-style: normal;
  letter-spacing: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-transform: none;
  align-self: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 40px;
  width: 40px;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button > ul {
  left: auto;
  right: 0;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button.disabled {
  display: none;
}
.title-page .side-panel-22 .side-panel-content {
  text-align: left;
}
.title-page .menu-7 .menu-scroll > ul > li.menu-item > a .has-child-icon strong {
  display: block;
  width: 12px;
  height: 12px;
  background: #000;
}
.title-page .menu-7 .menu-scroll > ul ul > li > a .has-child-icon strong {
  display: block;
  width: 12px;
  height: 12px;
  background: #000;
}
.title-page .menu-7 .menu-scroll > ul > li.more-button .menu-item-image {
  display: none;
}
.title-page .widget-28 {
  margin: 0 0 0 29px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 371px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .widgetsocial-46 .soc-header {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.title-page .widgetsocial-46 .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-46 .soc-item {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}
.title-page .widgetsocial-46 .soc {
  margin: 2px;
  border: 1px solid #f4960f;
  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;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .widgetsocial-46 .vk .wg-soc-icon {
  background: url("../images/wm_social_links_vk.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .widgetsocial-46 .fb .wg-soc-icon {
  background: url("../images/wm_social_links_fb.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .widgetsocial-46 .tw .wg-soc-icon {
  background: url("../images/wm_social_links_tw.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .widgetsocial-46 .google .wg-soc-icon {
  background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .widgetsocial-46 .ins .wg-soc-icon {
  background: url("../images/wm_social_links_ins.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .widgetsocial-46 .ok .wg-soc-icon {
  background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .widgetsocial-46 .mail .wg-soc-icon {
  background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .widgetsocial-46 .pin .wg-soc-icon {
  background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .widgetsocial-46 .lj .wg-soc-icon {
  background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .widgetsocial-46 .my .wg-soc-icon {
  background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .widgetsocial-46 .youtube .wg-soc-icon {
  background: url("../images/wm_social_links_youtube.png") left 50% top 50% / cover no-repeat;
  width: 40px;
  min-height: 40px;
  text-align: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.title-page .widgetsocial-46 .wg-soc-icon {
  box-sizing: border-box;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .widgetsocial-46 .wg-soc-title {
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
  box-sizing: border-box;
  color: #fe8c05;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
  font-family: Roboto, sans-serif;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .block-5 {
  padding: 30px 20px;
  margin: 0 0 auto;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: 350px;
  min-height: 130px;
  background: #fe8c05;
  z-index: 1;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-5 {
  margin: -6px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  min-height: 30px;
  font-size: 25px;
  right: 0;
}
.title-page .site-name-10 .sn-wrap {
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
}
.title-page .site-name-10 .sn-logo {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: center;
}
.title-page .site-name-10 img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  border: none;
  text-align: left;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .site-name-10 .sn-text {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #fff;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .site-name-10 a {
  text-decoration: none;
  outline: none;
}
.title-page .block-7 .layout_center_13_id_14_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-7 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #e8e8de;
  z-index: 6;
  text-align: left;
  right: 0;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.title-page .widget-4 {
  margin: -569px 0 0 10px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 24px;
  color: #089a16;
  text-align: center;
  text-indent: 0;
  text-decoration: none;
  box-sizing: border-box;
  width: 330px;
  right: 0;
  font-weight: normal;
}
.title-page .widget-7 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  height: 0;
  min-height: 604px;
  box-sizing: border-box;
  background: url("../images/wm_slider_spacer.gif") left 50% top 50% / cover no-repeat;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .slider-14 .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;
}
.title-page .slider-14 .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-14 .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-14 .slider-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
}.title-page .slider-14 .text-slider {
  padding: 277px 30px 50px;
  margin: 0 0 0 -480px;
  border: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 6;
  text-align: center;
  right: auto;
  width: 350px;
  bottom: 0;
  background: url("../images/230405_0641.png?1499321300957") left 50% top 105px / 269px no-repeat rgba(255, 255, 255, 0.8);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .slider-14 .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-14 .block-body {
  box-sizing: border-box;
  text-align: center;
  text-indent: 0;
  font-size: 14px;
  color: #3b3b3b;
  line-height: 1.5;
  text-decoration: none;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-weight: normal;
  margin-left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .slider-14 .block-more {
  box-sizing: border-box;
  text-align: center;
  margin-left: 0;
  margin-top: 112px;
}
.title-page .slider-14 .block-more > a {
  padding: 13px 25px;
  border: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  text-align: left;
  text-indent: 0;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  font-weight: bold;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #0fa81c;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -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 .slider-14 .block-more > a:hover, .title-page .slider-14 .block-more > a.hover, .title-page .slider-14 .block-more > a.active {
  color: #3b3b3b;
  -webkit-box-shadow: inset 0px 0px 0px 2px #0fa81c;
  -moz-box-shadow: inset 0px 0px 0px 2px #0fa81c;
  box-shadow: inset 0px 0px 0px 2px #0fa81c;
  background: rgba(255, 255, 255, 0.48);
}
.title-page .slider-14 .block-more > a:active, .title-page .slider-14 .block-more > a.active {
  color: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #0fa81c;
}
.title-page .slider-14 .block-title {
  padding: 25px 0;
  box-sizing: border-box;
  text-align: center;
  text-indent: 0;
  font-size: 31px;
  color: #3b3b3b;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  margin-left: 0;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  background: url("../images/line.png?1491988450312") left calc(50% - 17px) bottom 0px / auto auto no-repeat, url("../images/line.png?1491988450312") left calc(50% + 24px) top 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}.title-page .slider-14 .slider-item > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.title-page .slider-14 .slider-controls {
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  margin-top: -10px;
}
.title-page .slider-14 .slider-prev {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_slider_slider-left.png") left 50% top 50% / auto auto no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.title-page .slider-14 .slider-next {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_slider_slider-right.png") left 50% top 50% / auto auto no-repeat;
  margin-left: 756px;
  margin-right: auto;
}
.title-page .slider-14 .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-14 .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-14 .slider-pager-wrap {
  margin: 365px 0 28px -480px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  font-size: 0;
  text-align: center;
  visibility: hidden;
  z-index: 100;
  top: auto;
  width: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .slider-14 .bx-auto_controls {
  margin: 0 0 auto;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  vertical-align: top;
  visibility: visible;
  width: 350px;
  -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-14 .slider-pager > a {
  padding: 1px;
  margin: 2px 4px;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 26px;
  min-height: 5px;
  background: rgba(15, 168, 28, 0.61);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 11px;
  text-decoration: none;
  color: #999;
  text-indent: 0;
}
.title-page .slider-14 .slider-pager > a:hover, .title-page .slider-14 .slider-pager > a.hover, .title-page .slider-14 .slider-pager > a.active {
  background: #0fa81c;
}
.title-page .slider-14 .slider-pager > a:active, .title-page .slider-14 .slider-pager > a.active {
  background: #fff;
}
.title-page .slider-14 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .slider-14 .bx-controls-auto {
  display: -webkit-flex;
  display: flex;
}
.title-page .slider-14 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .slider-14 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;
}
.title-page .slider-14 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_block_list_play.png") center center / auto no-repeat;
}
.title-page .slider-14 .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-14 .text-slider p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .slider-14 .text-slider p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .slider-14 .wrap_text_dm {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  min-height: inherit;
}
.title-page .slider-14 .block-title a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
.title-page .slider-14 .text_wrapper {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100px;
  z-index: 100;
}
.title-page .slider-14 .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-14 .text_wrapper .text_slider {
  box-sizing: border-box;
  position: static;
  text-align: inherit;
}
.title-page .slider-14 .text_wrapper .bx-viewport {
  position: relative !important;
  height: auto !important;
}
.title-page .popover-container-14 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}.title-page .popover-container-14 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}.title-page .popover-wrap-14 .popover-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-14 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-14 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  color: #000;
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .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;
}
.title-page .popover-wrap-14 .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;
}
.title-page .popover-wrap-14 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-14 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.title-page .popover-wrap-14 .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-14 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-14 .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-14 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-14 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-14 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-14 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-14 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-14 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-14 .popover-body .form_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-14 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-14 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-14 .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-14 .popover-body .form_text input {
  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;
}
.title-page .popover-wrap-14 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-14 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-14 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-14 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-14 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-12 {
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  min-height: 0;
  z-index: 5;
  text-align: left;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-13 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
}
.title-page .horizontal_blocklist-25 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-25 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-25 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-25 .header_text {
  font-size: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-25 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-25 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-25 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-25 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-25 .body {
  margin: 0 -10px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-25 .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 .horizontal_blocklist-25 .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 .horizontal_blocklist-25 .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 .horizontal_blocklist-25 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.title-page .horizontal_blocklist-25 .item {
  margin: 0 10px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  left: 0;
  right: 0;
  align-self: auto;
  min-width: 0;
  min-height: 0;
}
.title-page .horizontal_blocklist-25 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-25 .item_body {
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-25 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-25 .image {
  border: none;
  box-sizing: border-box;
  position: relative;
  width: 350px;
  min-height: 450px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  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;
}
.title-page .horizontal_blocklist-25 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-25 .img-convert {
  border: none;
  box-sizing: border-box;
  width: 350px;
  height: 518px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-25 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
}
.title-page .horizontal_blocklist-25 .item_detail {
  box-sizing: border-box;
  margin-left: 40px;
  position: relative;
  z-index: 2;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .horizontal_blocklist-25 .text {
  box-sizing: border-box;
  position: relative;
  text-indent: 0;
  color: #575757;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -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;
}
.title-page .horizontal_blocklist-25 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-25 .title {
  font-weight: normal;
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-indent: 0;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 24px;
  padding-top: 0.02px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  margin-top: 48px;
}
.title-page .horizontal_blocklist-25 .title > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-25 .price-wrap {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-25 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
}
.title-page .horizontal_blocklist-25 .price-note {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-25 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-25 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-25 .more {
  box-sizing: border-box;
  position: relative;
  margin-top: 5px;
}
.title-page .horizontal_blocklist-25 .more > a {
  box-sizing: border-box;
  text-decoration: none;
  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: Fira Sans, sans-serif;
  text-indent: 0;
  color: #f55412;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.title-page .horizontal_blocklist-25 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-25 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .horizontal_blocklist-25 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-25 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-25 .all {
  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;
}
.title-page .horizontal_blocklist-25 .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;
  z-index: 1;
}
.title-page .horizontal_blocklist-25 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  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 .horizontal_blocklist-25 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  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 .horizontal_blocklist-25 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-25 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-25 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-25 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
.title-page .popover-container-25 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-25 {
  margin: auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-25 .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-25 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-25 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  color: #000;
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .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-25 .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;
}
.title-page .popover-wrap-25 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-25 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.title-page .popover-wrap-25 .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-25 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
}
.title-page .horizontal_blocklist-25 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.title-page .horizontal_blocklist-25 .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 .horizontal_blocklist-25 .bx-auto_controls {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-25 .pager-wrap {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-25 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-25 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-25 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-25 .bx-pager a:active, .title-page .horizontal_blocklist-25 .bx-pager a.active {
  background: #bbb;
}
.title-page .horizontal_blocklist-25 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-25 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-25 .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_horizontal_pause.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-25 .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_horizontal_play.png") center center / auto no-repeat;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-25 .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-25 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-25 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-25 .popover-body .form_checkbox .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_radio label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_radio input {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .popover-wrap-25 .popover-body .form_radio .s3_form_subitem_title {
  margin: 5px 5px 0 0;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.title-page .popover-wrap-25 .popover-body .form_select .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .popover-wrap-25 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-25 .popover-body .form_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-25 .popover-body .form_calendar_interval .s3_form_field_content {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval label {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .popover-wrap-25 .popover-body .form_calendar_interval .s3_form_subitem_title {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.title-page .popover-wrap-25 .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-25 .popover-body .form_text input {
  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-25 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-25 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-25 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-25 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-25 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-15 .layout_30_id_31 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-15 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url("../images/11111.png") left calc(50% + 32px) top calc(50% + 6px) / 1100px no-repeat;
  z-index: 4;
  text-align: left;
  right: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .widget-16 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: right;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  padding-bottom: 0.02px;
}
.title-page .popover-wrap-31 .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-31 .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-31 .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;
}
.title-page .popover-wrap-31 .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-31 .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 .horizontal_blocklist-31 p:first-child {
  margin-top: 0;
}
.title-page .horizontal_blocklist-31 p:last-child {
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-31 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: -118px;
  text-align: justify;
  box-sizing: border-box;
  margin-top: 0;
  margin-right: 800px;
  width: 257px;
}
.title-page .horizontal_blocklist-31 .header_text {
  border: none;
  font-size: 25px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 258px;
  margin-top: 0;
  align-self: auto;
  padding-top: 28px;
  background: url("../images/lline.png") left calc(50% + 4px) top 50% / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-bottom: 28px;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .horizontal_blocklist-31 .description {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-31 .description p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .horizontal_blocklist-31 .description p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .horizontal_blocklist-31 .body-outer {
  margin: 0 0 0 auto;
  box-sizing: border-box;
  position: relative;
  text-align: right;
  width: 610px;
}
.title-page .horizontal_blocklist-31 .body {
  margin: 0 -30px 0 -10px;
  box-sizing: border-box;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.title-page .horizontal_blocklist-31 .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 .horizontal_blocklist-31 .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 .horizontal_blocklist-31 .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 .horizontal_blocklist-31 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.title-page .horizontal_blocklist-31 .item {
  padding: 20px 0 20px 30px;
  margin: 0 30px 20px 10px;
  border: none;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  left: 0;
  right: 0;
  text-align: right;
  background: #0fa81c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  align-self: auto;
}
.title-page .horizontal_blocklist-31 .item_header {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-31 .item_body {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-31 .item_figure {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 0;
  min-height: 0;
  width: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.title-page .horizontal_blocklist-31 .image {
  margin: auto 0 0 auto;
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  width: 30px;
  min-height: 50px;
}
.title-page .horizontal_blocklist-31 .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 .horizontal_blocklist-31 .img-convert {
  margin: auto 0 0 auto;
  border: none;
  box-sizing: border-box;
  width: 33px;
  height: 50px;
  -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;
  align-self: flex-end;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .horizontal_blocklist-31 .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  box-sizing: content-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-31 .item_detail {
  box-sizing: border-box;
  margin-left: 0;
  position: relative;
  z-index: 2;
  margin-right: 0;
  text-align: left;
  width: auto;
  left: 0;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  flex-basis: auto;
}
.title-page .horizontal_blocklist-31 .text {
  box-sizing: border-box;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .horizontal_blocklist-31 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-31 .title {
  font-weight: bold;
  margin-bottom: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  margin-right: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .horizontal_blocklist-31 .title > .align-elem {
  flex-basis: 100%;
}
.title-page .horizontal_blocklist-31 .price-wrap {
  box-sizing: border-box;
  position: relative;
}
.title-page .horizontal_blocklist-31 .price {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
}
.title-page .horizontal_blocklist-31 .price-note {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-31 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-31 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .horizontal_blocklist-31 .more {
  box-sizing: border-box;
  position: relative;
  margin-top: 5px;
}
.title-page .horizontal_blocklist-31 .more > a {
  box-sizing: border-box;
  text-decoration: underline;
  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 .horizontal_blocklist-31 .bx-wrapper {
  margin-left: auto;
  margin-right: 0;
}
.title-page .horizontal_blocklist-31 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .horizontal_blocklist-31 .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 .horizontal_blocklist-31 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
.title-page .horizontal_blocklist-31 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .horizontal_blocklist-31 .footer {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-31 .all {
  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;
}
.title-page .horizontal_blocklist-31 .controls {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-31 .prev {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-31 .next {
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_block_list_horizontal_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-31 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-31 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-31 .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 .horizontal_blocklist-31 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-31 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .horizontal_blocklist-31 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .horizontal_blocklist-31 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-31 .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_horizontal_pause.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-31 .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_horizontal_play.png") center center / auto no-repeat;
}
.title-page .horizontal_blocklist-31 .pager-wrap {
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-31 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-31 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-31 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.title-page .horizontal_blocklist-31 .bx-pager a:active, .title-page .horizontal_blocklist-31 .bx-pager a.active {
  background: #bbb;
}
.title-page .popover-container-31 {
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  direction: ltr;
  position: fixed;
}
.title-page .popover-container-31 .popover-scrolling {
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1;
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  box-sizing: border-box;
}
.title-page .popover-container-31 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}
.title-page .popover-wrap-31 {
  margin: auto;
  position: relative;
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.title-page .popover-wrap-31 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-31 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: left;
}
.title-page .popover-wrap-31 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
.title-page .popover-wrap-31 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-31 .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-31 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-31 .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-31 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-31 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-31 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-31 .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-31 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-31 .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-31 .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-31 .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-31 .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-31 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-31 .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-31 .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-31 .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-31 .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-31 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-31 .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-31 .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-31 .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-31 .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-31 .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-31 .popover-body .form_text input {
  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-31 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-31 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-31 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-31 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-31 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-16 .layout_center_32_id_34_1 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-16 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #fafafa;
  z-index: 3;
  text-align: left;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding-bottom: 30px;
}
.title-page .widget-17 {
  margin: -255px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 0;
  right: 0;
  min-width: 0;
}
.title-page .blocklist-33 p:first-child {
  margin-top: 0;
}
.title-page .blocklist-33 p:last-child {
  margin-bottom: 0;
}
.title-page .blocklist-33 .header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-33 .header_text {
  font-size: 36px;
  box-sizing: border-box;
  text-align: left;
  text-indent: 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .blocklist-33 .all-in_header {
  padding: 17px 30px 16px;
  border: none;
  box-sizing: border-box;
  display: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-indent: 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #0fa81c;
  -webkit-border-radius: 419px;
  -moz-border-radius: 419px;
  border-radius: 419px;
}
.title-page .blocklist-33 .all-in_header:hover, .title-page .blocklist-33 .all-in_header.hover, .title-page .blocklist-33 .all-in_header.active {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #3b3b3b;
  background: rgba(255, 255, 255, 0.48);
  -webkit-box-shadow: inset 0px 0px 0px 2px #0fa81c;
  -moz-box-shadow: inset 0px 0px 0px 2px #0fa81c;
  box-shadow: inset 0px 0px 0px 2px #0fa81c;
}
.title-page .blocklist-33 .all-in_header:active, .title-page .blocklist-33 .all-in_header.active {
  color: #fff;
  background: #0fa81c;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
}
.title-page .blocklist-33 .description {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  text-indent: 0;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  margin-top: -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-33 .body-outer {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-33 .body {
  margin: 0 -15px;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-33 .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-33 .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-33 .bx-wrapper {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.title-page .blocklist-33 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.title-page .blocklist-33 .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: 990px;
}
.title-page .blocklist-33 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: auto;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}
.title-page .blocklist-33 .item {
  margin: 60px 15px 30px;
  border: none;
  position: relative;
  width: 300px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  box-sizing: border-box;
  text-align: left;
  left: auto;
  right: auto;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  align-self: auto;
  min-width: 0;
  min-height: 0;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .blocklist-33 .text {
  margin-bottom: 5px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-indent: 0;
  text-decoration: none;
  font-size: 14px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  pointer-events: auto;
}
.title-page .blocklist-33 .text > .align-elem {
  flex-basis: 100%;
}
.title-page .blocklist-33 .image {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .blocklist-33 .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-33 .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-33 .img-convert {
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  margin-left: NaNpx;
  margin-right: NaNpx;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
}
.title-page .blocklist-33 .image img {
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-33 .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-33 .title {
  padding: 0.02px 40px 40px;
  border: none;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-indent: 0;
  text-decoration: none;
  font-size: 20px;
  margin-top: 30px;
  background: url("../images/lline.png") left calc(50% + 19px) bottom 0px / auto auto no-repeat;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  pointer-events: auto;
}
.title-page .blocklist-33 .price {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-33 .price-inner {
  box-sizing: border-box;
  display: inline-block;
}
.title-page .blocklist-33 .price-note {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-33 .price-value {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-33 .price-currency {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.title-page .blocklist-33 .more {
  box-sizing: border-box;
  position: relative;
  pointer-events: auto;
}
.title-page .blocklist-33 .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;
  cursor: pointer;
}
.title-page .blocklist-33 .item__image__title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.title-page .blocklist-33 .title a {
  color: inherit;
  text-decoration: inherit;
}
.title-page .blocklist-33 .footer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .blocklist-33 .all {
  padding: 17px 30px 16px;
  border: none;
  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;
  text-indent: 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #0fa81c;
  -webkit-border-radius: 419px;
  -moz-border-radius: 419px;
  border-radius: 419px;
}
.title-page .blocklist-33 .all:hover, .title-page .blocklist-33 .all.hover, .title-page .blocklist-33 .all.active {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  color: #3b3b3b;
  background: rgba(255, 255, 255, 0.48);
  -webkit-box-shadow: inset 0px 0px 0px 2px #0fa81c;
  -moz-box-shadow: inset 0px 0px 0px 2px #0fa81c;
  box-shadow: inset 0px 0px 0px 2px #0fa81c;
}
.title-page .blocklist-33 .all:active, .title-page .blocklist-33 .all.active {
  color: #fff;
  background: #0fa81c;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
}
.title-page .blocklist-33 .controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  z-index: 1;
}
.title-page .blocklist-33 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  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-33 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  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-33 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .blocklist-33 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.title-page .popover-container-33 {
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  direction: ltr;
  position: fixed;
}.title-page .popover-container-33 .popover-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.5;
}.title-page .popover-wrap-33 .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-33 .popover-body .s3_form {
  margin-top: 0;
}
.title-page .popover-wrap-33 .popover-form-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .s3_form_field_title {
  margin-bottom: 3px;
  color: #000;
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .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-33 .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;
}
.title-page .popover-wrap-33 .popover-body .s3_required {
  color: red;
}
.title-page .popover-wrap-33 .popover-body .s3_message {
  padding: 12px;
  border: 1px solid #e1c893;
  display: table;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f0e4c9;
  color: #333;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.title-page .popover-wrap-33 .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-33 .s3_form_field_title .s3_form_error {
  color: red;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 12px;
}
.title-page .blocklist-33 .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-33 .bx-auto_controls {
  margin: 63px auto auto;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
  text-align: left;
  align-self: auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 0;
}
.title-page .blocklist-33 .pager-wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.title-page .blocklist-33 .bx-pager {
  margin: 0 auto auto;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
  text-align: left;
  align-self: auto;
}
.title-page .blocklist-33 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.title-page .blocklist-33 .bx-pager a {
  margin: 2px 5px;
  border: none;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: rgba(255, 255, 255, 0.29);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
}
.title-page .blocklist-33 .bx-pager a:hover, .title-page .blocklist-33 .bx-pager a.hover, .title-page .blocklist-33 .bx-pager a.active {
  background: rgba(255, 255, 255, 0.48);
}
.title-page .blocklist-33 .bx-pager a:active, .title-page .blocklist-33 .bx-pager a.active {
  background: #bbb;
}
.title-page .blocklist-33 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.title-page .blocklist-33 .bx-controls-auto-item {
  box-sizing: border-box;
}
.title-page .blocklist-33 .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-33 .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 .popover-wrap-33 .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-33 .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-33 .popover-body .form_text input {
  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-33 .popover-body .s3_form_field_type_text {
  width: 100%;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item.form_div {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .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-33 .popover-body .s3_form_item.form_html_block {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_html_block .s3_form_field_content {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_html_block .s3_form_field {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-33 .popover-body .form_html_block p:first-of-type {
  margin-top: 0;
}
.title-page .popover-wrap-33 .popover-body .form_html_block p:last-of-type {
  margin-bottom: 0;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item.form_checkbox {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_checkbox .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_checkbox .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .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-33 .popover-body .form_checkbox .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-33 .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-33 .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-33 .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-33 .popover-body .s3_form_item.form_radio {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_radio .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_radio .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .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-33 .popover-body .form_radio .s3_form_subitem {
  box-sizing: border-box;
  width: 100%;
}
.title-page .popover-wrap-33 .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-33 .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-33 .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-33 .popover-body .s3_form_item.form_select {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_select .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_select .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .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-33 .popover-body .form_select select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  line-height: 1;
}
.title-page .popover-wrap-33 .popover-body .form_select option {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .s3_form_item.form_calendar {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_calendar .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_calendar .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .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-33 .popover-body .s3_form_item.form_calendar_interval {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_calendar_interval .s3_form_field_title {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .popover-body .form_calendar_interval .s3_form_field_name {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .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-33 .popover-body .form_calendar_interval .s3_form_subitem {
  margin: 0;
  box-sizing: border-box;
  width: 50%;
}
.title-page .popover-wrap-33 .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-33 .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-33 .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-33 .popover-body .s3_form_item.form_upload {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 .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-33 .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-33 .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-33 .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-33 .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 .popover-wrap-33 .anketa-flash-upload {
  box-sizing: border-box;
  max-width: 100%;
}
.title-page .popover-wrap-33 .popover-body .form_upload .no-more {
  box-sizing: border-box;
}
.title-page .popover-wrap-33 ::-webkit-input-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-33 ::-moz-placeholder {
  color: #ababab;
}
.title-page .popover-wrap-33 :-ms-input-placeholder {
  color: #ababab;
}
.title-page .block-17 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 288px;
  background: #fe8c05;
  z-index: 1;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  max-width: 100%;
}
.title-page .block-18 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 2;
  text-align: left;
  display: block;
  text-indent: 0;
  text-decoration: none;
  right: 0;
  -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-49 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  text-align: center;
  width: auto;
  min-height: 300px;
  display: -webkit-flex;
  display: flex;
  background: #ccc;
  overflow: hidden;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  right: 0;
}.title-page .block-19 .layout_37 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-19 .layout_36_id_37 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-19 .layout_36_id_38 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: auto;
}
.title-page .block-19 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 812px;
  background: #fff;
  z-index: 3;
  right: 0;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.11);
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.11);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 40px;
  padding-bottom: 30px;
  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;
  max-width: 100%;
}
.title-page .widget-18 {
  margin: 0 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  color: #000;
  width: 380px;
  min-height: 479px;
}
.title-page .gallery-37 .gallery-header {
  box-sizing: border-box;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.title-page .gallery-37 .gallery-header .text {
  box-sizing: border-box;
  font-size: 20px;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: left;
}
.title-page .gallery-37 .gallery-footer {
  box-sizing: border-box;
  margin-top: 20px;
}
.title-page .gallery-37 .all {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
  color: #00e;
  text-align: left;
}
.title-page .gallery-37 .gallery-text-before {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  font-size: 13px;
  text-align: left;
}
.title-page .gallery-37 .gallery-text-before p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .gallery-37 .gallery-text-before p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .gallery-37 .gallery-text-after {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-top: 20px;
  font-size: 13px;
  text-align: left;
}
.title-page .gallery-37 .gallery-text-after p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .gallery-37 .gallery-text-after p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .gallery-37 .gallery-body {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.title-page .gallery-37 .gallery-slider {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.title-page .gallery-37 .bx-pager {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  text-align: center;
  z-index: 20;
}
.title-page .gallery-37 .bx-pager-item {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.title-page .gallery-37 .bx-pager-item a {
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 2px;
  margin-right: 2px;
}
.title-page .gallery-37 .bx-pager-item a:active, .title-page .gallery-37 .bx-pager-item a.active {
  background: #000;
}
.title-page .gallery-37 .bx-controls-direction {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -10px;
  min-height: 20px;
  pointer-events: none;
}
.title-page .gallery-37 .bx-prev {
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  position: relative;
  float: left;
  z-index: 20;
  width: 20px;
  height: 20px;
  background: url("../images/wm_gallery_slider-left.png") center center / auto auto no-repeat;
  pointer-events: auto;
}
.title-page .gallery-37 .bx-next {
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  position: relative;
  float: right;
  z-index: 20;
  width: 20px;
  height: 20px;
  background: url("../images/wm_gallery_slider-right.png") center center / auto auto no-repeat;
  pointer-events: auto;
}
.title-page .gallery-37 .my-gallery {
  margin: 0 -10px -10px 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-page .gallery-37 .gallery-item-container {
  box-sizing: border-box;
  width: auto;
  display: -webkit-flex;
  display: flex;
  -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;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .gallery-37 .my-gallery figure.gallery-item {
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  width: 176px;
  max-width: 100%;
  line-height: 0;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 100px;
}
.title-page .gallery-37 .my-gallery figure.gallery-item a {
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 176px;
}
.title-page .gallery-37 .img-convert {
  box-sizing: border-box;
  width: 176px;
  height: 175px;
  -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;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .gallery-37 .my-gallery figure.gallery-item img {
  box-sizing: content-box;
  vertical-align: middle;
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
}
.title-page .gallery-37 .my-gallery figure.gallery-item .gallery-item-title {
  padding: 15px 5px 5px 15px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  font-family: PT Sans, sans-serif;
  color: rgba(0, 0, 0, 0);
  text-decoration: none;
  width: auto;
  right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  bottom: 0;
  align-self: auto;
  background: none transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .gallery-37 .my-gallery figure.gallery-item .gallery-item-title:hover, .title-page .gallery-37 .my-gallery figure.gallery-item .gallery-item-title.hover, .title-page .gallery-37 .my-gallery figure.gallery-item .gallery-item-title.active {
  color: rgba(255, 255, 255, 0);
  background: url("../images/big (2).png") left 50% top 50% / auto auto no-repeat rgba(0, 0, 0, 0.62);
}
.title-page .gallery-37 .my-gallery figure.gallery-item .gallery-item-desc {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.1;
  display: -webkit-flex;
  display: flex;
}
.title-page .gallery-37 .gallery-slider:after {
  content: '';
  display: block;
  clear: both;
}
.title-page .gallery-37 .gallery-slide-wrap {
  box-sizing: border-box;
}
.title-page .gallery-37 .bx-viewport {
  margin-left: auto;
  margin-right: auto;
}
.title-page .gallery-37 .bx-controls-direction:after {
  content: '';
  display: block;
  clear: both;
}
.title-page .gallery-37 .pswp {
  box-sizing: border-box;
  display: none;
}
.title-page .gallery-37 .pswp--open {
  box-sizing: border-box;
  display: block;
}
.title-page .block-20 .layout_48 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-20 .layout_49 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-20 .layout_38_id_48 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  left: 0;
  top: 0;
  position: relative;
  margin: 0;
}
.title-page .block-20 {
  margin: 0 0 0 20px;
  position: relative;
  top: 0;
  left: 0;
  width: 559px;
  min-height: 0;
  z-index: 2;
  display: block;
  -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 .text-2 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 19px;
  z-index: 2;
  line-height: 0.9;
  color: #3b3b3b;
  text-decoration: none;
  font-size: 27px;
  right: 0;
}
.title-page .block-23 {
  margin: 20px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 236px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-21 {
  margin: 5px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  padding-left: 30px;
  right: 0;
}
.title-page .phones-41 p:first-child {
  margin-top: 0;
}
.title-page .phones-41 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-41 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-41 .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-41 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-41 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-41 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-41 .title {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #3b3b3b;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
  display: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-41 .text_body {
  box-sizing: border-box;
  color: #121212;
  line-height: 1.4;
  text-decoration: none;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-41 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-41 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-41 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-20 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-40 p:first-child {
  margin-top: 0;
}
.title-page .address-40 p:last-child {
  margin-bottom: 0;
}
.title-page .address-40 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-40 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-40 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  background: url("../images/icon_2231967.svg") left 50% top 50% / 38px no-repeat;
  margin-right: 10px;
  min-height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-40 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-40 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .address-40 .title {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #3b3b3b;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
  display: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-40 .text_body {
  color: #121212;
  line-height: 1.4;
  text-decoration: none;
  font-size: 13px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .address-40 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-40 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .block-24 {
  margin: 20px 0 auto 44px;
  position: relative;
  top: 0;
  left: 0;
  width: 236px;
  min-height: 0;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .widget-29 {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  right: 0;
}
.title-page .address-50 p:first-child {
  margin-top: 0;
}
.title-page .address-50 p:last-child {
  margin-bottom: 0;
}
.title-page .address-50 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .address-50 .cell-icon {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .address-50 .icon {
  border: none;
  box-sizing: border-box;
  height: 16px;
  width: 20px;
  background: url("../images/icon_2231967.svg") left 50% top 50% / 38px no-repeat;
  margin-right: 10px;
  min-height: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.title-page .address-50 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .address-50 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.title-page .address-50 .title {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #3b3b3b;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
  display: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .address-50 .text_body {
  font-family: Roboto, sans-serif;
  color: #121212;
  line-height: 1.4;
  text-decoration: none;
  font-size: 13px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.title-page .address-50 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .address-50 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-30 {
  margin: 5px 0 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: undefined;
  box-sizing: border-box;
  width: auto;
  padding-left: 30px;
  right: 0;
}
.title-page .phones-51 p:first-child {
  margin-top: 0;
}
.title-page .phones-51 p:last-child {
  margin-bottom: 0;
}
.title-page .phones-51 .inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
}
.title-page .phones-51 .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-51 .icon {
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  background: #ccc;
  margin-right: 5px;
}
.title-page .phones-51 .block-body-drop {
  box-sizing: border-box;
  -webkit-flex: 1 0 0px;
  -moz-flex: 1 0 0px;
  flex: 1 0 0px;
}
.title-page .phones-51 .cell-text {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .phones-51 .title {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #3b3b3b;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
  display: none;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-51 .text_body {
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  color: #121212;
  line-height: 1.4;
  text-decoration: none;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .phones-51 input.tgl-but {
  box-sizing: border-box;
  display: none;
}
.title-page .phones-51 .text_body a {
  text-decoration: none;
  color: inherit;
}
.title-page .phones-51 input.tgl-but:checked + .block-body-drop {
  display: block;
}
.title-page .widget-22 {
  margin: 57px 0 0 20px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 558px;
  right: auto;
  min-height: 328px;
}
.title-page .form-42 .form__header {
  border: none;
  box-sizing: border-box;
  font-size: 27px;
  margin-bottom: 30px;
  color: #fe8c05;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  padding-bottom: 0.02px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  display: -webkit-flex;
  display: flex;
  -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;
}
.title-page .form-42 .form__text {
  box-sizing: border-box;
  font-size: 13px;
  margin-bottom: 10px;
  overflow: hidden;
  font-family: Open Sans, sans-serif;
  color: #8a8a8a;
  text-decoration: none;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
}
.title-page .form-42 .form__text p:first-child {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-42 .form__text p:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
}
.title-page .form-42 .form__body {
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: -5px;
  width: auto;
  margin-top: 0;
}
.title-page .form-42 .form-table {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-42 .form-tbody {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
}
.title-page .form-42 .form-item-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-42 .form-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 0;
  margin-bottom: 5px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  width: auto;
}
.title-page .form-42 .form-text {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-42 .form-item__title {
  box-sizing: border-box;
  display: inline-block;
  min-width: 15px;
}
.title-page .form-42 .form-item__required {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-42 .form-item__error {
  box-sizing: border-box;
  color: #f00;
}
.title-page .form-42 .form-item__note {
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  display: none;
}
.title-page .form-42 .form-item__body {
  box-sizing: border-box;
  display: block;
}
.title-page .form-42 .form-text input {
  padding: 2px 4px 2px 75px;
  border: none;
  box-sizing: border-box;
  background: #f7f7f7;
  width: 100%;
  min-width: 100px;
  min-height: 76px;
  outline: none;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  height: 76px;
  resize: vertical;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 12px;
  -webkit-appearance: none;
  font-weight: normal;
}
.title-page .form-42 .form-textarea textarea {
  padding: 10px 4px 2px 55px;
  border: none;
  box-sizing: border-box;
  background: #f7f7f7;
  width: 100%;
  min-width: 100px;
  resize: vertical;
  min-height: 40px;
  outline: none;
  display: block;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  height: 100px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
  -webkit-appearance: none;
  font-weight: normal;
}
.title-page .form-42 .form-submit button {
  padding: 15px 20px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #fe8c05;
  outline: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  -webkit-border-radius: 419px;
  -moz-border-radius: 419px;
  border-radius: 419px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-weight: bold;
  -webkit-appearance: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-42 .form-submit button:hover, .title-page .form-42 .form-submit button.hover, .title-page .form-42 .form-submit button.active {
  background: rgba(255, 255, 255, 0.48);
  color: #3b3b3b;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f99519;
  -moz-box-shadow: inset 0px 0px 0px 2px #f99519;
  box-shadow: inset 0px 0px 0px 2px #f99519;
}
.title-page .form-42 .form-submit button:active, .title-page .form-42 .form-submit button.active {
  background: #fe8c05;
  color: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .form-42 .form-submit button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-42 .icon.img_name {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("../images/name (3).png") left 50% top 50% / auto auto no-repeat #0fa81c;
  width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: 17px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: 6px;
}
.title-page .form-42 .icon.img_email {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("../images/mail (2).png") left 50% top 50% / auto auto no-repeat #0fa81c;
  width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: 17px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: 6px;
}
.title-page .form-42 .icon.img_phone {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("../images/phone.png") left 50% top 50% / auto auto no-repeat #0fa81c;
  width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: 17px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  margin-left: 6px;
}
.title-page .form-42 .icon.img_comments {
  border: none;
  box-sizing: border-box;
  position: absolute;
  background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;
  width: 40px;
  height: 40px;
  min-height: 40px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}
.title-page .form-42 .icon {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
.title-page .form-42 .form-select select {
  box-sizing: border-box;
  width: 100%;
  min-width: 100px;
}
.title-page .form-42 .form-upload .form-item__body .no-more {
  box-sizing: border-box;
}
.title-page .form-42 .form-text .form-item__body {
  box-sizing: border-box;
}
.title-page .form-42 .form-textarea {
  box-sizing: border-box;
  margin-top: 0;
}
.title-page .form-42 .form-textarea .form-item__body {
  box-sizing: border-box;
}
.title-page .form-42 .form-submit {
  box-sizing: border-box;
  margin-top: 0;
  padding-top: 20px;
}
.title-page .form-42 .form-submit .form-item__header {
  box-sizing: border-box;
  display: none;
}
.title-page .form-42 .form-captcha {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 0;
}
.title-page .form-42 .form-captcha .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-42 .form-captcha input {
  padding: 2px 4px;
  border: none;
  box-sizing: border-box;
  background: #f7f7f7;
  width: 100%;
  min-width: 50px;
  min-height: 22px;
  outline: none;
  text-align: left;
  color: #000;
  line-height: 1.2;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  resize: vertical;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  font-weight: normal;
}
.title-page .form-42 .form-captcha .form-captcha-container {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 0;
  padding-bottom: 5px;
}
.title-page .form-42 .form-captcha .form-submit-container {
  box-sizing: border-box;
}
.title-page .form-42 .form-captcha button {
  padding: 15px 20px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #fe8c05;
  outline: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  -webkit-border-radius: 419px;
  -moz-border-radius: 419px;
  border-radius: 419px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-weight: bold;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-appearance: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.title-page .form-42 .form-captcha button:hover, .title-page .form-42 .form-captcha button.hover, .title-page .form-42 .form-captcha button.active {
  background: rgba(255, 255, 255, 0.48);
  color: #3b3b3b;
  -webkit-box-shadow: inset 0px 0px 0px 2px #f99519;
  -moz-box-shadow: inset 0px 0px 0px 2px #f99519;
  box-shadow: inset 0px 0px 0px 2px #f99519;
}
.title-page .form-42 .form-captcha button:active, .title-page .form-42 .form-captcha button.active {
  background: #fe8c05;
  color: #fff;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.title-page .form-42 .form-captcha button span {
  box-sizing: border-box;
  display: inline-block;
  min-width: 20px;
}
.title-page .form-42 .form-captcha .mgCaptcha-block {
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  min-width: 112px;
}
.title-page .form-42 .form-captcha .mgCaptcha-block img {
  box-sizing: border-box;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
}
.title-page .form-42 .form-captcha .mgCaptcha-input {
  box-sizing: border-box;
}
.title-page .form-42 .form-checkbox {
  box-sizing: border-box;
}
.title-page .form-42 .form-checkbox .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-42 .form-checkbox .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-42 .form-checkbox input {
  margin: 5px 5px 0 0;
}
.title-page .form-42 .form-checkbox .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-42 .form-radio {
  box-sizing: border-box;
}
.title-page .form-42 .form-radio .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.title-page .form-42 .form-radio input {
  margin: 5px 5px 0 0;
}
.title-page .form-42 .form-radio .form-item__body label.form-item__title {
  font-size: 13px;
}
.title-page .form-42 .form-radio .form-item__title {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  margin-top: 5px;
}
.title-page .form-42 .form-select {
  box-sizing: border-box;
}
.title-page .form-42 .form-div {
  box-sizing: border-box;
}
.title-page .form-42 .form-html {
  box-sizing: border-box;
}
.title-page .form-42 .form-html .form-item__body {
  font-size: 13px;
}
.title-page .form-42 .form-upload {
  box-sizing: border-box;
}
.title-page .form-42 .form-calendar {
  box-sizing: border-box;
}
.title-page .form-42 .form-calendar input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-42 .form-calendar_interval {
  box-sizing: border-box;
}
.title-page .form-42 .form-calendar_interval input {
  padding: 2px 4px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 22px;
  outline: none;
  -webkit-appearance: none;
}
.title-page .form-42 .form-calendar_interval .form-item__body {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.title-page .form-42 .form-calendar_interval .label_from {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-42 .form-calendar_interval .label_to {
  box-sizing: border-box;
  margin-right: 5px;
}
.title-page .form-42 .form-calendar_interval .field_from {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  margin-right: 10px;
}
.title-page .form-42 .form-calendar_interval .field_to {
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.title-page .form-42 .group-text {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-42 .group-textarea {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-42 .form-tfoot {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .form-42 .group-button {
  box-sizing: border-box;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  margin-right: 0;
}
.title-page .form-42 .form-success {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
.title-page .block-21 .layout_44 {
  -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-21 .layout_45 {
  -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-21 .layout_54 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .block-21 .layout_43_id_44 {
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.title-page .block-21 {
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: #0fa81c;
  z-index: 2;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}
.title-page .widget-79 {
  margin: 0 0 auto 2px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  box-sizing: border-box;
  width: 186px;
}
.title-page .widget-23 {
  margin: 10px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  box-sizing: border-box;
  width: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  right: 0;
}
.title-page .widget-24 {
  margin: 3px 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #d8d8d8;
  text-align: right;
  text-decoration: none;
  width: auto;
  right: 0;
}
.title-page .widget-6 {
  top: 0;
  left: 0;
  position: fixed;
  width: auto;
  text-align: center;
  right: 0;
  z-index: 1450;
  margin-left: 0;
  margin-right: 0;
  background: #eee;
}
.title-page .side-panel-11 .side-panel-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  pointer-events: auto;
}
.title-page .side-panel-11 .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);
  pointer-events: auto;
  box-sizing: border-box;
}
.title-page .side-panel-11 .side-panel-close {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 29px;
  background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eee;
  cursor: pointer;
  text-align: center;
}
.title-page .side-panel-11 .side-panel-content-inner {
  overflow-y: auto;
  max-height: 100%;
  position: relative;
  z-index: 0;
  min-height: 100%;
}
.title-page .side-panel-11 .side-panel-top {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.title-page .side-panel-11 .side-panel-button {
  padding: 4px 5px 7px;
  box-sizing: border-box;
  font-size: 0;
  width: 29px;
  min-height: 0;
  background: #eee;
  cursor: pointer;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  pointer-events: auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
.title-page .side-panel-11 .side-panel-button-icon {
  display: block;
}
.title-page .side-panel-11 .side-panel-button-icon-line {
  box-sizing: border-box;
  display: block;
  min-height: 3px;
  margin-top: 3px;
  background: #000;
  text-align: left;
}
.title-page .side-panel-11 .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 .wrapper .layout_center_2_id_3_1 {
    margin-top: 0;
  }
  .title-page .wrapper .layout_center_2_id_3_3 {
    margin-top: 0;
  }
  .title-page .wrapper {
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .widget-80 {
    margin-top: 0;
    background: none;
    display: block;
  }
  .title-page .news-55 .body-outer {
    width: auto;
    overflow: visible;
  }
  .title-page .news-55 .body {
    width: auto;
    margin-right: 0;
    margin-left: - 10px;
  }
  .title-page .news-55 .news__list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .news-55 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .news-55 .item__image {
    max-width: 100%;
    margin-right: 15px;
    margin-bottom: 5px;
    float: none;
  }
  .title-page .news-55 .img-convert {
    min-height: 0;
  }
  .title-page .news-55 .bx-wrapper {
    max-width: 718px;
  }
  .title-page .block-4 .layout_6 {
    margin-top: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: none;
  }
  .title-page .block-4 .layout_8 {
    margin-top: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0;
    display: none;
  }
  .title-page .block-4 .layout_5_id_8 {
    margin-top: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .title-page .block-4 .layout_5_id_7 {
    margin: 15px 0 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
  }
  .title-page .block-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .title-page .widget-2 {
    text-align: right;
    margin-left: auto;
    display: none;
  }
  .title-page .phones-6 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-6 .icon {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI3IiBoZWlnaHQ9IjI4IiB2aWV3Qm94PSIwIDAgMjcgMjgiPgogIDxkZWZzPgogICAgPHN0eWxlPgoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjZmZmZmZmOwogICAgICAgIGZpbGwtb3BhY2l0eTogMC41OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMjEuNTkyLDI3LjM3NyBDMTYuMzQyLDI3LjM3NyAxMC45MTQsMjQuOTU5IDYuNjk5LDIwLjc0NiBDNi42OTksMjAuNzQ2IDYuNjE0LDIwLjY1NiA2LjYxNCwyMC42NTYgQzYuNjE0LDIwLjY1NiA2LjYxNywyMC42NTUgNi42MTcsMjAuNjU1IEMyLjI0NCwxNi4yNDkgLTAuMTQwLDEwLjcxNSAtMC4wMTEsNS4zNzcgQy0wLjAxMSw1LjM3NyAtMC4wMDIsNC45ODMgLTAuMDAyLDQuOTgzIEMtMC4wMDIsNC45ODMgMC4yNDIsNC42NzUgMC4yNDIsNC42NzUgQzAuNjIwLDQuMTk1IDAuOTkzLDMuNzcxIDEuMzgyLDMuMzgxIEMyLjgxNSwxLjk1MSA0LjQ5NiwwLjg1OCA2LjM4MiwwLjEyNiBDNi42MTAsMC4wMzggNi44NzAsLTAuMDA4IDcuMTUxLC0wLjAwOCBDNy43ODYsLTAuMDA4IDkuMjE0LDAuMzE1IDkuNTgwLDEuMzE2IEMxMC4yMjMsMy4xMDMgMTEuMDM2LDUuNDM1IDExLjYyOCw3LjY2NSBDMTEuNzkxLDguMjkxIDExLjYzMCw5LjgwMyAxMC43NTUsMTAuMzU1IEMxMC43NTUsMTAuMzU1IDguNjcxLDExLjY3NiA4LjY3MSwxMS42NzYgQzguNjg5LDExLjY5MiA4LjY4MCwxMi4wMTggOC45NTIsMTIuMzkwIEM5Ljc2MCwxMy40OTggMTAuNjk3LDE0LjU5NSAxMS43MzYsMTUuNjUwIEMxMi43ODEsMTYuNjc3IDEzLjg3NSwxNy42MDkgMTQuOTc0LDE4LjQwOCBDMTUuMTg4LDE4LjU2NCAxNS40MzAsMTguNjU1IDE1LjYyNSwxOC42NTUgQzE1LjYyNSwxOC42NTUgMTYuMzQ2LDE3LjY0OSAxNi4zNDYsMTcuNjQ5IEMxNi4zNDYsMTcuNjQ5IDE3LjAxMSwxNi42MDIgMTcuMDExLDE2LjYwMiBDMTcuNTg3LDE1LjcwNyAxOS4wMzYsMTUuNjgxIDE5LjE5NywxNS42ODEgQzE5LjM2NywxNS42ODEgMTkuNTE3LDE1LjY5NiAxOS42NTUsMTUuNzI3IEMyMi40MDAsMTYuMzQwIDI0LjAzNSwxNi44NjcgMjYuMTMxLDE3LjgxNyBDMjcuMDYzLDE4LjIzNyAyNy42NTEsMTkuOTI2IDI3LjIzNCwyMC45ODYgQzI2LjUwOCwyMi44NjYgMjUuNDE1LDI0LjU0NyAyMy45ODcsMjUuOTc3IEMyMy41ODIsMjYuMzc4IDIzLjE0NiwyNi43NjMgMjIuNjg2LDI3LjEyMiBDMjIuNjg2LDI3LjEyMiAyMi4zODAsMjcuMzYzIDIyLjM4MCwyNy4zNjMgQzIyLjM4MCwyNy4zNjMgMjEuNTkyLDI3LjM3NyAyMS41OTIsMjcuMzc3IEMyMS41OTIsMjcuMzc3IDIxLjU5MiwyNy4zNzcgMjEuNTkyLDI3LjM3NyBaTTIuMzQyLDUuODI3IEMyLjM2MSwxMC4zODAgNC41NjMsMTUuMjc0IDguMjg0LDE4Ljk5NiBDOC4yODQsMTguOTk2IDguMzk3LDE5LjExMSA4LjM5NywxOS4xMTEgQzEyLjEyNywyMi44NDAgMTYuOTI2LDI1LjAwMSAyMS41MzksMjUuMDE5IEMyMS44MTMsMjQuNzkwIDIyLjA3NiwyNC41NTIgMjIuMzIyLDI0LjMwNyBDMjMuNTEzLDIzLjExNSAyNC40MjcsMjEuNzA4IDI1LjAzNywyMC4xMzEgQzI1LjAyNSwyMC4xMjIgMjQuOTc5LDE5Ljk3OCAyNC45MjksMTkuODYzIEMyMy4xMDUsMTkuMDUwIDIxLjYwNiwxOC41NzggMTkuMTM5LDE4LjAyOCBDMTkuMDc5LDE4LjAzNiAxOC45NTcsMTguMDYwIDE4Ljg2MywxOC4wODYgQzE4Ljg2MywxOC4wODYgMTcuNjc3LDE5Ljk1NSAxNy42NzcsMTkuOTU1IEMxNi45NDIsMjEuMTQ3IDE0Ljk4NywyMS4zNDEgMTMuNTgzLDIwLjMxMiBDMTIuMzk0LDE5LjQ0OCAxMS4yMTEsMTguNDQwIDEwLjA2OSwxNy4zMTcgQzguOTM2LDE2LjE2NSA3LjkyNSwxNC45ODAgNy4wNDcsMTMuNzgxIEM2LjQ2OSwxMi45OTAgNi4yMzQsMTIuMDUwIDYuNDAwLDExLjIwMiBDNi41MjcsMTAuNTQ4IDYuODkxLDEwLjAwNyA3LjQxOCw5LjY3OSBDNy40MTgsOS42NzkgOS4yODEsOC40OTcgOS4yODEsOC40OTcgQzkuMzExLDguMzg3IDkuMzM0LDguMjQyIDkuMzI5LDguMTcxIEM4LjgxMSw2LjI0MiA4LjA3Nyw0LjExMiA3LjQ3MSwyLjQxNyBDNy4zNzAsMi4zODAgNy4yNDEsMi4zNDkgNy4xNTEsMi4zNDkgQzUuNjU0LDIuOTM3IDQuMjQ3LDMuODUzIDMuMDUyLDUuMDQ3IEMyLjgxMiw1LjI4NyAyLjU3Nyw1LjU0NCAyLjM0Miw1LjgyNyBDMi4zNDIsNS44MjcgMi4zNDIsNS44MjcgMi4zNDIsNS44MjcgWiIgaWQ9InBhdGgtMSIgY2xhc3M9ImNscy0yIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+") left 50% top 50% / 22px no-repeat;
  }
  .title-page .phones-6 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .widget-28 {
    margin-top: 50px;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widgetsocial-46 .soc {
    background: none;
  }
  .title-page .widgetsocial-46 .vk .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-46 .fb .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-46 .tw .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-46 .google .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-46 .ins .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-46 .mail .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-46 .pin .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-46 .lj .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-46 .my .wg-soc-icon {
    background: none;
  }
  .title-page .widgetsocial-46 .youtube .wg-soc-icon {
    background: none;
  }
  .title-page .block-5 {
    width: auto;
    display: none;
    padding-top: 50px;
    padding-bottom: 50px;
    right: 0;
  }
  .title-page .block-7 .layout_center_13_id_14_1 {
    margin-top: 0;
  }
  .title-page .block-7 {
    margin-top: 10px;
  }
  .title-page .widget-4 {
    margin-top: -464px;
    margin-right: auto;
    display: block;
  }
  .title-page .widget-4:hover, .title-page .widget-4.hover, .title-page .widget-4.active {
    font-weight: 500;
  }
  .title-page .widget-7 {
    min-height: 500px;
    display: block;
  }
  .title-page .slider-14 .text-slider {
    left: 0;
    margin-left: 0;
  }
  .title-page .slider-14 .block-body:hover, .title-page .slider-14 .block-body.hover, .title-page .slider-14 .block-body.active {
    font-weight: 300;
  }
  .title-page .slider-14 .block-title:hover, .title-page .slider-14 .block-title.hover, .title-page .slider-14 .block-title.active {
    font-weight: 300;
  }
  .title-page .slider-14 .slider-prev {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .slider-14 .slider-next {
    padding: 0;
    margin: 0 2px;
  }
  .title-page .slider-14 .slider-pager-wrap {
    left: 0;
    margin-left: 0;
  }
  .title-page .slider-14 .bx-auto_controls {
    margin-right: auto;
  }
  .title-page .block-12 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .title-page .widget-13 {
    padding-bottom: 20px;
    display: block;
  }
  .title-page .horizontal_blocklist-25 .body-outer {
    width: auto;
  }
  .title-page .horizontal_blocklist-25 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-25 .item {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-25 .item_body {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .horizontal_blocklist-25 .item_detail {
    margin-right: 20px;
    margin-top: 0;
    margin-left: 20px;
    width: auto;
    left: 0;
    right: 0;
  }
  .title-page .horizontal_blocklist-25 .title {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .title-page .horizontal_blocklist-25 .title:hover, .title-page .horizontal_blocklist-25 .title.hover, .title-page .horizontal_blocklist-25 .title.active {
    font-weight: 300;
  }
  .title-page .block-15 .layout_30_id_31 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-15 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }
  .title-page .widget-16 {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }
  .title-page .horizontal_blocklist-31 .header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-right: 0;
    margin-bottom: 40px;
    width: auto;
    margin-left: 0;
  }
  .title-page .horizontal_blocklist-31 .header_text {
    margin-left: auto;
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-31 .header_text:hover, .title-page .horizontal_blocklist-31 .header_text.hover, .title-page .horizontal_blocklist-31 .header_text.active {
    font-weight: 300;
  }
  .title-page .horizontal_blocklist-31 .body-outer {
    width: auto;
    margin-left: 0;
    text-align: center;
    overflow: visible;
  }
  .title-page .horizontal_blocklist-31 .body {
    width: auto;
    margin-right: -10px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .horizontal_blocklist-31 .list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .horizontal_blocklist-31 .item-outer {
    width: 50%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .horizontal_blocklist-31 .item {
    margin-right: 10px;
  }
  .title-page .horizontal_blocklist-31 .item_body {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
  }
  .title-page .horizontal_blocklist-31 .item_detail {
    margin-top: 0;
  }
  .title-page .horizontal_blocklist-31 .bx-wrapper {
    max-width: 708px;
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-31 .pager-wrap {
    display: none;
  }
  .title-page .block-16 .layout_center_32_id_34_1 {
    margin-top: 0;
  }
  .title-page .widget-17 {
    display: block;
  }
  .title-page .blocklist-33 .all-in_header:hover, .title-page .blocklist-33 .all-in_header.hover, .title-page .blocklist-33 .all-in_header.active {
    font-weight: 500;
  }
  .title-page .blocklist-33 .body-outer {
    width: auto;
    overflow: visible;
    margin-left: 30px;
    margin-right: 30px;
  }
  .title-page .blocklist-33 .body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-33 .bx-wrapper {
    max-width: 708px;
  }
  .title-page .blocklist-33 .list {
    width: 708px;
    overflow-x: visible;
    overflow-y: visible;
  }
  .title-page .blocklist-33 .item-outer {
    width: 50%;
  }
  .title-page .blocklist-33 .item {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    min-height: 388px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .blocklist-33 .image {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
  }
  .title-page .blocklist-33 .title:hover, .title-page .blocklist-33 .title.hover, .title-page .blocklist-33 .title.active {
    font-weight: 500;
  }
  .title-page .blocklist-33 .all:hover, .title-page .blocklist-33 .all.hover, .title-page .blocklist-33 .all.active {
    font-weight: 500;
  }
  .title-page .block-17 {
    display: block;
  }
  .title-page .block-18 {
    background: none;
  }
  .title-page .block-19 .layout_37 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 .layout_36_id_37 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-19 .layout_36_id_38 {
    margin: 15px 0 0;
    flex-basis: auto;
    width: auto;
  }
  .title-page .block-19 {
    padding-bottom: 40px;
  }
  .title-page .widget-18 {
    margin-bottom: 20px;
    width: auto;
    min-height: 0;
    right: 0;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
  }
  .title-page .gallery-37 .my-gallery {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .gallery-37 .my-gallery figure.gallery-item {
    width: 175px;
  }
  .title-page .gallery-37 .my-gallery figure.gallery-item a {
    width: 175px;
  }
  .title-page .gallery-37 .img-convert {
    width: 175px;
  }
  .title-page .gallery-37 .my-gallery figure.gallery-item .gallery-item-title {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .block-20 .layout_48 {
    margin-top: 0;
    -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-20 .layout_49 {
    margin-top: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_38_id_48 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-20 {
    padding: 0.02px 40px;
    width: auto;
    margin-left: 0;
  }
  .title-page .text-2 {
    display: block;
  }
  .title-page .block-23 {
    margin-top: 15px;
    margin-right: auto;
  }
  .title-page .widget-21 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .title-page .phones-41 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-41 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .widget-20 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .title-page .address-40 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-40 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .block-24 {
    margin-top: 15px;
    margin-left: auto;
  }
  .title-page .widget-29 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .title-page .address-50 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .address-50 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .widget-30 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .title-page .phones-51 .inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .title-page .phones-51 .block-body-drop {
    width: 100%;
    margin-left: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .title-page .widget-22 {
    width: auto;
    margin-left: 0;
    right: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }
  .title-page .form-42 .form__text {
    margin-bottom: 30px;
  }
  .title-page .form-42 .form-text input {
    min-height: 50px;
    padding-left: 74px;
  }
  .title-page .form-42 .form-text input:hover, .title-page .form-42 .form-text input.hover, .title-page .form-42 .form-text input.active {
    font-weight: 300;
  }
  .title-page .form-42 .form-textarea textarea {
    min-height: 100px;
    padding-left: 15px;
  }
  .title-page .form-42 .form-textarea textarea:hover, .title-page .form-42 .form-textarea textarea.hover, .title-page .form-42 .form-textarea textarea.active {
    font-weight: 300;
  }
  .title-page .form-42 .form-captcha input:hover, .title-page .form-42 .form-captcha input.hover, .title-page .form-42 .form-captcha input.active {
    font-weight: 300;
  }
  .title-page .block-21 .layout_44 {
    margin-top: 0;
    -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-21 .layout_45 {
    margin-top: 0;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-21 .layout_54 {
    margin-top: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    display: none;
  }
  .title-page .block-21 .layout_43_id_44 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-page .block-21 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
  .title-page .widget-79 {
    margin-top: 15px;
    margin-left: auto;
    display: none;
  }
  .title-page .widget-23 {
    width: 308px;
  }
  .title-page .widget-24 {
    margin-top: 0;
    margin-left: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
  }
  .title-page .widget-6 {
    padding: 10px;
    border: none;
    background: linear-gradient(to right, #fe8c05 40%, #fff 40%);
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    display: block;
  }
  .title-page .side-panel-11 .side-panel-mask {
    text-align: left;
  }
  .title-page .side-panel-11 .side-panel-content {
    padding: 10px;
    text-align: left;
  }
  .title-page .side-panel-11 .side-panel-close {
    width: 40px;
    min-height: 40px;
  }
  .title-page .side-panel-11 .side-panel-top {
    width: auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .title-page .side-panel-11 .side-panel-button {
    border: none;
    text-align: left;
    width: 40px;
    min-height: 40px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 7px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fe8c05;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .title-page .side-panel-11 .side-panel-button-icon-line {
    border: none;
    margin-top: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: #fff;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
}
@media all and (max-width: 768px) {
  .title-page .wrapper .layout_center_2_id_3_1 {
    margin-top: 0;
  }
  .title-page .wrapper .layout_center_2_id_3_3 {
    margin-top: 0;
  }
  .title-page .news-55 .body {
    margin-left: 0;
  }
  .title-page .news-55 .item {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .news-55 .bx-wrapper {
    max-width: 560px;
  }
  .title-page .block-4 .layout_6 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-4 .layout_8 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-4 .layout_5_id_8 {
    margin-top: 0;
  }
  .title-page .block-4 .layout_5_id_7 {
    margin-top: 0;
  }
  .title-page .widget-28 {
    width: 235px;
    margin-top: 70px;
  }
  .title-page .block-7 .layout_center_13_id_14_1 {
    margin-top: 0;
  }
  .title-page .widget-4 {
    margin-top: -319px;
  }
  .title-page .widget-7 {
    min-height: 350px;
  }
  .title-page .slider-14 .text-slider {
    right: 0;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: url("../images/230405_0641.png?1499321300957") left 50% top 83px / 164px no-repeat rgba(255, 255, 255, 0.8);
  }
  .title-page .slider-14 .block-body {
    width: auto;
    margin-right: 0;
  }
  .title-page .slider-14 .block-more {
    margin-top: 225px;
  }
  .title-page .slider-14 .block-title {
    margin-right: 0;
    width: auto;
  }
  .title-page .slider-14 .slider-pager-wrap {
    right: 0;
    width: 350px;
    margin-bottom: 15px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .slider-14 .bx-auto_controls {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    padding-left: 0;
  }
  .title-page .horizontal_blocklist-25 .item_body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .title-page .horizontal_blocklist-25 .item_figure {
    display: none;
  }
  .title-page .horizontal_blocklist-25 .image {
    width: auto;
    margin-bottom: 20px;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-25 .img-convert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .horizontal_blocklist-25 .item_detail {
    margin-top: 5px;
  }
  .title-page .block-15 .layout_30_id_31 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .block-15 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-page .horizontal_blocklist-31 .header {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .title-page .horizontal_blocklist-31 .bx-wrapper {
    max-width: 580px;
  }
  .title-page .block-16 .layout_center_32_id_34_1 {
    margin-top: 0;
  }
  .title-page .blocklist-33 .body-outer {
    margin-left: NaNpx;
    margin-right: NaNpx;
  }
  .title-page .blocklist-33 .body {
    margin-right: -15px;
    margin-left: -15px;
  }
  .title-page .blocklist-33 .bx-wrapper {
    max-width: 610px;
  }
  .title-page .blocklist-33 .list {
    width: 610px;
  }
  .title-page .blocklist-33 .item {
    width: 291px;
  }
  .title-page .block-19 .layout_37 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 .layout_36_id_37 {
    margin-top: 0;
  }
  .title-page .block-19 .layout_36_id_38 {
    margin-top: 0;
  }
  .title-page .gallery-37 .my-gallery figure.gallery-item a {
    width: 176px;
  }
  .title-page .gallery-37 .img-convert {
    max-width: 100%;
  }
  .title-page .gallery-37 .my-gallery figure.gallery-item .gallery-item-title {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .title-page .block-20 .layout_48 {
    margin-top: 0;
    -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-20 .layout_49 {
    margin-top: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_38_id_48 {
    margin-top: 0;
  }
  .title-page .block-20 {
    margin-bottom: 40px;
  }
  .title-page .widget-22 {
    margin-top: 0;
  }
  .title-page .block-21 .layout_44 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-21 .layout_45 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-21 .layout_54 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-21 .layout_43_id_44 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-23 {
    margin-right: auto;
  }
  .title-page .widget-24 {
    margin-right: auto;
  }
  .title-page .widget-6 {
    background: linear-gradient(to right, #fe8c05 48%, #fff 48%);
  }
}
@media all and (max-width: 640px) {
  .title-page .wrapper .layout_center_2_id_3_1 {
    margin-top: 0;
  }
  .title-page .wrapper .layout_center_2_id_3_3 {
    margin-top: 0;
  }
  .title-page .news-55 .item__date {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .news-55 .bx-wrapper {
    max-width: 400px;
  }
  .title-page .block-4 .layout_6 {
    margin-top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-4 .layout_8 {
    margin-top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-4 .layout_5_id_8 {
    margin-top: 0;
  }
  .title-page .block-4 .layout_5_id_7 {
    margin: 0;
    width: 100%;
  }
  .title-page .widget-2 {
    margin-right: auto;
    margin-bottom: 0;
  }
  .title-page .block-5 {
    margin-bottom: 0;
  }
  .title-page .block-7 .layout_center_13_id_14_1 {
    margin-top: 0;
  }
  .title-page .widget-4 {
    font-size: 21px;
    width: 292px;
    margin-top: -273px;
    margin-left: 0;
  }
  .title-page .widget-7 {
    min-height: 300px;
  }
  .title-page .slider-14 .text-slider {
    bottom: auto;
    width: 292px;
    display: block;
    background: url("../images/230405_0641.png?1499321300957") left 50% top 62px / 105px no-repeat rgba(255, 255, 255, 0.8);
    min-height: 361px;
  }
  .title-page .slider-14 .block-more {
    margin-top: 144px;
  }
  .title-page .slider-14 .block-more > a {
    font-size: 12px;
  }
  .title-page .slider-14 .slider-pager-wrap {
    width: 291px;
  }
  .title-page .slider-14 .bx-auto_controls {
    margin-top: auto;
    margin-bottom: 0;
    align-self: flex-end;
  }
  .title-page .block-15 .layout_30_id_31 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .horizontal_blocklist-31 .body {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-31 .item-outer {
    width: 100%;
  }
  .title-page .horizontal_blocklist-31 .bx-wrapper {
    max-width: 400px;
  }
  .title-page .block-16 .layout_center_32_id_34_1 {
    margin-top: 0;
  }
  .title-page .blocklist-33 .body {
    margin-right: 0;
    margin-left: 0;
  }
  .title-page .blocklist-33 .bx-wrapper {
    max-width: 420px;
  }
  .title-page .blocklist-33 .list {
    width: 420px;
  }
  .title-page .blocklist-33 .item-outer {
    width: 100%;
  }
  .title-page .blocklist-33 .item {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    margin-right: 0;
    margin-left: 0;
    flex-basis: 100%;
  }
  .title-page .block-19 .layout_37 {
    margin: 0;
    width: auto;
    flex-basis: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 .layout_36_id_37 {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .title-page .block-19 .layout_36_id_38 {
    margin-top: 0;
  }
  .title-page .widget-18 {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .gallery-37 .gallery-body {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .title-page .gallery-37 .my-gallery {
    -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;
  }
  .title-page .gallery-37 .my-gallery figure.gallery-item {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .title-page .gallery-37 .my-gallery figure.gallery-item a {
    width: 175px;
  }
  .title-page .block-20 .layout_48 {
    margin-top: 0;
    -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-20 .layout_49 {
    margin-top: 0;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_38_id_48 {
    margin-top: 0;
  }
  .title-page .block-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .widget-21 {
    margin-left: 0;
  }
  .title-page .widget-20 {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .title-page .widget-29 {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .title-page .widget-30 {
    margin-left: 0;
  }
  .title-page .widget-22 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .form-42 .form-submit button {
    width: 100%;
  }
  .title-page .form-42 .form-captcha .form-submit-container {
    width: 100%;
  }
  .title-page .form-42 .form-captcha button {
    width: 100%;
  }
  .title-page .block-21 .layout_44 {
    margin-top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-21 .layout_45 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-21 .layout_54 {
    margin-top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .title-page .block-21 .layout_43_id_44 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .title-page .widget-79 {
    margin-bottom: 0;
    margin-right: auto;
  }
  .title-page .widget-23 {
    text-align: center;
    margin-left: auto;
    margin-bottom: 10px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .title-page .widget-24 {
    margin-bottom: 0;
  }
  .title-page .widget-6 {
    background: linear-gradient(to right, #fe8c05 60%, #fff 60%);
  }
}
@media all and (max-width: 480px) {
  .title-page .wrapper .layout_center_2_id_3_1 {
    margin-top: 0;
  }
  .title-page .wrapper .layout_center_2_id_3_3 {
    margin-top: 0;
  }
  .title-page .news-55 .news__title {
    font-size: 22px;
    margin-right: 20px;
  }
  .title-page .news-55 .all_link:active, .title-page .news-55 .all_link.active {
    text-decoration: underline;
  }
  .title-page .news-55 .item-outer {
    width: 50%;
  }
  .title-page .news-55 .item__image {
    margin-right: 0;
  }
  .title-page .news-55 .bx-wrapper {
    max-width: 280px;
  }
  .title-page .block-4 .layout_6 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-4 .layout_8 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-4 .layout_5_id_8 {
    margin-top: 0;
    width: 100%;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .title-page .block-4 .layout_5_id_7 {
    margin-top: 0;
  }
  .title-page .widget-2 {
    text-align: center;
    width: auto;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    right: 0;
  }
  .title-page .phones-6 .title {
    text-align: center;
  }
  .title-page .phones-6 .text_body {
    text-align: center;
  }
  .title-page .widget-28 {
    margin-left: auto;
  }
  .title-page .block-7 .layout_center_13_id_14_1 {
    margin-top: 0;
  }
  .title-page .widget-4 {
    font-size: 19px;
    width: auto;
    margin-top: -186px;
    margin-left: auto;
    margin-right: 0;
    display: none;
  }
  .title-page .widget-7 {
    min-height: 200px;
  }
  .title-page .slider-14 .text-slider {
    bottom: 0;
    width: auto;
    background: url("../images/230405_0641.png?1499321300957") left 50% top 14px / 105px no-repeat rgba(255, 255, 255, 0.52);
    min-height: 0;
  }
  .title-page .slider-14 .block-body {
    margin-top: 10px;
  }
  .title-page .slider-14 .block-more {
    margin-top: 75px;
  }
  .title-page .slider-14 .slider-pager-wrap {
    width: auto;
    min-height: 0;
  }
  .title-page .slider-14 .bx-auto_controls {
    margin-top: 0;
    margin-right: 0;
    width: auto;
    align-self: auto;
  }
  .title-page .horizontal_blocklist-25 .item_body {
    display: block;
  }
  .title-page .horizontal_blocklist-25 .item_figure {
    max-width: 100%;
    width: auto;
  }
  .title-page .horizontal_blocklist-25 .image {
    min-height: 300px;
    margin-bottom: 30px;
  }
  .title-page .horizontal_blocklist-25 .item_detail {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
  }
  .title-page .horizontal_blocklist-25 .text {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .horizontal_blocklist-25 .more {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .block-15 .layout_30_id_31 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .horizontal_blocklist-31 .item_body {
    display: block;
  }
  .title-page .horizontal_blocklist-31 .item_figure {
    max-width: 100%;
  }
  .title-page .horizontal_blocklist-31 .image {
    margin-top: -59px;
    margin-bottom: auto;
  }
  .title-page .horizontal_blocklist-31 .item_detail {
    width: 90px;
  }
  .title-page .horizontal_blocklist-31 .text {
    width: 90px;
  }
  .title-page .horizontal_blocklist-31 .title {
    width: 90px;
  }
  .title-page .horizontal_blocklist-31 .bx-wrapper {
    max-width: 240px;
  }
  .title-page .block-16 .layout_center_32_id_34_1 {
    margin-top: 0;
  }
  .title-page .blocklist-33 .header_text {
    font-size: 24px;
  }
  .title-page .blocklist-33 .description {
    font-size: 14px;
  }
  .title-page .blocklist-33 .body-outer {
    margin-left: 0;
    margin-right: 0;
  }
  .title-page .blocklist-33 .bx-wrapper {
    max-width: 320px;
  }
  .title-page .blocklist-33 .list {
    width: 320px;
  }
  .title-page .blocklist-33 .item {
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
    left: 0;
    right: 0;
    margin-top: 37px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .blocklist-33 .text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-33 .image {
    margin-bottom: 5px;
  }
  .title-page .blocklist-33 .title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-page .blocklist-33 .bx-auto_controls {
    margin-bottom: 385px;
    min-height: 152px;
  }
  .title-page .blocklist-33 .bx-pager {
    margin-top: 65px;
    text-align: center;
    min-height: 152px;
    width: 150px;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
  .title-page .block-19 .layout_37 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-19 .layout_36_id_37 {
    margin-top: 0;
  }
  .title-page .block-19 .layout_36_id_38 {
    margin-top: 0;
  }
  .title-page .widget-18 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .block-20 .layout_48 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_49 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-20 .layout_38_id_48 {
    margin-top: 0;
  }
  .title-page .block-20 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .widget-21 {
    width: 392px;
    margin-bottom: 40px;
    margin-right: 0;
  }
  .title-page .widget-20 {
    width: 317px;
    margin-bottom: 40px;
  }
  .title-page .widget-29 {
    width: 317px;
    margin-bottom: 40px;
  }
  .title-page .widget-30 {
    width: 392px;
    margin-bottom: 40px;
    margin-right: 0;
  }
  .title-page .widget-22 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-page .form-42 .form-text input {
    padding-left: 56px;
  }
  .title-page .block-21 .layout_44 {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
  }
  .title-page .block-21 .layout_45 {
    margin-top: 0;
    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-21 .layout_54 {
    margin-top: 0;
    display: none;
  }
  .title-page .block-21 .layout_43_id_44 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .title-page .widget-23 {
    margin-bottom: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .title-page .widget-24 {
    margin-top: 15px;
  }
  .title-page .widget-6 {
    background: linear-gradient(to right, #fe8c05 100%, #fff 100%);
  }
}
.title-page .side-panel .widget-3 {
  padding: 0;
  margin: 6px 0 0;
  z-index: 3;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: auto;
  cursor: pointer;
  left: 0;
  top: 0;
  position: relative;
  min-height: 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;
  text-align: flex-start;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  display: -webkit-flex;
  display: flex;
  right: 0;
}
.title-page .side-panel .menu-7 .menu-scroll > ul {
  display: block;
}
.title-page .side-panel .menu-7 .menu-scroll > ul > li.delimiter {
  margin-top: 2px;
  margin-bottom: 2px;
  min-height: 1px;
  width: auto;
  display: none;
}
.title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.title-page .side-panel .menu-7 .menu-scroll > ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-7 .menu-scroll > ul ul > li > a:hover, .title-page .side-panel .menu-7 .menu-scroll > ul ul > li > a.hover, .title-page .side-panel .menu-7 .menu-scroll > ul ul > li > a.active {
  background: url("../images/sctg.png") left 0px top 50% / auto auto no-repeat;
}
.title-page .side-panel .menu-7 .menu-scroll > ul ul ul {
  position: static;
  width: auto;
}
.title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item > a {
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item > a:hover, .title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item > a.hover, .title-page .side-panel .menu-7 .menu-scroll > ul > li.menu-item > a.active {
  color: #fff;
  background: #fe8c05;
}
.title-page .side-panel .menu-7 .menu-scroll > ul > li.more-button {
  display: none;
}
.title-page .side-panel .menu-7 .menu-scroll > ul > li.more-button > a:hover, .title-page .side-panel .menu-7 .menu-scroll > ul > li.more-button > a.hover, .title-page .side-panel .menu-7 .menu-scroll > ul > li.more-button > a.active {
  border-top: 20px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 20px solid #fff;
  border-left: 0px solid #fff;
}
.title-page .side-panel .widget-5 {
  margin: 5px auto 0 0;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  left: 0;
  top: 0;
  position: relative;
  min-height: 30px;
  width: 269px;
  pointer-events: auto;
  right: 0;
  text-align: left;
  box-sizing: border-box;
  font-size: 25px;
}
.title-page .side-panel .site-name-10 .sn-text {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: 21px;
}
